From afd0f15348dc440ecf6fe749621b9bfdf48ed76d Mon Sep 17 00:00:00 2001 From: jfederico Date: Tue, 13 Dec 2016 11:58:20 -0500 Subject: [PATCH] v2.1.4: Reverted changes to string files made during the previous release --- RELEASENOTES | 3 +++ version.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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';