Skip to content

Commit

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

## Version 1.5.2, 2017-04-29

- Language files removed, fixing issue #15
- Some tests added to fix issue #16

## Version 1.5.1, 2017-04-21

- Several language files added (de, es, es_mx)
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
$plugin = new stdClass();

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

0 comments on commit b1adc71

Please sign in to comment.