/ MO blocktopmenu : ps_versions_compliancy modified (1.5.6.1 => 1.6)

This commit is contained in:
Quetzacoalt91
2014-03-24 11:43:29 +01:00
parent 7b51dacc6a
commit ec8b4fa52d
+1 -1
View File
@@ -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()