File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( https://semver.org/ ) and follow principles of [ keep a changelog] ( https://keepachangelog.com ) .
5
5
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
7
14
8
15
__ This version is not compatible with versions of Moodle prior to Moodle 4.4!__
9
16
Original file line number Diff line number Diff line change 26
26
27
27
$ plugin = new stdClass ();
28
28
29
- $ plugin ->version = 2025011301 ;
30
- $ plugin ->release = '2.19 .0 ' ;
29
+ $ plugin ->version = 2025042700 ;
30
+ $ plugin ->release = '2.20 .0 ' ;
31
31
$ plugin ->requires = 2024042200 ;
32
- $ plugin ->supported = [404 , 405 ];
32
+ $ plugin ->supported = [404 , 500 ];
33
33
$ plugin ->maturity = MATURITY_STABLE ;
34
34
$ plugin ->component = 'tool_moodlebox ' ;
You can’t perform that action at this time.
0 commit comments