All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and follow principles of keep a changelog.
- Raspberry Pi 3A+ is now supported (#73). This enhancement was possible thanks to the sponsoring of Visvanath Ratnaweera (@ratnavis), who kindly offered a Raspberry Pi 3A+.
- Lang strings brushed up (#74).
- Raspberry Pi 4B RAM size is displayed with wrong unit (#72).
- Raspberry Pi 4B and other models are now supported (#70).
- Manager can now use restart and shutdown buttons in the footer (#68).
- Plugin is compatible with Moodle 3.7.0 (issue #67).
- Fix warning in PHP7.2 and later (issue #67).
- Restart and shutdown buttons can be displayed to the administrator on the footer of any Moodle page (issue #33). Warm thanks to Adrian Perez Rodriguez for most of the implementation.
- A warning is displayed to the administrator on any Moodle page if under voltage is detected (issue #65).
- Links to documentation website and support forum are displayed on the new MoodleBox settings page (issue #54).
- Moodle 3.6.0 or later is now required (due to implementation of #54).
- Configuration and dashboard pages were refactored (part of issue #33).
- Collapsed status of collapsible regions is now saved between sessions (issue #60).
- Bad permissions on shell script (issue #61).
- Typos fixed in lang strings (no issue number).
- Each section is now collapsible (issue #55)
- New feature allowing to hide Wi-Fi SSID (issue #56)
- Supports Moodle 3.6 (issue #58)
- Type mismatch PHP warnings fixed (no issue number)
- Error in help string fixed (issue #53).
- Wi-Fi regulatory country can now be set in the GUI (issue #48).
- Section to resize SD card doesn't display when partition already resized (issue #50).
- Help icons and texts added to enhance usability (issue #51).
- Function get_wireless_interface_name() added (part of issue #32).
- Wi-Fi default channel changed to 11 (part of issue #48).
- Form definitions moved to separate file (issue #52).
- Variable name fixed (part of issue #32).
- New feature to resize SD card (issue #45). Idea by Ralf Krause.
- Wrong display of table row background (issue #47).
- Correctly detect Raspberry Pi Zero W (issue #44).
- Better Raspberry Pi model detection (#43).
- Error in privacy provider prevents privacy registry display (#42).
- Impossible to enter SSIDs with less than 8 bytes (#41).
- Lang string with unsupported char breaks plugin when debugging level set to "Developer" (issue #40).
- Moodle privacy API implementation complete (issue #34).
- Arbitrary characters, included spaces, are now allowed in SSID (issues #31 and #38).
- Support for Raspberry 3 B+ (issue #39).
- Requires now Moodle 3.3 or later.
- Hidden files used as trigger for plugin actions are now bundled (#37).
- Nothing yet.
- Moodle privacy API implementation (issue #34).
- Now uses classes and auto-loading instead of local library (issue #35)
- Better parsing of version numbers (issue #36)
- Display of MoodleBox image version (issue #28).
- Compatible with Moodle 3.4 (issue #27).
- Now works even in unusual Moodle installation directory (issue #29).
- Wi-Fi invalid SSIDs aren't allowed anymore (issue #30).
- Prevent potential bugs due to not validated settings (issue #30).
- Re-added removed strings to fix issue #25.
- Possibility to have an open (i.e. without password) Wi-Fi network (issue #22). Feature dedicated to @christian-westphal.
- Wi-Fi channel selection depends on regulatory domain defined in
/etc/hostapd/hostapd
(issue #23)
- Wi-Fi settings display refactored (issue #20).
- Better display the DHCP clients (issue #24).
- Required Moodle version number updated (issue #21).
- Change way to parse config files, to avoid potential bugs (issue #19).
- Wi-Fi SSID can now be changed.
- Wi-Fi channel can now be changed.
- Changelog adapted to principles of keep a changelog.
- Change moodle installation directory, to cope with last version of MoodleBox.
- Hardware test refactored
- Continuous integration via Travis added
- Scripts updated
- Hardware specification added, for RPi3 support (new kernel)
- Some tests added to fix issue #16
- Language files removed, fixing issue #15
- Some small documentation enhancements (mainly release notes)
- Several language files added (de, es, es_mx)
- Missing string added
- Cosmetic fixes for Moodle code checker
- Code doesn't use eval() any more, issue #12
- Javascript code refactored, using AMD, issue #11
- Documentation updated (release notes have their own file now), issue #13
- Plugin is now published in the Moodle plugin database
- PHP warning due to direct inclusion of version.php fixed, issue #10
- Other cosmetic fixes
- Adapted for Moodle 3.2
- Bug fixed for use with Moodle 3.2, issue #9
- Display of warnings when the plugin installation is not complete, issue #8
- Fix: MoodleBox Wi-Fi network password cannot be changed to empty, issue #7
- New option enabling to change the MoodleBox Wi-Fi network password
- New option enabling to change the MoodleBox password
- Warnings displayed when plugin isn't used on a Raspberry Pi, issue #6
- Changed to admin tool plugin (from local plugin), issue #3
- Code refactored
- Added display of free space on SD card
- Added time setting feature
- Added two folder as RAM disks, for better performance
- Reorganisation of project
- First version