Skip to content

Commit d0c683b

Browse files
committed
Update release notes, version number and date
1 parent 01e1e49 commit d0c683b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.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

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 = 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;

0 commit comments

Comments
 (0)