Skip to content

Commit dffa0c5

Browse files
committed
Update release notes and version number
1 parent 3e7e0cb commit dffa0c5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.17.2, 2023-11-28
7+
8+
### Add
9+
- New code added to workaround a bug with wifi protocol on RPi3B (issue https://github.com/moodlebox/moodlebox/issues/319).
10+
11+
### Fixed
12+
- Rename wrong filename in script and add routine to fix the buggy filename on devices (issue #127).
13+
614
## Version 2.17.1, 2023-10-05
715

816
### Fixed

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 = 2023100500;
30-
$plugin->release = '2.17.1';
29+
$plugin->version = 2023112800;
30+
$plugin->release = '2.17.2';
3131
$plugin->requires = 2018120300;
3232
$plugin->supported = [36, 403];
3333
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)