diff --git a/CHANGES b/CHANGES index 952914b7..e7e5e9a0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +3.0.4 (2021101012) +Bug: Fix for dismissed recordings (CONTRIB-9161). + 3.0.3 (2021101011) Bug: Fix for Userlimit (CONTRIB-9140). diff --git a/README.md b/README.md index 1f43717a..8d13face 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.3 (2021101011) | +| Moodle 3.11 | v3.0-stable | v3.0.4 (2021101012) | | Moodle 4.0 | -- | moodle-core | diff --git a/RELEASENOTES b/RELEASENOTES index 42b36f71..01eef63a 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -1,3 +1,6 @@ +3.0.4 (2022101011) +Bug: Fix for dismissed recordings (CONTRIB-9161). + 3.0.3 (2021101011) Bug: Fix for Userlimit (CONTRIB-9140). diff --git a/version.php b/version.php index b6566d2d..e707ae7d 100644 --- a/version.php +++ b/version.php @@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2021101011; +$plugin->version = 2021101012; $plugin->requires = 2020061500; $plugin->cron = 0; $plugin->component = 'mod_bigbluebuttonbn'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.0.3'; +$plugin->release = '3.0.4';