Skip to content

Commit 53b72ff

Browse files
committed
Prepare v5.2.1.01 release
1 parent 5c67d68 commit 53b72ff

3 files changed

Lines changed: 8 additions & 4 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.2.1.01](https://github.com/mutms/moodle-tool_mutenancy/compare/v5.2.0.01...v5.2.1.01) - 2026-06-05
8+
9+
- No changes
10+
711
## [v5.2.0.01](https://github.com/mutms/moodle-tool_mutenancy/compare/v5.2.0.01...MOODLE_502_STABLE)
812

913
- Initial release for Moodle 5.2.0

environmentlib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* @return environment_results updated results object
3232
*/
3333
function tool_mutenancy_environment_corepatch(environment_results $result): environment_results {
34-
$release = 'mutenancy-5.2.0-01';
34+
$release = 'mutenancy-5.2.1-01';
3535

3636
$result->setInfo("Core Multi-tenancy patch ($release is required)");
3737

version.php

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

2929
/** @var stdClass $plugin */
3030
$plugin->component = 'tool_mutenancy';
31-
$plugin->version = 2026041952;
31+
$plugin->version = 2026060552;
3232
$plugin->requires = 2026042000;
3333
$plugin->supported = [502, 502];
3434
$plugin->incompatible = 503;
35-
$plugin->release = 'v5.2.0.01';
35+
$plugin->release = 'v5.2.1.01';
3636

3737
$plugin->dependencies = [
38-
'tool_mulib' => 2026041950,
38+
'tool_mulib' => 2026060550,
3939
];

0 commit comments

Comments
 (0)