We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef2a01 commit c5d78f0Copy full SHA for c5d78f0
version.php
@@ -24,9 +24,9 @@
24
25
defined('MOODLE_INTERNAL') || die();
26
27
-$plugin->version = 2024021902;
28
-$plugin->release = 2024021902; // Match release exactly to version.
+$plugin->version = 2024021903;
+$plugin->release = 2024021903; // Match release exactly to version.
29
$plugin->requires = 2022112800; // Moodle 4.1.
30
$plugin->component = 'tool_seo';
31
$plugin->maturity = MATURITY_STABLE;
32
-$plugin->supported = [401, 403]; // Supports Moodle 4.1 or later.
+$plugin->supported = [401, 404, 403]; // Supports Moodle 4.1 or later.
0 commit comments