We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a55ac commit 6dfc004Copy full SHA for 6dfc004
CHANGELOG.md
@@ -3,6 +3,12 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
+## Version 1.5.4, 2017-06-23
7
+
8
+- Hardware test refactored
9
+- Continuous integration via Travis added
10
+- Scripts updated
11
12
## Version 1.5.3, 2017-04-29
13
14
- Hardware specification added, for RPi3 support (new kernel)
version.php
@@ -26,8 +26,8 @@
26
27
$plugin = new stdClass();
28
29
-$plugin->version = 2017042901;
30
-$plugin->release = '1.5.3';
+$plugin->version = 2017062300;
+$plugin->release = '1.5.4';
31
$plugin->requires = 2015051103;
32
$plugin->maturity = MATURITY_STABLE;
33
$plugin->component = 'tool_moodlebox';
0 commit comments