Skip to content

Commit 0204f7e

Browse files
authored
Merge pull request #226 from catalyst/issue225
issue #225: Moodle 4.5 support
2 parents c8b8b56 + 00c5cea commit 0204f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
$plugin->version = 2024090300;
2929
$plugin->release = 2024090300; // Match release exactly to version.
3030
$plugin->requires = 2024042200;
31-
$plugin->supported = [404, 404];
31+
$plugin->supported = [404, 405];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)