Skip to content

Commit 9a35394

Browse files
committed
Version numbers changed for upcoming version 1.10.
1 parent dd84cc1 commit 9a35394

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 (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).

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
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';

0 commit comments

Comments
 (0)