Skip to content

Commit 21b4787

Browse files
committed
Update version and change log
1 parent 2bca040 commit 21b4787

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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];

0 commit comments

Comments
 (0)