Skip to content

Commit 254dfcc

Browse files
committed
Release version 1.4.1 (2025110600)
1 parent 88cdd1e commit 254dfcc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Version X.Y.Z (YYYYMMDDHH)
3+
## Version 1.4.1 (2025110600)
44

55
- Improve plugin config validation routine
66
- Display reason for failed plugin config validation on dry-run page

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
defined('MOODLE_INTERNAL') || die(); // @codeCoverageIgnore
2727

2828
$plugin->component = 'tool_userautodelete';
29-
$plugin->release = '1.4.0';
30-
$plugin->version = 2025101000;
29+
$plugin->release = '1.4.1';
30+
$plugin->version = 2025110600;
3131
$plugin->requires = 2022112800;
3232
$plugin->supported = [401, 501]; // X meta-supported-moodle{4.1 - 5.1} meta-supported-php{7.4 - 8.4}.
3333
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)