moodle-block_mytreestudyplan/version.php
pmk fa285134cb Finished level management
On assigning the block to a course, a skill needs to be selected in the config,
instead of creating a new skill by default
2018-09-23 22:06:52 +02:00

4 lines
286 B
PHP

<?php
$plugin->component = 'block_gradelevel'; // Recommended since 2.0.2 (MDL-26035). Required since 3.0 (MDL-48494)
$plugin->version = 2018092300; // YYYYMMDDHH (year, month, day, 24-hr time)
$plugin->requires = 2018050800; // YYYYMMDDHH (This is the release version for Moodle 3.5)