diff --git a/CHANGES b/CHANGES index 4cb3e3bf7..17ba27cf0 100644 --- a/CHANGES +++ b/CHANGES @@ -1 +1,4 @@ -Bug: Fixed issue JWT library conflicting with other plugins using it (CONTRIB-7612). +Bug: Fix for participation rules for users applied as rules for roles (CONTRIB-7627). +Bug: Fix for some themes broken updated prefix for icon-bigbluebutton (CONTRIB-7616). +Bug: Fix on missing strings for new recording formats (CONTRIB-7617). +Bug: Fix notification messages send in FOMAT_MOODLE instead of FORMAT_HTML. diff --git a/RELEASENOTES b/RELEASENOTES index 404eb20e7..b54ac2fe9 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -1,3 +1,9 @@ +2.2.11 (2017101019) +Bug: Fix for participation rules for users applied as rules for roles (CONTRIB-7627). +Bug: Fix for some themes broken updated prefix for icon-bigbluebutton (CONTRIB-7616). +Bug: Fix on missing strings for new recording formats (CONTRIB-7617). +Bug: Fix notification messages send in FOMAT_MOODLE instead of FORMAT_HTML. + 2.2.10 (2017101018) Bug: Fixed issue JWT library conflicting with other plugins using it (CONTRIB-7612). diff --git a/version.php b/version.php index 20ace1664..ddb09de87 100644 --- a/version.php +++ b/version.php @@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2017101018; +$plugin->version = 2017101019; $plugin->requires = 2015111610; $plugin->cron = 0; $plugin->component = 'mod_bigbluebuttonbn'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '2.2.10'; +$plugin->release = '2.2.11';