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 53d106c commit b21aa4aCopy full SHA for b21aa4a
CHANGES.md
@@ -4,7 +4,7 @@ moodle-local_bulkenrol
4
Changes
5
-------
6
7
-### Unreleased
+### v4.4-r3
8
9
* 2025-09-11 - Improvement: Make enrollment instructions gender-neutral, solved by #40.
10
* 2025-09-10 - Improvement: Document the fact that the teacher can use multiple users per line as well.
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'local_bulkenrol';
28
-$plugin->version = 2024060101;
29
-$plugin->release = 'v4.4-r2';
+$plugin->version = 2024060102;
+$plugin->release = 'v4.4-r3';
30
$plugin->requires = 2024042200;
31
$plugin->supported = [404, 404];
32
$plugin->maturity = MATURITY_STABLE;
0 commit comments