diff --git a/CHANGES b/CHANGES index 2eb1dc62..c84bb995 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +3.0.2 (2021101010) + +Bug: Fix precheck errors (CONTRIB-9069). +Bug: Fix section error (CONTRIB-9038). +Bug: Fix schedule dates (CONTRIB-9035). +Bug: Backport of Upgrade script fix (CONTRIB-9023). +Bug: Fix JWT library use (CONTRIB-9044). + 3.0.1 (2021101009) Bug: Fix default messages section (CONTRIB-9059). diff --git a/README.md b/README.md index 90a7b8e9..a7b02e2f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Note that on previous versions of Moodle you will need to use the specific versi | Moodle 3.0 - 3.7 | v2.2-stable | v2.2.13 (2017101021) | | Moodle 3.2 - 3.10 | v2.3-stable | v2.3.6 (2019042011) | | Moodle 3.4 - 3.11 | v2.4-stable | v2.4.7 (2019101014) | -| Moodle 3.11 | v3.0-stable | v3.0.1 (2021101009) | +| Moodle 3.11 | v3.0-stable | v3.0.2 (2021101010) | | Moodle 4.0 | -- | moodle-core | diff --git a/RELEASENOTES b/RELEASENOTES index 591f040d..de0a6047 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -1,3 +1,11 @@ +3.0.2 (2021101010) + +Bug: Fix precheck errors (CONTRIB-9069). +Bug: Fix section error (CONTRIB-9038). +Bug: Fix schedule dates (CONTRIB-9035). +Bug: Backport of Upgrade script fix (CONTRIB-9023). +Bug: Fix JWT library use (CONTRIB-9044). + 3.0.1 (2021101009) Bug: Fix default messages section (CONTRIB-9059). diff --git a/version.php b/version.php index 2bd11076..2b0fa321 100644 --- a/version.php +++ b/version.php @@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2021101009; +$plugin->version = 2021101010; $plugin->requires = 2020061500; $plugin->cron = 0; $plugin->component = 'mod_bigbluebuttonbn'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.0.1'; +$plugin->release = '3.0.2';