Skip to content

Commit 0cff758

Browse files
committed
Issue #66: Set support version to 4.1
1 parent 028fa0f commit 0cff758

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525

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

28-
$plugin->version = 2024082900;
29-
$plugin->requires = 2020061500; // Moodle 3.9.0 and above.
30-
$plugin->supported = [39, 401]; // Moodle 3.9 to 4.1 inclusive.
28+
$plugin->version = 2024090300;
29+
$plugin->requires = 2022112800; // Moodle 4.1 and above.
30+
$plugin->supported = [401, 401]; // Moodle 4.1.
3131
$plugin->component = 'mod_cms';
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->release = 2023051800;

0 commit comments

Comments
 (0)