We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ce390 commit 78a4bf9Copy full SHA for 78a4bf9
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'mod_subcourse';
28
-$plugin->release = 2025032000;
29
-$plugin->version = 2025032000;
+$plugin->release = 2025032001;
+$plugin->version = 2025032001;
30
$plugin->maturity = MATURITY_STABLE;
31
$plugin->requires = 2024100700; // Requires 4.5.
32
-$plugin->supported = [405, 405];
+$plugin->supported = [405, 500];
0 commit comments