From 00c5ceaa62a24ec5c988f9b0d0ccd743362232f6 Mon Sep 17 00:00:00 2001 From: Dmitrii Metelkin Date: Tue, 19 Nov 2024 09:22:03 +1100 Subject: [PATCH] issue #225: bump CI for Moodle 4.5 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index cd275c9..cdec312 100755 --- a/version.php +++ b/version.php @@ -28,5 +28,5 @@ $plugin->version = 2024090300; $plugin->release = 2024090300; // Match release exactly to version. $plugin->requires = 2024042200; -$plugin->supported = [404, 404]; +$plugin->supported = [404, 405]; $plugin->maturity = MATURITY_STABLE;