File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-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.1, 2023-08-24
7+
8+ ### Changed
9+ - Update routine to check registration country (no issue number, commits (no issue number, commit bdb9ab7 and ae25ffa).
10+ - Add function to get MoodleBox version and date (no issue number, commit 3ee5edd).
11+ - Update dependencies (no issue number, commit 496a1f4).
12+
13+ ### Fixed
14+ - Workaround potential execution permission (issue #118 ).
15+ - Fix coding style issues (no issue number, commit 1d33e7a).
16+
617## Version 2.16.0, 2023-07-30
718
819### Add
Original file line number Diff line number Diff line change 2626
2727$ plugin = new stdClass ();
2828
29- $ plugin ->version = 2023073000 ;
30- $ plugin ->release = '2.16.0 ' ;
29+ $ plugin ->version = 2023082400 ;
30+ $ plugin ->release = '2.16.1 ' ;
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