From 095c1b3e4fb37b51cda47107f7a992ff5f77be8d Mon Sep 17 00:00:00 2001 From: Nicolas Martignoni Date: Wed, 13 Sep 2017 09:27:19 +0200 Subject: [PATCH] Release notes and version updated for upcoming version 1.7.1. --- CHANGELOG.md | 4 ++++ version.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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';