diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e3bd3..389ad3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version.php b/version.php index 783d049..73ceaba 100644 --- a/version.php +++ b/version.php @@ -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;