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;