From 04420e2088d389b0c51b0db9aab4da8adfb44394 Mon Sep 17 00:00:00 2001 From: David Watson <14983002+watson8@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:30:39 +0100 Subject: [PATCH] CTP-3704 version number --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 2d63d101..1b83079a 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ $plugin->component = 'mod_coursework'; -$plugin->version = 2024081900; // If version == 0 then module will not be installed -$plugin->requires = 2023100400; // Requires this Moodle version +$plugin->version = 2024082700; // If version == 0 then module will not be installed +$plugin->requires = 2021051700; // Requires this Moodle version 3.11 $plugin->cron = 300; // Period for cron to check this module (secs).