From 437e1908b3e4af66dface65a57165bb8b542b262 Mon Sep 17 00:00:00 2001 From: Noemie Ariste Date: Fri, 22 Sep 2023 13:51:35 +1200 Subject: [PATCH] =?UTF-8?q?Update=20version.php=20to=20require=20T=C5=8Dta?= =?UTF-8?q?ra=2018?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- version.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/version.php b/version.php index 1383e28a..75369467 100644 --- a/version.php +++ b/version.php @@ -27,7 +27,6 @@ $plugin->version = 2023031601; // The current plugin version (Date: YYYYMMDDXX). $plugin->release = 2023031601; // Same as version. -$plugin->requires = 2017051500.00; // Support back to 3.3 - Totara 12. Patches required. +$plugin->requires = 2023051100.01; // Support from T18. Patches required. $plugin->component = 'tool_mfa'; $plugin->maturity = MATURITY_STABLE; -$plugin->supported = [35, 401];