Skip to content

Commit 3909fdf

Browse files
committed
Prepare release
1 parent bcc4e30 commit 3909fdf

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Plugin versioning is derived from Moodle releases, it does not comply with the s
44

55
The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com).
66

7-
## [Unreleased](https://github.com/mutms/moodle-tool_mutrain/compare/v4.5.10.04...MOODLE_405_STABLE)
7+
## [v4.5.10.05](https://github.com/mutms/moodle-tool_mutrain/compare/v4.5.10.04...v4.5.10.05) - 2026-03-28
88

99
- No changes
1010

version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828

2929
/** @var stdClass $plugin */
3030
$plugin->component = 'tool_mutrain';
31-
$plugin->version = 2026032745;
31+
$plugin->version = 2026032845;
3232
$plugin->requires = 2024100700;
3333
$plugin->supported = [405, 405];
3434
$plugin->incompatible = 500;
35-
$plugin->release = 'v4.5.10.04+';
35+
$plugin->release = 'v4.5.10.05';
3636

3737
$plugin->dependencies = [
38-
'tool_mulib' => 2026032745,
39-
'customfield_mutrain' => 2026032745,
38+
'tool_mulib' => 2026032845,
39+
'customfield_mutrain' => 2026032845,
4040
];

0 commit comments

Comments
 (0)