From 7d16099eb6694785cf2cfb9e93248bdd45ae4ddd Mon Sep 17 00:00:00 2001 From: "Shamiso.Jaravaza" <33659194+ssj365@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:09:58 -0600 Subject: [PATCH] 2.4.10 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 896636ac..2f1808b1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.4.10 (2019101017) +Bug: Backport registration (CONTRIB-9484). + 2.4.9 (2019101016) Bug: Change to content-type (CONTRIB-9549). diff --git a/README.md b/README.md index 25aafa62..c858ea1e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Note that on previous versions of Moodle you will need to use the specific versi | Moodle 2.7 - 2.9 | v2.1-stable | v2.1.15 (2016051920) | | Moodle 3.0 - 3.1 | v2.2-stable | v2.2.12 (2017101020) | | Moodle 3.2 - 3.9 | v2.3-stable | v2.3.4 (2019042009) | -| Moodle 3.4 - 3.11 | v2.4-stable | v2.4.9 (2019101016) | +| Moodle 3.4 - 3.11 | v2.4-stable | v2.4.10 (2019101017) | Prerequisites ============= diff --git a/RELEASENOTES b/RELEASENOTES index 3b168ed3..1f12332d 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -1,3 +1,6 @@ +2.4.10 (2019101017) +Bug: Backport registration (CONTRIB-9484). + 2.4.9 (2019101016) Bug: Change to content-type (CONTRIB-9549). diff --git a/version.php b/version.php index d2b44334..085bd7d7 100644 --- a/version.php +++ b/version.php @@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2019101016; +$plugin->version = 2019101017; $plugin->requires = 2016120500; $plugin->cron = 0; $plugin->component = 'mod_bigbluebuttonbn'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '2.4.9'; +$plugin->release = '2.4.10';