2a5de0af0e
Changed display of points to "[total_aquired] of [next_at]",
4 lines
288 B
PHP
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)
|