File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This 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
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments