From 653eab4c86ebe34b23edc277f5fbcca9745f3c32 Mon Sep 17 00:00:00 2001 From: Stefan-Alexander Scholz Date: Mon, 8 May 2023 17:43:27 +0200 Subject: [PATCH] Update version.php fixed branch code for moodle plugin DB --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 5b2845b..fa78a93 100644 --- a/version.php +++ b/version.php @@ -28,5 +28,5 @@ $plugin->requires = 2022041900; // Requires this Moodle version. $plugin->release = 'Version 1.3'; $plugin->component = 'format_kickstart'; // Full name of the plugin (used for diagnostics). -$plugin->supported = [40, 401]; +$plugin->supported = [400, 401]; $plugin->maturity = MATURITY_STABLE;