Skip to content

Commit

Permalink
Update release notes and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Nov 28, 2023
1 parent 3e7e0cb commit dffa0c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.2, 2023-11-28

### Add
- New code added to workaround a bug with wifi protocol on RPi3B (issue https://github.com/moodlebox/moodlebox/issues/319).

### Fixed
- Rename wrong filename in script and add routine to fix the buggy filename on devices (issue #127).

## Version 2.17.1, 2023-10-05

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

$plugin = new stdClass();

$plugin->version = 2023100500;
$plugin->release = '2.17.1';
$plugin->version = 2023112800;
$plugin->release = '2.17.2';
$plugin->requires = 2018120300;
$plugin->supported = [36, 403];
$plugin->maturity = MATURITY_STABLE;
Expand Down

0 comments on commit dffa0c5

Please sign in to comment.