From 7fdf0d4dc66915c5db89d7e56663fb0461c0e6a5 Mon Sep 17 00:00:00 2001 From: "Shamiso.Jaravaza" <33659194+ssj365@users.noreply.github.com> Date: Fri, 21 Jun 2024 09:47:01 -0600 Subject: [PATCH] 3.0.9 release --- CHANGES | 3 +++ README.md | 2 +- RELEASENOTES | 3 +++ version.php | 4 ++-- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 7c9a3704..6085e98b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +3.0.9 (2021101017) +Bug: Fix checks for meeting URL (CONTRIB-9602). + 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..ea6f46ca 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -1,3 +1,6 @@ +3.0.9 (2021101017) +Bug: Fix checks for meeting URL (CONTRIB-9602). + 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';