Plugin: Zoom: Bump version to 0.6 - refs BT#21354

pull/5124/head
Angel Fernando Quiroz Campos 2 years ago
parent fa4b551e52
commit 1611bd4a25
  1. 8
      plugin/zoom/README.md
  2. 2
      plugin/zoom/lib/ZoomPlugin.php

@ -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

@ -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',

Loading…
Cancel
Save