File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
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.16.2, 2023-09-16
7+
8+ ### Fixed
9+ - CPU load formatting problem in MoodleBox dashboard (issue #119 ).
10+ - Multiple issues with PHPDocs in plugin validation (issue #120 ).
11+
612## Version 2.16.1, 2023-08-24
713
814### Changed
Original file line number Diff line number Diff line change 2626
2727$ plugin = new stdClass ();
2828
29- $ plugin ->version = 2023082400 ;
30- $ plugin ->release = '2.16.1 ' ;
29+ $ plugin ->version = 2023091600 ;
30+ $ plugin ->release = '2.16.2 ' ;
3131$ plugin ->requires = 2018120300 ;
3232$ plugin ->supported = [36 , 420 ];
3333$ plugin ->maturity = MATURITY_STABLE ;
You can’t perform that action at this time.
0 commit comments