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 2761383 commit 4fdddc0Copy full SHA for 4fdddc0
CHANGES.md
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+5.0.0(2025-10-23)
5
+------------------
6
+* [FIXED] Fix unit test process_error_test
7
+* Moodle 5.0 compatible version
8
+
9
4.5.6(2025-10-20)
10
------------------
11
* [FIXED] Fix bug in upgrade.php issue #259
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die;
26
27
$plugin->maturity = MATURITY_STABLE;
28
-$plugin->version = 2025050406;
+$plugin->version = 2025102300;
29
$plugin->component = 'tool_lifecycle';
30
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
31
-$plugin->supported = [401, 405];
32
-$plugin->release = 'v4.5-r7';
+$plugin->supported = [401, 500];
+$plugin->release = 'v5.0-r1';
0 commit comments