moodle-block_mytreestudyplan/version.php
PM 2a5de0af0e Fixed bug in result overview
Changed display of points to "[total_aquired] of [next_at]",
2019-09-13 18:45:14 +02:00

4 lines
288 B
PHP

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