Skip to content

Commit 9f5e0af

Browse files
authored
Update plugin for Moodle 5 (#158)
* Update release notes * Update version number and date, Moodle version supported
1 parent 655bc77 commit 9f5e0af

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](https://semver.org/) and follow principles of [keep a changelog](https://keepachangelog.com).
55

6-
## Version 2.19.0, 2025-0113
6+
## Version 2.20.0, 2025-04-27
7+
8+
__This version is not compatible with versions of Moodle prior to Moodle 4.4!__
9+
10+
### Changed
11+
- Tested against upcoming Moodle 5.0 (issue #157).
12+
13+
## Version 2.19.0, 2025-01-13
714

815
__This version is not compatible with versions of Moodle prior to Moodle 4.4!__
916

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626

2727
$plugin = new stdClass();
2828

29-
$plugin->version = 2025011301;
30-
$plugin->release = '2.19.0';
29+
$plugin->version = 2025042700;
30+
$plugin->release = '2.20.0';
3131
$plugin->requires = 2024042200;
32-
$plugin->supported = [404, 405];
32+
$plugin->supported = [404, 500];
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->component = 'tool_moodlebox';

0 commit comments

Comments
 (0)