Skip to content

Commit 6dfc004

Browse files
committed
Prepare version 1.5.4
1 parent f6a55ac commit 6dfc004

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## Version 1.5.4, 2017-06-23
7+
8+
- Hardware test refactored
9+
- Continuous integration via Travis added
10+
- Scripts updated
11+
612
## Version 1.5.3, 2017-04-29
713

814
- Hardware specification added, for RPi3 support (new kernel)

version.php

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

2727
$plugin = new stdClass();
2828

29-
$plugin->version = 2017042901;
30-
$plugin->release = '1.5.3';
29+
$plugin->version = 2017062300;
30+
$plugin->release = '1.5.4';
3131
$plugin->requires = 2015051103;
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->component = 'tool_moodlebox';

0 commit comments

Comments
 (0)