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()