diff --git a/RELEASENOTES b/RELEASENOTES index 932743990..db743474a 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -1,3 +1,6 @@ +2.1.4 (2016051908) +Bug: Reverted changes made to the language strings in previous release. + 2.1.3 (2016051907) Bug: Fixed issue with course logs not being backup/restore. Bug: Fixed issue with localized event description affecting multi-language sites. diff --git a/version.php b/version.php index 39125d096..f2356bf87 100644 --- a/version.php +++ b/version.php @@ -11,9 +11,9 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2016051907; +$plugin->version = 2016051908; $plugin->requires = 2013111800; $plugin->cron = 0; $plugin->component = 'mod_bigbluebuttonbn'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '2.1.3'; +$plugin->release = '2.1.4';