From 433c088f1f43ef50fbdb8af0b392310f0a4df5ee Mon Sep 17 00:00:00 2001 From: Hani Rouatbi <23016064+lamjed001@users.noreply.github.com> Date: Fri, 1 Mar 2019 20:48:20 +0100 Subject: [PATCH] Update init.php --- plugins/kj_sitemap_seo/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kj_sitemap_seo/init.php b/plugins/kj_sitemap_seo/init.php index 9b3bf81..ad62d00 100644 --- a/plugins/kj_sitemap_seo/init.php +++ b/plugins/kj_sitemap_seo/init.php @@ -26,7 +26,7 @@ $kleeja_plugin['kj_sitemap_seo']['information'] = array( # Min version of Kleeja that's requiered to run this plugin 'plugin_kleeja_version_min' => '2.0', # Max version of Kleeja that support this plugin, use 0 for unlimited - 'plugin_kleeja_version_max' => '3.0.2', + 'plugin_kleeja_version_max' => '4.0', # Should this plugin run before others?, 0 is normal, and higher number has high priority 'plugin_priority' => 0 );