Skip to content

Commit

Permalink
Prepare version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Apr 29, 2017
1 parent 40d8ab8 commit 5d5df18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Version 1.5.3, 2017-04-29

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

## Version 1.5.2, 2017-04-29

- Language files removed, fixing issue #15
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

$plugin = new stdClass();

$plugin->version = 2017042900;
$plugin->release = '1.5.2';
$plugin->version = 2017042901;
$plugin->release = '1.5.3';
$plugin->requires = 2015051103;
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'tool_moodlebox';

0 comments on commit 5d5df18

Please sign in to comment.