Skip to content

Commit 2904704

Browse files
committed
Update release notes, version number and date
1 parent ca87616 commit 2904704

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.15.0, 2023-05-04
7+
8+
### Add
9+
- Detect CM4S model (issue #112).
10+
11+
### Changed
12+
- Tested against upcoming Moodle 4.2 (issue #113).
13+
14+
### Fixed
15+
- Fix regression introduced when fixing #73 (issue #110).
16+
617
## Version 2.14.2, 2022-11-20
718

819
### Fixed

version.php

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

2727
$plugin = new stdClass();
2828

29-
$plugin->version = 2023040200;
30-
$plugin->release = '2.15.0-dev';
29+
$plugin->version = 2023050400;
30+
$plugin->release = '2.15.0';
3131
$plugin->requires = 2018120300;
32-
$plugin->supported = [36, 410];
33-
$plugin->maturity = MATURITY_BETA;
32+
$plugin->supported = [36, 420];
33+
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->component = 'tool_moodlebox';

0 commit comments

Comments
 (0)