File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-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.15.0, 2023-05-04
7+
8+ ### Add
9+ - Detect CM4S model (issue #112 ).
10+
11+ ### Changed
12+ - Tested against upcoming Moodle 4.2 (issue #113 ).
13+
14+ ### Fixed
15+ - Fix regression introduced when fixing #73 (issue #110 ).
16+
617## Version 2.14.2, 2022-11-20
718
819### Fixed
Original file line number Diff line number Diff line change 2626
2727$ plugin = new stdClass ();
2828
29- $ plugin ->version = 2023040200 ;
30- $ plugin ->release = '2.15.0-dev ' ;
29+ $ plugin ->version = 2023050400 ;
30+ $ plugin ->release = '2.15.0 ' ;
3131$ plugin ->requires = 2018120300 ;
32- $ plugin ->supported = [36 , 410 ];
33- $ plugin ->maturity = MATURITY_BETA ;
32+ $ plugin ->supported = [36 , 420 ];
33+ $ plugin ->maturity = MATURITY_STABLE ;
3434$ plugin ->component = 'tool_moodlebox ' ;
You can’t perform that action at this time.
0 commit comments