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 f05a36c commit 1e4740eCopy full SHA for 1e4740e
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Version X.Y.Z (YYYYMMDDNN)
+## Version 1.2.0 (2025061100)
4
5
- Add action log that keeps track of sent user warnings, user deletions, and user recoveries
6
- Fix missing translation of next check info 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.1.1';
30
-$plugin->version = 2025052600;
+$plugin->release = '1.2.0';
+$plugin->version = 2025061100;
31
$plugin->requires = 2022112800;
32
$plugin->supported = [401, 500];
33
$plugin->maturity = MATURITY_STABLE;
0 commit comments