Version bump
This commit is contained in:
parent
bc774533f4
commit
9737398629
|
@ -23,9 +23,9 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'local_treestudyplan'; // Recommended since 2.0.2 (MDL-26035). Required since 3.0 (MDL-48494).
|
||||
$plugin->version = 2024082400; // YYYYMMDDHH (year, month, day, iteration).
|
||||
$plugin->version = 2024082900; // YYYYMMDDHH (year, month, day, iteration).
|
||||
$plugin->requires = 2021051700; // YYYYMMDDHH (This is the release version for Moodle 3.11).
|
||||
$plugin->release = "1.3.3";
|
||||
$plugin->release = "1.3.4";
|
||||
$plugin->maturity = MATURITY_STABLE; /*MATURITY_STABLE;*/
|
||||
|
||||
// Supported from Moodle 3.11 to 4.3.
|
||||
|
|
Loading…
Reference in New Issue
Block a user