Skip to content

Commit

Permalink
Merge pull request #226 from catalyst/issue225
Browse files Browse the repository at this point in the history
issue #225: Moodle 4.5 support
  • Loading branch information
dmitriim authored Nov 18, 2024
2 parents c8b8b56 + 00c5cea commit 0204f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
$plugin->version = 2024090300;
$plugin->release = 2024090300; // Match release exactly to version.
$plugin->requires = 2024042200;
$plugin->supported = [404, 404];
$plugin->supported = [404, 405];
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 0204f7e

Please sign in to comment.