Skip to content

Commit 9387734

Browse files
committed
Bump release number and date, changelog updated for upcoming 1.7.
1 parent 6eff778 commit 9387734

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/) and follow principles of [keep a changelog](http://keepachangelog.com).
55

6-
## Unreleased
6+
## Version 1.7, 2017-09-11
77
### Added
88
- Possibility to have an open (i.e. without password) Wi-Fi network (issue #22). Feature dedicated to @christian-westphal.
99
- Wi-Fi channel selection depends on regulatory domain defined in `/etc/hostapd/hostapd` (issue #23)

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
$plugin = new stdClass();
2828

29-
$plugin->version = 2017090500;
30-
$plugin->release = '1.6';
29+
$plugin->version = 2017091100;
30+
$plugin->release = '1.7';
3131
$plugin->requires = 2016050400;
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->component = 'tool_moodlebox';

0 commit comments

Comments
 (0)