diff --git a/CHANGES b/CHANGES index 6ee46209..8827d8b5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +3.0.6 (2021101014) +Bug: Fix codechecker errors (CONTRIB-9416). +Bug: Fix error on return of get_role (CONTRIB-9525). + 3.0.5 (2021101013) Bug: Fix import recording link (CONTRIB-9415). Bug: Fix BBB index page (CONTRIB-9081). diff --git a/README.md b/README.md index ebc16df3..61bc4af4 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ Note that on previous versions of Moodle you will need to use the specific versi | Moodle 2.7 - 3.4 | v2.1-stable | v2.1.15 (2016051920) | | 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.5 (2021101013) | +| Moodle 3.4 - 3.11 | v2.4-stable | v2.4.9 (2019101016) | +| Moodle 3.11 | v3.0-stable | v3.0.6 (2021101014) | | Moodle 4.0 | -- | moodle-core | diff --git a/RELEASENOTES b/RELEASENOTES index 875e9f25..98f01297 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -1,3 +1,7 @@ +3.0.6 (2021101014) +Bug: Fix codechecker errors (CONTRIB-9416). +Bug: Fix error on return of get_role (CONTRIB-9525). + 3.0.5 (2021101013) Bug: Fix import recording link (CONTRIB-9415). Bug: Fix BBB index page (CONTRIB-9081). diff --git a/version.php b/version.php index f9773585..8c4e8b6d 100644 --- a/version.php +++ b/version.php @@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2021101013; +$plugin->version = 2021101014; $plugin->requires = 2020061500; $plugin->cron = 0; $plugin->component = 'mod_bigbluebuttonbn'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.0.5'; +$plugin->release = '3.0.6';