From da16ecdcaa91f0ba2ba79a4a5170c5ed6f0472d2 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Mon, 27 Jul 2015 10:01:11 +1200 Subject: [PATCH] Prevent this branch from installing on versions earlier than 2.8 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 1a89ddc..4d9a8ce 100644 --- a/version.php +++ b/version.php @@ -23,7 +23,7 @@ */ $plugin->version = 2015040503; -$plugin->requires = 2014042900; +$plugin->requires = 2014111000; $plugin->release = '2.9.1.1'; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0;