We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ac8d4 commit 653eab4Copy full SHA for 653eab4
version.php
@@ -28,5 +28,5 @@
28
$plugin->requires = 2022041900; // Requires this Moodle version.
29
$plugin->release = 'Version 1.3';
30
$plugin->component = 'format_kickstart'; // Full name of the plugin (used for diagnostics).
31
-$plugin->supported = [40, 401];
+$plugin->supported = [400, 401];
32
$plugin->maturity = MATURITY_STABLE;
0 commit comments