Add changelog and readme to bbb plugin to indicate table structure change for sessions

1.9.x
Yannick Warnier 11 years ago
parent 53eaf291b2
commit 4f1a9d1522
  1. 5
      plugin/bbb/README.md
  2. 9
      plugin/bbb/changelog.md

@ -0,0 +1,5 @@
BigBlueButton Chamilo plugin
============================
This plugin allows you to have videoconference rooms in each course.
It requires you to have a BigBlueButton videoconference server installed on another server (ideally).
Check http://www.bigbluebutton.org/ for more about BigBlueButton.

@ -0,0 +1,9 @@
version 0.9
-----------
Released with: Chamilo LMS 1.9.8
Changes:
* now supports sessions (requires you to "alter table plugin_bbb_meeting add column session_id int default 0;")
version 0.8
-----------
Released with: Chamilo LMS 1.9.0
Loading…
Cancel
Save