Skip to content

Commit 9840eb5

Browse files
committed
Back to dev
1 parent 602634c commit 9840eb5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.04...MOODLE_500_STABLE)
8+
9+
- No changes
10+
711
## [v5.0.6.04](https://github.com/mutms/moodle-tool_muhome/compare/v5.0.6.03...v5.0.6.04) - 2026-03-27
812

913
### Added

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
$plugin->version = 2026032750;
3232
$plugin->requires = 2024100700;
3333
$plugin->supported = [500, 502];
34-
$plugin->release = 'v5.0.6.04';
34+
$plugin->release = 'v5.0.6.04+';
3535

3636
$plugin->dependencies = [
3737
'tool_mulib' => 2026032750,

0 commit comments

Comments
 (0)