Skip to content

Commit

Permalink
Support Moodle 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Nguyen committed Nov 19, 2024
1 parent da109a3 commit ff5c52b
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 @@ -27,6 +27,6 @@
$plugin->version = 2024111800;
$plugin->release = 2024111800; // Match release exactly to version.
$plugin->requires = 2020061500; // Support for 3.9 and above, due to the Check API.
$plugin->supported = [39, 404];
$plugin->supported = [39, 405];
$plugin->component = 'tool_heartbeat';
$plugin->maturity = MATURITY_STABLE;

0 comments on commit ff5c52b

Please sign in to comment.