Skip to content

Commit 653eab4

Browse files
authored
Update version.php
fixed branch code for moodle plugin DB
1 parent b0ac8d4 commit 653eab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
$plugin->requires = 2022041900; // Requires this Moodle version.
2929
$plugin->release = 'Version 1.3';
3030
$plugin->component = 'format_kickstart'; // Full name of the plugin (used for diagnostics).
31-
$plugin->supported = [40, 401];
31+
$plugin->supported = [400, 401];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)