Skip to content

Commit

Permalink
Add supported 405 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden committed Sep 30, 2024
1 parent 07d4fc8 commit 329e924
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 @@ -32,4 +32,4 @@
$plugin->release = 2024081900; // Human-readable release information.
$plugin->requires = 2017111309; // 2017111309 = T13, but this really requires 3.9 and higher.
$plugin->maturity = MATURITY_STABLE; // Suitable for PRODUCTION environments!
$plugin->supported = [39, 404]; // A range of branch numbers of supported moodle versions.
$plugin->supported = [39, 405]; // A range of branch numbers of supported moodle versions.

0 comments on commit 329e924

Please sign in to comment.