Skip to content

Commit e0f270b

Browse files
committed
New release, fixing issue #9
1 parent 2429e40 commit e0f270b

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,25 @@
22

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

5-
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.
5+
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.
66

77
## Availability
88

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

1111
### Release notes
1212

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

2425
## Installation
2526

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
defined('MOODLE_INTERNAL') || die;
2727

28-
$plugin->version = 2016100800;
29-
$plugin->release = '1.4.2';
28+
$plugin->version = 2016120600;
29+
$plugin->release = '1.4.3';
3030
$plugin->requires = 2015051103;
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->component = 'tool_moodlebox';

0 commit comments

Comments
 (0)