From 6d1ee2c9f5ff6a1cf540a6acdc083d4cc40436a7 Mon Sep 17 00:00:00 2001 From: "Shamiso.Jaravaza" <33659194+ssj365@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:15:17 -0600 Subject: [PATCH] 3.0.9 release (#629) --- CHANGES | 5 +++++ README.md | 2 +- RELEASENOTES | 5 +++++ version.php | 4 ++-- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 7c9a3704..2f90419b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +3.0.9 (2021101017) +Bug: Fix checks for meeting URL (CONTRIB-9602). +Bug: Fix dismissed recordings filter field (CONTRIB-9601). +Bug: Fix dismissed recordings (CONTRIB-9569). + 3.0.8 (2021101016) Bug: Backport registration (CONTRIB-9485). diff --git a/README.md b/README.md index cdea7018..609a6a5a 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.8 (2021101016) | +| Moodle 3.11 | v3.0-stable | v3.0.9 (2021101017) | | Moodle 4.0 | -- | moodle-core | diff --git a/RELEASENOTES b/RELEASENOTES index 380caf15..dc3a0e2a 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -1,3 +1,8 @@ +3.0.9 (2021101017) +Bug: Fix checks for meeting URL (CONTRIB-9602). +Bug: Fix dismissed recordings filter field (CONTRIB-9601). +Bug: Fix dismissed recordings (CONTRIB-9569). + 3.0.8 (2021101016) Bug: Backport registration (CONTRIB-9485). diff --git a/version.php b/version.php index 187371a6..11e9075a 100644 --- a/version.php +++ b/version.php @@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2021101016; +$plugin->version = 2021101017; $plugin->requires = 2020061500; $plugin->cron = 0; $plugin->component = 'mod_bigbluebuttonbn'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.0.8'; +$plugin->release = '3.0.9';