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 88cdd1e commit 254dfccCopy full SHA for 254dfcc
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Version X.Y.Z (YYYYMMDDHH)
+## Version 1.4.1 (2025110600)
4
5
- Improve plugin config validation routine
6
- Display reason for failed plugin config validation on dry-run page
version.php
@@ -26,8 +26,8 @@
26
defined('MOODLE_INTERNAL') || die(); // @codeCoverageIgnore
27
28
$plugin->component = 'tool_userautodelete';
29
-$plugin->release = '1.4.0';
30
-$plugin->version = 2025101000;
+$plugin->release = '1.4.1';
+$plugin->version = 2025110600;
31
$plugin->requires = 2022112800;
32
$plugin->supported = [401, 501]; // X meta-supported-moodle{4.1 - 5.1} meta-supported-php{7.4 - 8.4}.
33
$plugin->maturity = MATURITY_STABLE;
0 commit comments