Skip to content

Commit

Permalink
Merge pull request #60 from catalyst/issue-59
Browse files Browse the repository at this point in the history
Remove incompatible property declaration
  • Loading branch information
bwalkerl authored May 13, 2024
2 parents 464d04f + a48d827 commit c6f2910
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@
$plugin->requires = 2017051500; // Requires Moodle 3.3 or later.
$plugin->component = "tool_webanalytics";
$plugin->supported = [35, 401]; // Available as of Moodle 3.9.0 or later.
$plugin->incompatible = 404;
$plugin->maturity = MATURITY_STABLE;

0 comments on commit c6f2910

Please sign in to comment.