|
| 1 | +Version 2.7 - 2018-07 |
| 2 | +--------------------- |
| 3 | +* Add interface option (HTML5 or Flash) |
| 4 | + |
1 | 5 | Version 2.6 - 2017-05 |
2 | 6 | --------------------- |
3 | 7 | * Add max users limit |
4 | | - * Requires the following database changes |
5 | | - * INSERT INTO chamilo111x.settings_current (variable, subkey, type, category, selected_value, title, comment, scope, subkeytext, access_url, access_url_changeable, access_url_locked) VALUES ('bbb_max_users_limit', 'bbb', 'setting', 'Plugins', '3', 'bbb', null, null, null, 1, 1, 0); |
6 | | - * INSERT INTO chamilo111x.extra_field (extra_field_type, field_type, variable, display_text, default_value, field_order, visible_to_self, visible_to_others, changeable, filter, created_at) VALUES (2, 15, 'plugin_bbb_course_users_limit', 'MaxUsersInConferenceRoom', '0', 1, 1, 0, 1, null, '2017-05-28 01:19:32'); |
7 | | - * INSERT INTO chamilo111x.extra_field (extra_field_type, field_type, variable, display_text, default_value, field_order, visible_to_self, visible_to_others, changeable, filter, created_at) VALUES (3, 15, 'plugin_bbb_session_users_limit', 'MaxUsersInConferenceRoom', null, 1, 1, 0, 1, null, '2017-05-28 01:19:32'); |
8 | | - |
| 8 | + |
9 | 9 | Version 2.5 - 2016-07 |
10 | 10 | --------------------- |
11 | 11 | * User global conference support |
12 | | - * Requires a database change: "ALTER TABLE plugin_bbb_meeting ADD COLUMN user_id INT DEFAULT 0" |
13 | | - * Requires a database change: "ALTER TABLE plugin_bbb_meeting ADD COLUMN access_url INT DEFAULT 0" |
14 | 12 |
|
15 | 13 | Version 2.4 - 2016-05 |
16 | 14 | ------------------------ |
17 | | -Changes: |
18 | 15 |
|
19 | 16 | * Global conference support (Requires to update the plugin settings). |
20 | 17 | * Course group conference support |
21 | | - * Requires a database change: "ALTER TABLE plugin_bbb_meeting ADD COLUMN group_id INT DEFAULT 0" |
22 | | - * Requires to update the plugin settings. |
23 | 18 |
|
24 | 19 | Version 2.3 - 2015-05-18 |
25 | 20 | ------------------------ |
26 | 21 | Changes: |
27 | | -* Added support for variable voiceBridge to be sent on meeting creation. See https://code.google.com/p/bigbluebutton/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Component%20Summary&groupby=&sort=&id=1186 and https://support.chamilo.org/issues/7669 for details. |
28 | | -* Requires a database change: "ALTER TABLE plugin_bbb_meeting ADD COLUMN voice_bridge INT NOT NULL DEFAULT 1;" |
| 22 | +* Added support for variable voiceBridge to be sent on meeting creation. See: |
| 23 | +https://code.google.com/p/bigbluebutton/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Component%20Summary&groupby=&sort=&id=1186 |
| 24 | +and https://support.chamilo.org/issues/7669 for details. |
29 | 25 |
|
30 | 26 | Version 2.2 - 2014-10-15 |
31 | 27 | ------------------------ |
32 | 28 | Changes: |
33 | | -* 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);". |
34 | | -* 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;". |
| 29 | +* Add a pseudo-random guid to avoid clashing conferences when several Chamilo portals use the same server. |
| 30 | +* Add possibility to hide recordings of previous conferences from the list. |
35 | 31 | * Show action icons in the action column |
36 | 32 | * Hide the ID of the meeting (this was an internal ID, useless to the final user). It is still in the HTML source, however |
37 | 33 | * Show number of minutes of the recording (in the recordings list) |
38 | 34 |
|
39 | 35 | Version 2.1 |
40 | 36 | ----------- |
41 | 37 | Released with: Chamilo LMS 1.9.8 |
42 | | -Changes: |
43 | | -* now supports sessions (requires you to "alter table plugin_bbb_meeting add column session_id int default 0;") |
| 38 | +* Session support |
44 | 39 |
|
45 | 40 | Version 2.0 |
46 | 41 | ----------- |
|
0 commit comments