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 14, 2024
1 parent 14f72f7 commit 460aef6
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 @@ -29,5 +29,5 @@
$plugin->release = 2024101800; // Same as version.
$plugin->requires = 2022112800; // Requires Moodle 4.1 or later.
$plugin->component = "tool_webanalytics";
$plugin->supported = [401, 403]; // Available as of Moodle 4.1.0 or later.
$plugin->supported = [401, 405]; // Available as of Moodle 4.1.0 or later.
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 460aef6

Please sign in to comment.