From c4fdc1aa010789911f54957c328e0207bf0e00f9 Mon Sep 17 00:00:00 2001 From: NinaHerrmann Date: Wed, 22 Nov 2023 21:33:19 +0100 Subject: [PATCH] chaneg back to support 3.9+ --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index cbab77e..aa909d7 100644 --- a/version.php +++ b/version.php @@ -27,5 +27,5 @@ $plugin->component = 'tool_opencast'; $plugin->release = 'v4.3-r1'; $plugin->version = 2023112200; -$plugin->requires = 2022112800; // Requires Moodle 4.1+. +$plugin->requires = 2020061524; // Requires Moodle 3.9+. $plugin->maturity = MATURITY_STABLE;