From d5b8d8993aeb83f8f1ac360d6f1373ebffedc82f Mon Sep 17 00:00:00 2001 From: PMKuipers Date: Thu, 22 Aug 2024 10:46:38 +0200 Subject: [PATCH] Version bump --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 0e1851a..913cb4d 100644 --- a/version.php +++ b/version.php @@ -23,13 +23,13 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_treestudyplan'; // Recommended since 2.0.2 (MDL-26035). Required since 3.0 (MDL-48494). -$plugin->version = 2024071900; // YYYYMMDDHH (year, month, day, iteration). +$plugin->version = 2024082000; // YYYYMMDDHH (year, month, day, iteration). $plugin->requires = 2021051700; // YYYYMMDDHH (This is the release version for Moodle 3.11). -$plugin->release = "1.3.1c"; +$plugin->release = "1.3.2"; $plugin->maturity = MATURITY_STABLE; /*MATURITY_STABLE;*/ // Supported from Moodle 3.11 to 4.3. -$plugin->supported = [ 311, 403]; +$plugin->supported = [ 311, 404]; $plugin->dependencies = [ 'theme_boost' => 2019052001,