From ac75b78cc9f536f11aed41617113816cb287022c Mon Sep 17 00:00:00 2001 From: amandadoughty Date: Tue, 24 Dec 2024 11:20:57 +0000 Subject: [PATCH] Removed support for 4.2 to own branch --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 392fec0..1944302 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ $plugin->component = 'mod_peerwork'; $plugin->maturity = MATURITY_STABLE; $plugin->release = '4.2.0'; -$plugin->supported = [402]; +$plugin->supported = [402, 402]; $plugin->dependencies = [ 'peerworkcalculator_webpa' => 2020052200, ];