Skip to content

Commit

Permalink
New release, fixing issue #9
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Dec 6, 2016
1 parent 2429e40 commit e0f270b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,25 @@

A Moodle administration plugin providing a GUI to some settings and management of a [MoodleBox](https://github.com/martignoni/make-moodlebox).

This plugin enable an administrator to monitor some hardware settings, to set the date of the MoodleBox and to allow restart and shutdown of the MoodleBox using a GUI.
This plugin enable an administrator to monitor some hardware settings, to set the date of the MoodleBox, to allow restart and shutdown of the MoodleBox and changing Raspberry Pi passwords using a GUI. The plugin is compatible with Moodle 3.1 or later.

## Availability

The code is available at [https://github.com/martignoni/moodlebox-plugin](https://github.com/martignoni/moodlebox-plugin).

### Release notes

* 2016-12-06, version 1.4.3: Bug fixed for use with Moodle 3.2
* 2016-10-08, version 1.4.2: Display warnings when the plugin installation is not complete
* 2016-09-25, version 1.4.1: MoodleBox Wi-Fi network password cannot be changed to empty
* 2016-09-18, version 1.4: new option enabling to change the MoodleBox Wi-Fi network password
* 2016-09-10, version 1.3: new option enabling to change the MoodleBox password
* 2016-08-09, version 1.2: changed to admin tool plugin (from local plugin)
* 2016-08-06, version 1.1: added display of free space on SD card
* 2016-07-11, version 1.0: added time setting feature
* 2016-06-26, version 1.0b (beta): added two folder as RAM disks, for better performance
* 2016-06-19, version 1.0a2 (alpha): reorganisation of project
* 2016-06-16, version 1.0a1 (alpha): first version
* 2016-09-18, version 1.4: New option enabling to change the MoodleBox Wi-Fi network password
* 2016-09-10, version 1.3: New option enabling to change the MoodleBox password
* 2016-08-09, version 1.2: Changed to admin tool plugin (from local plugin)
* 2016-08-06, version 1.1: Added display of free space on SD card
* 2016-07-11, version 1.0: Added time setting feature
* 2016-06-26, version 1.0b (beta): Added two folder as RAM disks, for better performance
* 2016-06-19, version 1.0a2 (alpha): Reorganisation of project
* 2016-06-16, version 1.0a1 (alpha): First version

## Installation

Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2016100800;
$plugin->release = '1.4.2';
$plugin->version = 2016120600;
$plugin->release = '1.4.3';
$plugin->requires = 2015051103;
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'tool_moodlebox';

0 comments on commit e0f270b

Please sign in to comment.