From 3c677747502fa042805e6f87b5ea1d70e9e17ec6 Mon Sep 17 00:00:00 2001 From: Nicolas Martignoni Date: Sun, 27 Oct 2024 20:32:17 +0100 Subject: [PATCH] Match the required version with the minimum supported version - See issue #147. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 3df533c..3235fe9 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ $plugin->version = 2024102700; $plugin->release = '2.18.2-beta'; -$plugin->requires = 2018120300; +$plugin->requires = 2024042200; $plugin->supported = [404, 405]; $plugin->maturity = MATURITY_BETA; $plugin->component = 'tool_moodlebox';