From 71adb4ad84f0f30330df0383727b49f4cd3d892c Mon Sep 17 00:00:00 2001 From: Stefan Hanauska Date: Sat, 7 Oct 2023 11:40:21 +0200 Subject: [PATCH] Bump version, Moodle 4.3 support --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 27cc2a3..f097c95 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ $plugin->component = 'mod_learningmap'; $plugin->release = '0.9.5'; -$plugin->version = 2023080102; +$plugin->version = 2023100701; $plugin->requires = 2020061500; -$plugin->supported = [39, 402]; +$plugin->supported = [39, 403]; $plugin->maturity = MATURITY_STABLE;