From f8828bfc3303cb85030d6014971025e7d57eb052 Mon Sep 17 00:00:00 2001 From: Nicolas Dunand Date: Mon, 4 Nov 2024 07:29:09 +0100 Subject: [PATCH] Moodle 4.5 compatible release --- version.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index e82f88b..cf0969c 100644 --- a/version.php +++ b/version.php @@ -25,9 +25,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024080800; +$plugin->version = 2024080801; $plugin->requires = 2023100900; // Moodle 4.3. -$plugin->supported = [403, 404]; +$plugin->supported = [403, 405]; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.46 for Moodle 4.3-4.4 (Build: 2024080800)'; +$plugin->release = '1.47 for Moodle 4.3-4.5 (Build: 2024080801)'; $plugin->component = 'mod_choicegroup'; +