Skip to content

Commit fae96b9

Browse files
committed
Prepare release
1 parent d201848 commit fae96b9

2 files changed

Lines changed: 4 additions & 4 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_muhome/compare/v5.0.6.06...MOODLE_500_STABLE)
7+
## [v5.0.7.01](https://github.com/mutms/moodle-tool_muhome/compare/v5.0.6.06...v5.0.7.01) - 2026-04-19
88

99
- No changes
1010

version.php

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

2929
/** @var stdClass $plugin */
3030
$plugin->component = 'tool_muhome';
31-
$plugin->version = 2026032950;
31+
$plugin->version = 2026041950;
3232
$plugin->requires = 2024100700;
3333
$plugin->supported = [500, 502];
34-
$plugin->release = 'v5.0.6.06+';
34+
$plugin->release = 'v5.0.7.01';
3535

3636
$plugin->dependencies = [
37-
'tool_mulib' => 2026032950,
37+
'tool_mulib' => 2026041950,
3838
];

0 commit comments

Comments
 (0)