From c211055373a5d7f48d7978fd4b100a04d091692c Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Mon, 13 Nov 2023 13:46:26 -0600 Subject: [PATCH] Version 5.0 Drops support for Moodle <=3.11 Adds support for Moodle 4+ --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 234374f..ad4d33c 100755 --- a/version.php +++ b/version.php @@ -27,8 +27,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2023051709; +$plugin->version = 2023111300; $plugin->requires = 2022041900.00; $plugin->component = 'local_aspiredu'; -$plugin->release = '4.1.0'; +$plugin->release = '5.0.0'; $plugin->maturity = MATURITY_STABLE;