We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c78a02 commit 66dbb87Copy full SHA for 66dbb87
CHANGELOG.md
@@ -3,7 +3,7 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/) and follow principles of [keep a changelog](http://keepachangelog.com).
5
6
-## Unreleased
+## Version 1.9, 2018-02-18
7
### Added
8
- Moodle privacy API implementation (issue #34).
9
version.php
@@ -26,8 +26,8 @@
26
27
$plugin = new stdClass();
28
29
-$plugin->version = 2018021700;
30
-$plugin->release = '1.9-beta';
+$plugin->version = 2018021800;
+$plugin->release = '1.9';
31
$plugin->requires = 2016050400;
32
-$plugin->maturity = MATURITY_BETA;
+$plugin->maturity = MATURITY_STABLE;
33
$plugin->component = 'tool_moodlebox';
0 commit comments