From f7072d2ee1ab16eade7f09bd35d5cf64bc9f2c33 Mon Sep 17 00:00:00 2001 From: Nathan Nguyen Date: Thu, 14 Nov 2024 16:02:46 +1100 Subject: [PATCH] Support Moodle 4.5 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 58d9099..e390ed1 100644 --- a/version.php +++ b/version.php @@ -30,4 +30,4 @@ $plugin->requires = 2015051100; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'local_csp'; -$plugin->supported = [401, 404]; +$plugin->supported = [401, 405];