We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028fa0f commit 0cff758Copy full SHA for 0cff758
version.php
@@ -25,9 +25,9 @@
25
26
defined('MOODLE_INTERNAL') || die();
27
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.
+$plugin->version = 2024090300;
+$plugin->requires = 2022112800; // Moodle 4.1 and above.
+$plugin->supported = [401, 401]; // Moodle 4.1.
31
$plugin->component = 'mod_cms';
32
$plugin->maturity = MATURITY_STABLE;
33
$plugin->release = 2023051800;
0 commit comments