From 4f1a9d1522e130f4738a964963412b61fc8d7b5c Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Sat, 2 Aug 2014 17:33:22 -0500 Subject: [PATCH] Add changelog and readme to bbb plugin to indicate table structure change for sessions --- plugin/bbb/README.md | 5 +++++ plugin/bbb/changelog.md | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 plugin/bbb/README.md create mode 100644 plugin/bbb/changelog.md diff --git a/plugin/bbb/README.md b/plugin/bbb/README.md new file mode 100644 index 0000000000..a500dfacaf --- /dev/null +++ b/plugin/bbb/README.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. diff --git a/plugin/bbb/changelog.md b/plugin/bbb/changelog.md new file mode 100644 index 0000000000..1a332b016f --- /dev/null +++ b/plugin/bbb/changelog.md @@ -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