Skip to content

Latest commit

 

History

History
251 lines (189 loc) · 7.16 KB

CHANGELOG.md

File metadata and controls

251 lines (189 loc) · 7.16 KB

MoodleBox Moodle plugin Release Notes

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.

Version 2.3.0, 2019-07-15

Added

  • 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+.

Fixed

  • Lang strings brushed up (#74).

Version 2.2.1, 2019-07-13

Fixed

  • Raspberry Pi 4B RAM size is displayed with wrong unit (#72).

Version 2.2.0, 2019-06-10

Added

  • Raspberry Pi 4B and other models are now supported (#70).

Version 2.1.0, 2019-05-29

Added

  • Manager can now use restart and shutdown buttons in the footer (#68).

Version 2.0.1, 2019-05-19

Added

  • Plugin is compatible with Moodle 3.7.0 (issue #67).

Fixed

  • Fix warning in PHP7.2 and later (issue #67).

Version 2.0.0, 2019-04-19

Added

  • 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).

Changed

  • 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).

Fixed

  • Bad permissions on shell script (issue #61).
  • Typos fixed in lang strings (no issue number).

Version 1.12.2, 2018-12-01

Added

  • Each section is now collapsible (issue #55)
  • New feature allowing to hide Wi-Fi SSID (issue #56)

Changed

  • Supports Moodle 3.6 (issue #58)

Fixed

  • Type mismatch PHP warnings fixed (no issue number)

Version 1.12.1, 2018-08-28

Fixed

  • Error in help string fixed (issue #53).

Version 1.12.0, 2018-08-16

Added

  • 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).

Changed

  • Wi-Fi default channel changed to 11 (part of issue #48).
  • Form definitions moved to separate file (issue #52).

Fixed

  • Variable name fixed (part of issue #32).

Version 1.11.0, 2018-07-09

Added

  • New feature to resize SD card (issue #45). Idea by Ralf Krause.

Fixed

  • Wrong display of table row background (issue #47).

Version 1.10.4, 2018-06-12

Added

  • Correctly detect Raspberry Pi Zero W (issue #44).

Changed

  • Better Raspberry Pi model detection (#43).

Version 1.10.3, 2018-05-26

Fixed

  • Error in privacy provider prevents privacy registry display (#42).

Version 1.10.2, 2018-04-29

Fixed

  • Impossible to enter SSIDs with less than 8 bytes (#41).

Version 1.10.1, 2018-03-23

Fixed

  • Lang string with unsupported char breaks plugin when debugging level set to "Developer" (issue #40).

Version 1.10, 2018-03-21

Added

  • 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).

Changed

  • Requires now Moodle 3.3 or later.
  • Hidden files used as trigger for plugin actions are now bundled (#37).

Fixed

  • Nothing yet.

Version 1.9, 2018-02-18

Added

  • Moodle privacy API implementation (issue #34).

Changed

  • Now uses classes and auto-loading instead of local library (issue #35)

Fixed

  • Better parsing of version numbers (issue #36)

Version 1.8, 2017-11-01

Added

  • Display of MoodleBox image version (issue #28).
  • Compatible with Moodle 3.4 (issue #27).

Fixed

  • 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).

Version 1.7.1, 2017-09-13

Fixed

  • Re-added removed strings to fix issue #25.

Version 1.7, 2017-09-11

Added

  • 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)

Changed

  • Wi-Fi settings display refactored (issue #20).
  • Better display the DHCP clients (issue #24).

Fixed

  • Required Moodle version number updated (issue #21).
  • Change way to parse config files, to avoid potential bugs (issue #19).

Version 1.6, 2017-09-05

Added

  • Wi-Fi SSID can now be changed.
  • Wi-Fi channel can now be changed.

Changed

Fixed

  • Change moodle installation directory, to cope with last version of MoodleBox.

Version 1.5.4, 2017-06-23

Changed

  • Hardware test refactored
  • Continuous integration via Travis added
  • Scripts updated

Version 1.5.3, 2017-04-29

Added

  • Hardware specification added, for RPi3 support (new kernel)

Version 1.5.2, 2017-04-29

Added

  • Some tests added to fix issue #16

Removed

  • Language files removed, fixing issue #15

Version 1.5.1, 2017-04-21

Changed

  • Some small documentation enhancements (mainly release notes)

Added

  • Several language files added (de, es, es_mx)
  • Missing string added

Fixed

  • Cosmetic fixes for Moodle code checker

Version 1.5, 2017-04-14

Changed

  • 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

Added

Version 1.4.4, 2017-04-11

Fixed

  • PHP warning due to direct inclusion of version.php fixed, issue #10
  • Other cosmetic fixes

Version 1.4.3, 2016-12-06

Fixed

  • Adapted for Moodle 3.2
  • Bug fixed for use with Moodle 3.2, issue #9

Version 1.4.2, 2016-10-08

Added

  • Display of warnings when the plugin installation is not complete, issue #8

Version 1.4.1, 2016-09-25

Fixed

  • Fix: MoodleBox Wi-Fi network password cannot be changed to empty, issue #7

Version 1.4, 2016-09-18

Added

  • New option enabling to change the MoodleBox Wi-Fi network password

Version 1.3, 2016-09-10

Added

  • New option enabling to change the MoodleBox password
  • Warnings displayed when plugin isn't used on a Raspberry Pi, issue #6

Version 1.2, 2016-08-09

Changed

  • Changed to admin tool plugin (from local plugin), issue #3
  • Code refactored

Version 1.1, 2016-08-06

Added

  • Added display of free space on SD card

Version 1.0, 2016-07-11

Added

  • Added time setting feature

Version 1.0b (beta), 2016-06-26

Added

  • Added two folder as RAM disks, for better performance

Version 1.0a2 (alpha), 2016-06-19

Changed

  • Reorganisation of project

Version 1.0a1 (alpha), 2016-06-16

Added

  • First version