// Version updated to v1.0.2
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
<module>
|
||||
<name>ps_mainmenu</name>
|
||||
<displayName><![CDATA[Main menu]]></displayName>
|
||||
<version><![CDATA[1.0.1]]></version>
|
||||
<version><![CDATA[1.0.2]]></version>
|
||||
<description><![CDATA[Adds a new menu to the top of your e-commerce website.]]></description>
|
||||
<author><![CDATA[PrestaShop]]></author>
|
||||
<tab><![CDATA[front_office_features]]></tab>
|
||||
|
||||
+1
-1
@@ -56,7 +56,7 @@ class Ps_MainMenu extends Module implements WidgetInterface
|
||||
{
|
||||
$this->name = 'ps_mainmenu';
|
||||
$this->tab = 'front_office_features';
|
||||
$this->version = '1.0.1';
|
||||
$this->version = '1.0.2';
|
||||
$this->author = 'PrestaShop';
|
||||
|
||||
$this->bootstrap = true;
|
||||
|
||||
Reference in New Issue
Block a user