From 9619fd17de37f142a1baad72a61c49a88ce763df Mon Sep 17 00:00:00 2001 From: PMKuipers Date: Sun, 25 Feb 2024 16:23:30 +0100 Subject: [PATCH] version bump --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 10a3f58..7b8a86d 100644 --- a/version.php +++ b/version.php @@ -22,10 +22,10 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_treestudyplan'; // Recommended since 2.0.2 (MDL-26035). Required since 3.0 (MDL-48494). -$plugin->version = 2024020901; // YYYYMMDDHH (year, month, day, iteration). +$plugin->version = 2024022500; // YYYYMMDDHH (year, month, day, iteration). $plugin->requires = 2021051700; // YYYYMMDDHH (This is the release version for Moodle 3.11). -$plugin->release = "1.1.0"; +$plugin->release = "1.1.5"; $plugin->maturity = MATURITY_BETA; /*MATURITY_STABLE;*/ // Supported from Moodle 3.11 to 4.3.