Skip to content

Commit 1611bd4

Browse files
committed
Plugin: Zoom: Bump version to 0.6 - refs BT#21354
1 parent fa4b551 commit 1611bd4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

plugin/zoom/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@ a generic account that works for all the users that start meetings.
9797

9898
Please, execute this queries in your database:
9999

100+
**Updatnig to v0.6 from v.0.5**
101+
```sql
102+
UPDATE plugin_zoom_registrant SET type = 'registrant';
103+
104+
ALTER TABLE plugin_zoom_registrant
105+
ADD type VARCHAR(255) NOT NULL;
106+
```
107+
100108
**Updating to v0.5 from v.0.4**
101109

102110
```sql

plugin/zoom/lib/ZoomPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class ZoomPlugin extends Plugin
6060
public function __construct()
6161
{
6262
parent::__construct(
63-
'0.5',
63+
'0.6',
6464
'Sébastien Ducoulombier, Julio Montoya, Angel Fernando Quiroz Campos',
6565
[
6666
'tool_enable' => 'boolean',

0 commit comments

Comments
 (0)