Skip to content

Commit 2af2656

Browse files
committed
Prepare v5.0.8.01 release
1 parent 0dd06db commit 2af2656

2 files changed

Lines changed: 6 additions & 2 deletions

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+
## [v5.0.8.01](https://github.com/mutms/moodle-tool_mulib/compare/v5.0.7.01...v5.0.8.01) - 2026-06-05
8+
9+
- No changes
10+
711
## [v5.0.7.01](https://github.com/mutms/moodle-tool_mulib/compare/v5.0.6.06...v5.0.7.01) - 2026-04-19
812

913
- No changes

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
/** @var stdClass $plugin */
3232
$plugin->component = 'tool_mulib';
33-
$plugin->version = 2026041950;
33+
$plugin->version = 2026060550;
3434
$plugin->requires = 2025041400;
3535
$plugin->supported = [500, 502];
36-
$plugin->release = 'v5.0.7.01';
36+
$plugin->release = 'v5.0.8.01';

0 commit comments

Comments
 (0)