We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46dac38 commit ffbaba2Copy full SHA for ffbaba2
CHANGES.md
@@ -4,7 +4,7 @@ moodle-local_bulkenrol
4
Changes
5
-------
6
7
-### Unreleased
+### v5.1-r1
8
9
* 2025-10-26 - Make the enrolment tables a little bit prettier
10
* 2025-10-26 - Prepare compatibility for Moodle 5.1.
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'local_bulkenrol';
28
-$plugin->version = 2025041403;
29
-$plugin->release = 'v5.0-r4';
+$plugin->version = 2025100600;
+$plugin->release = 'v5.1-r1';
30
$plugin->requires = 2025100600;
31
$plugin->supported = [501, 501];
32
$plugin->maturity = MATURITY_STABLE;
0 commit comments