From b1adc7133f10c06449d5c4926de462059f2ac110 Mon Sep 17 00:00:00 2001 From: Nicolas Martignoni Date: Sat, 29 Apr 2017 20:38:07 +0200 Subject: [PATCH] Prepare version 1.5.2 --- CHANGELOG.md | 5 +++++ version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d3f16..7b098a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/version.php b/version.php index 4f2324c..9754b6e 100644 --- a/version.php +++ b/version.php @@ -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';