File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,16 @@ This project adheres to [Semantic Versioning](https://semver.org/) and follow pr
66## Version 2.16.0, unreleased
77
88### Add
9- - Add date and time buttons to footer (issue #94 ).
9+ - Enable displaying date and time buttons in the footer of any page for users with adequate role (issue #94 ).
1010
1111### Changed
12- - Nothing
12+ - Move MoodleBox settings to top level of administration navigation (issue #115 ).
13+ - Adapt wireless edit script for MoodleBox image change (issue #114 ).
1314
1415### Fixed
1516- Change ` dnsmasq ` config file name (issue #114 ).
17+ - Fix deprecation error when using PHP8.2 (issue #116 ).
18+ - Behat tests corrected (no issue number).
1619
1720## Version 2.15.0, 2023-05-04
1821
Original file line number Diff line number Diff line change 2626
2727$ plugin = new stdClass ();
2828
29- $ plugin ->version = 2023061100 ;
29+ $ plugin ->version = 2023071700 ;
3030$ plugin ->release = '2.16.0-beta ' ;
3131$ plugin ->requires = 2018120300 ;
3232$ plugin ->supported = [36 , 420 ];
You can’t perform that action at this time.
0 commit comments