diff --git a/CHANGES b/CHANGES index 9383a497..8a559262 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.4.8 (2019101015) +Bug: Fix to Enforce checksum algorithm (CONTRIB-9063). + 2.4.7 (2019101014) Bug: Fix font paths in styles.css (CONTRIB-8957). Bug: Fix for muteonstart_editable visibility (CONTRIB-8941). diff --git a/README.md b/README.md index 9398254f..2a7feaca 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Note that on previous versions of Moodle you will need to use the specific versi | Moodle 2.7 - 2.9 | v2.1-stable | v2.1.15 (2016051920) | | Moodle 3.0 - 3.1 | v2.2-stable | v2.2.12 (2017101020) | | Moodle 3.2 - 3.9 | v2.3-stable | v2.3.4 (2019042009) | -| Moodle 3.4 - 3.11 | v2.4-stable | v2.4.7 (2019101014) | +| Moodle 3.4 - 3.11 | v2.4-stable | v2.4.8 (2019101015) | Prerequisites ============= diff --git a/RELEASENOTES b/RELEASENOTES index 29ab69fe..e5d2dd22 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -1,3 +1,6 @@ +2.4.8 (2019101015) +Bug: Fix to Enforce checksum algorithm (CONTRIB-9063). + 2.4.7 (2019101014) Bug: Fix font paths in styles.css (CONTRIB-8957). Bug: Fix for muteonstart_editable visibility (CONTRIB-8941). diff --git a/version.php b/version.php index cfb84fe2..9b8a7725 100644 --- a/version.php +++ b/version.php @@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2019101014; +$plugin->version = 2019101015; $plugin->requires = 2016120500; $plugin->cron = 0; $plugin->component = 'mod_bigbluebuttonbn'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '2.4.7'; +$plugin->release = '2.4.8';