Skip to content

Commit 5e322c6

Browse files
committed
Update release notes and version
1 parent 635abf8 commit 5e322c6

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](https://semver.org/) and follow principles of [keep a changelog](https://keepachangelog.com).
55

6-
## Version 2.19.0, unreleased
6+
## Version 2.19.0, 2025-0113
77

88
__This version is not compatible with versions of Moodle prior to Moodle 4.4!__
99

version.php

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

2727
$plugin = new stdClass();
2828

29-
$plugin->version = 2025011300;
30-
$plugin->release = '2.19.0dev';
29+
$plugin->version = 2025011301;
30+
$plugin->release = '2.19.0';
3131
$plugin->requires = 2024042200;
3232
$plugin->supported = [404, 405];
33-
$plugin->maturity = MATURITY_BETA;
33+
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->component = 'tool_moodlebox';

0 commit comments

Comments
 (0)