From f9c6833c579431277c987064b75b27e5d8871098 Mon Sep 17 00:00:00 2001 From: Matthew Hilton Date: Thu, 4 Jan 2024 08:29:03 +1000 Subject: [PATCH] [#851] Add 4.2 as supported version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 1e50864e..6d03ee49 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ $plugin->version = 2023122201; $plugin->release = 2023122201; $plugin->requires = 2022112800; // Our lowest supported Moodle (3.3.0). -$plugin->supported = [400, 401]; +$plugin->supported = [400, 402]; // TODO $plugin->incompatible = ; // Available as of Moodle 3.9.0 or later. $plugin->component = 'tool_dataflows'; $plugin->maturity = MATURITY_ALPHA;