version bump

This commit is contained in:
PMKuipers 2024-04-21 23:43:25 +02:00
parent 12efb061f1
commit be0141eb7b
3 changed files with 5 additions and 11912 deletions

11912
amd/build/vue/vue.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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 = 2024041904; // YYYYMMDDHH (year, month, day, iteration).
$plugin->version = 2024042100; // YYYYMMDDHH (year, month, day, iteration).
$plugin->requires = 2021051700; // YYYYMMDDHH (This is the release version for Moodle 3.11).
$plugin->release = "1.1.6";
$plugin->release = "1.2.0";
$plugin->maturity = MATURITY_BETA; /*MATURITY_STABLE;*/
// Supported from Moodle 3.11 to 4.3.