Minor - Update changelog in BBB plugin - refs #7324

1.9.x
Yannick Warnier 12 years ago
parent 27493b32ac
commit 310186016d
  1. 5
      plugin/bbb/changelog.md

@ -1,8 +1,9 @@
version 2.2 - 2014-10-15
------------------------
Changes:
* Now uses a pseudo-random guid to avoid clashing conferences when several Chamilo portals use the same server. If you were using this plugin before, you will have to update the plugin_bbb_meeting table to "alter table plugin_bbb_meeting add column remote_id char(36);".
*
* Add a pseudo-random guid to avoid clashing conferences when several Chamilo portals use the same server. If you were using this plugin before, you will have to update the plugin_bbb_meeting table to "alter table plugin_bbb_meeting add column remote_id char(36);".
* Add possibility to hide recordings of previous conferences from the list. If you were using this plugin before, you will have to update the plugin_bbb_meeting table to "alter table plugin_bbb_meeting add column visibility tinytint not null default 1;".
* Show action icons in the action column
version 2.1
-----------

Loading…
Cancel
Save