Skip to content

Commit 42f3a42

Browse files
committed
Fix Moodle 4.5.11 compatibility
1 parent d973725 commit 42f3a42

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
66

77
## [Unreleased](https://github.com/mutms/moodle-tool_mutenancy/compare/v4.5.10.06...MOODLE_405_STABLE)
88

9-
- No changes
9+
### Changed
10+
11+
- Compatible with Moodle 4.5.11
1012

1113
## [v4.5.10.06](https://github.com/mutms/moodle-tool_mutenancy/compare/v4.5.10.05...v4.5.10.06) - 2026-03-29
1214

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-4.5.10-02';
34+
$release = 'mutenancy-4.5.11-01';
3535

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

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/** @var stdClass $plugin */
3030
$plugin->component = 'tool_mutenancy';
3131
$plugin->version = 2026032945;
32-
$plugin->requires = 2024100708;
32+
$plugin->requires = 2024100711;
3333
$plugin->supported = [405, 405];
3434
$plugin->incompatible = 500;
3535
$plugin->release = 'v4.5.10.06+';

0 commit comments

Comments
 (0)