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 33All notable changes to this project will be documented in this file.
44This 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
Original file line number Diff line number Diff line change 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 ' ;
You can’t perform that action at this time.
0 commit comments