Merge pull request #53 from atomiix/release/2.3.0

Bump version to v2.3.0
This commit is contained in:
atomiix
2021-06-30 17:31:50 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<module>
<name>ps_mainmenu</name>
<displayName><![CDATA[Main menu]]></displayName>
<version><![CDATA[2.2.0]]></version>
<version><![CDATA[2.3.0]]></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
View File
@@ -61,7 +61,7 @@ class Ps_MainMenu extends Module implements WidgetInterface
{
$this->name = 'ps_mainmenu';
$this->tab = 'front_office_features';
$this->version = '2.2.0';
$this->version = '2.3.0';
$this->author = 'PrestaShop';
$this->imageFiles = null;