Skip to content

Commit c5d78f0

Browse files
author
dustinhuynh
committed
Update version and support
1 parent 1ef2a01 commit c5d78f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
defined('MOODLE_INTERNAL') || die();
2626

27-
$plugin->version = 2024021902;
28-
$plugin->release = 2024021902; // Match release exactly to version.
27+
$plugin->version = 2024021903;
28+
$plugin->release = 2024021903; // Match release exactly to version.
2929
$plugin->requires = 2022112800; // Moodle 4.1.
3030
$plugin->component = 'tool_seo';
3131
$plugin->maturity = MATURITY_STABLE;
32-
$plugin->supported = [401, 403]; // Supports Moodle 4.1 or later.
32+
$plugin->supported = [401, 404, 403]; // Supports Moodle 4.1 or later.

0 commit comments

Comments
 (0)