Skip to content

Commit cf83170

Browse files
committed
Plugin requires Moodle 4.1 at minimum
1 parent b4b6290 commit cf83170

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
$plugin->version = 2024120200;
2929
$plugin->release = 2024120200; // Match release exactly to version.
30-
$plugin->requires = 2017051500; // Moodle 3.3.
30+
$plugin->requires = 2022112800; // Moodle 4.1.
3131
$plugin->component = 'tool_redirects';
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->supported = [401, 405]; // Supports Moodle 4.1 or later.

0 commit comments

Comments
 (0)