File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-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 3.0.0, 2025-10-09
7+
8+ __ This version is not compatible with versions of Moodle prior to Moodle 4.4!__
9+
10+ ### Added
11+ - Add support for Moodle 5.1 new directory structure (issue #159 ).
12+
13+ ### Changed
14+ - Test against upcoming Moodle 5.1 (issue #163 ).
15+ - Make ` changewifisettings.py ` script more robust (2f6db18, 63f074b)
16+ - Remove old network stack support (issue #161 ).
17+
618## Version 2.20.0, 2025-04-27
719
820__ This version is not compatible with versions of Moodle prior to Moodle 4.4!__
921
1022### Changed
11- - Tested against upcoming Moodle 5.0 (issue #157 ).
23+ - Test against upcoming Moodle 5.0 (issue #157 ).
1224
1325## Version 2.19.0, 2025-01-13
1426
Original file line number Diff line number Diff line change 2626
2727$ plugin = new stdClass ();
2828
29- $ plugin ->version = 2025091400 ;
30- $ plugin ->release = '3.0.0-dev ' ;
29+ $ plugin ->version = 2025100900 ;
30+ $ plugin ->release = '3.0.0 ' ;
3131$ plugin ->requires = 2024042200 ;
3232$ plugin ->supported = [404 , 501 ];
33- $ plugin ->maturity = MATURITY_BETA ;
33+ $ plugin ->maturity = MATURITY_STABLE ;
3434$ plugin ->component = 'tool_moodlebox ' ;
You can’t perform that action at this time.
0 commit comments