Skip to content

Commit

Permalink
Update release notes, version number and date
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Oct 1, 2023
1 parent 04aaf38 commit 5059e1d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/) and follow principles of [keep a changelog](https://keepachangelog.com).

## Version 2.17.0, 2023-10-01

### Add
- Add support of NetworkManager for upcoming Bookworm-based RPi OS version (PR #123).
- Add detection of just announced new Raspberry Pi 5 (issue #122).

### Changed
- Better implementation of MoodleBox settings at top level of administration navigation (see #115, commit b4c94dc).

### Fixed
- Fix completely script to work with released versions of MoodleBox image (issue #114).
- Prevent more PHPDocs errors (no issue number, commits dd38ff0, 9915274 and 04aaf38).

## Version 2.16.3, 2023-09-17

### Fixed
- Fix script to work with released versions of MoodleBox image (issue #114).
- Multiple PHPDocs warnings for deprecated syntax (issue #121).

## Version 2.16.2, 2023-09-16

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

$plugin = new stdClass();

$plugin->version = 2023093000;
$plugin->release = '2.17.0-dev';
$plugin->version = 2023100100;
$plugin->release = '2.17.0';
$plugin->requires = 2018120300;
$plugin->supported = [36, 420];
$plugin->maturity = MATURITY_ALPHA;
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'tool_moodlebox';

0 comments on commit 5059e1d

Please sign in to comment.