Skip to content

Commit e73d5e1

Browse files
committed
Update release notes, version number and date
1 parent 981784f commit e73d5e1

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
This 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

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
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;

0 commit comments

Comments
 (0)