Skip to content

Commit 4fdddc0

Browse files
committed
version.php, changes
1 parent 2761383 commit 4fdddc0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
5.0.0(2025-10-23)
5+
------------------
6+
* [FIXED] Fix unit test process_error_test
7+
* Moodle 5.0 compatible version
8+
49
4.5.6(2025-10-20)
510
------------------
611
* [FIXED] Fix bug in upgrade.php issue #259

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
defined('MOODLE_INTERNAL') || die;
2626

2727
$plugin->maturity = MATURITY_STABLE;
28-
$plugin->version = 2025050406;
28+
$plugin->version = 2025102300;
2929
$plugin->component = 'tool_lifecycle';
3030
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
31-
$plugin->supported = [401, 405];
32-
$plugin->release = 'v4.5-r7';
31+
$plugin->supported = [401, 500];
32+
$plugin->release = 'v5.0-r1';

0 commit comments

Comments
 (0)