File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) and follow principles of [ keep a changelog] ( http://keepachangelog.com ) .
55
6- ## Unreleased (upcoming version 1.10)
6+ ## Version 1.10, 2018-03-21
77### Added
88- Moodle privacy API implementation complete (issue #34 ).
99- Arbitrary characters, included spaces, are now allowed in SSID (issues #31 and #38 ).
Original file line number Diff line number Diff line change 2626
2727$ plugin = new stdClass ();
2828
29- $ plugin ->version = 2018031900 ;
30- $ plugin ->release = '1.10-beta ' ;
29+ $ plugin ->version = 2018032100 ;
30+ $ plugin ->release = '1.10 ' ;
3131$ plugin ->requires = 2017051500 ;
32- $ plugin ->maturity = MATURITY_BETA ;
32+ $ plugin ->maturity = MATURITY_STABLE ;
3333$ plugin ->component = 'tool_moodlebox ' ;
You can’t perform that action at this time.
0 commit comments