From ec8b4fa52dcad99f91ad1ddca2d16830447c49fc Mon Sep 17 00:00:00 2001 From: Quetzacoalt91 Date: Mon, 24 Mar 2014 11:43:29 +0100 Subject: [PATCH] / MO blocktopmenu : ps_versions_compliancy modified (1.5.6.1 => 1.6) --- blocktopmenu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocktopmenu.php b/blocktopmenu.php index 80af034..7513581 100644 --- a/blocktopmenu.php +++ b/blocktopmenu.php @@ -60,7 +60,7 @@ class Blocktopmenu extends Module $this->displayName = $this->l('Top horizontal menu'); $this->description = $this->l('Adds a new horizontal menu to the top of your e-commerce website.'); - $this->ps_versions_compliancy = array('min' => '1.5.6.1', 'max' => _PS_VERSION_); + $this->ps_versions_compliancy = array('min' => '1.6', 'max' => _PS_VERSION_); } public function install()