diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a40312..5ad46c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/) and follow principles of [keep a changelog](http://keepachangelog.com). +## Version 1.7.1, 2017-09-13 +### Fixed +- Re-added removed strings to fix issue #25. + ## Version 1.7, 2017-09-11 ### Added - Possibility to have an open (i.e. without password) Wi-Fi network (issue #22). Feature dedicated to @christian-westphal. diff --git a/version.php b/version.php index 868a79a..95ddce7 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ $plugin = new stdClass(); -$plugin->version = 2017091100; -$plugin->release = '1.7'; +$plugin->version = 2017091300; +$plugin->release = '1.7.1'; $plugin->requires = 2016050400; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'tool_moodlebox';