From e45bdbcd3f0c809bf50536cb91e4b639d5e1778b Mon Sep 17 00:00:00 2001 From: Thomas Niedermaier Date: Mon, 2 Dec 2024 19:31:48 +0100 Subject: [PATCH] change version.php --- version.php | 1 - 1 file changed, 1 deletion(-) diff --git a/version.php b/version.php index 111b618..4fe3a75 100644 --- a/version.php +++ b/version.php @@ -30,7 +30,6 @@ $plugin->release = 'v4.5-r2'; $plugin->version = 2024111101; $plugin->requires = 2024100700; // Requires Moodle 4.5+. -$plugin->supported = [405]; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ 'tool_opencast' => 2024111100,