From 1611bd4a25cc3949dcdba579976685f657cc8469 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Mon, 22 Jan 2024 18:53:42 -0500 Subject: [PATCH] Plugin: Zoom: Bump version to 0.6 - refs BT#21354 --- plugin/zoom/README.md | 8 ++++++++ plugin/zoom/lib/ZoomPlugin.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/plugin/zoom/README.md b/plugin/zoom/README.md index 47e9fbf6d9..2e824a74b5 100644 --- a/plugin/zoom/README.md +++ b/plugin/zoom/README.md @@ -97,6 +97,14 @@ a generic account that works for all the users that start meetings. Please, execute this queries in your database: +**Updatnig to v0.6 from v.0.5** +```sql +UPDATE plugin_zoom_registrant SET type = 'registrant'; + +ALTER TABLE plugin_zoom_registrant + ADD type VARCHAR(255) NOT NULL; +``` + **Updating to v0.5 from v.0.4** ```sql diff --git a/plugin/zoom/lib/ZoomPlugin.php b/plugin/zoom/lib/ZoomPlugin.php index 65db1d7398..f40fe9d4a0 100644 --- a/plugin/zoom/lib/ZoomPlugin.php +++ b/plugin/zoom/lib/ZoomPlugin.php @@ -60,7 +60,7 @@ class ZoomPlugin extends Plugin public function __construct() { parent::__construct( - '0.5', + '0.6', 'Sébastien Ducoulombier, Julio Montoya, Angel Fernando Quiroz Campos', [ 'tool_enable' => 'boolean',