diff --git a/CHANGES b/CHANGES index 8827d8b5..44751856 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +3.0.7 (2021101015) +Bug: Fix content-type (CONTRIB-9539). + 3.0.6 (2021101014) Bug: Fix codechecker errors (CONTRIB-9416). Bug: Fix error on return of get_role (CONTRIB-9525). diff --git a/README.md b/README.md index 61bc4af4..e5c7d73a 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.9 (2019101016) | -| Moodle 3.11 | v3.0-stable | v3.0.6 (2021101014) | +| Moodle 3.11 | v3.0-stable | v3.0.7 (2021101015) | | Moodle 4.0 | -- | moodle-core | diff --git a/RELEASENOTES b/RELEASENOTES index 98f01297..cc6f3d24 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -1,3 +1,6 @@ +3.0.7 (2021101015) +Bug: Fix content-type (CONTRIB-9539). + 3.0.6 (2021101014) Bug: Fix codechecker errors (CONTRIB-9416). Bug: Fix error on return of get_role (CONTRIB-9525). diff --git a/version.php b/version.php index 8c4e8b6d..9b91262c 100644 --- a/version.php +++ b/version.php @@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2021101014; +$plugin->version = 2021101015; $plugin->requires = 2020061500; $plugin->cron = 0; $plugin->component = 'mod_bigbluebuttonbn'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.0.6'; +$plugin->release = '3.0.7';