File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) and follow principles of [ keep a changelog] ( http://keepachangelog.com ) .
5
5
6
- ## Unreleased
6
+ ## Version 1.7, 2017-09-11
7
7
### Added
8
8
- Possibility to have an open (i.e. without password) Wi-Fi network (issue #22 ). Feature dedicated to @christian-westphal .
9
9
- Wi-Fi channel selection depends on regulatory domain defined in ` /etc/hostapd/hostapd ` (issue #23 )
Original file line number Diff line number Diff line change 26
26
27
27
$ plugin = new stdClass ();
28
28
29
- $ plugin ->version = 2017090500 ;
30
- $ plugin ->release = '1.6 ' ;
29
+ $ plugin ->version = 2017091100 ;
30
+ $ plugin ->release = '1.7 ' ;
31
31
$ plugin ->requires = 2016050400 ;
32
32
$ plugin ->maturity = MATURITY_STABLE ;
33
33
$ plugin ->component = 'tool_moodlebox ' ;
You can’t perform that action at this time.
0 commit comments