Merge pull request #77 from Hlavtox/bump-version

Bump version to 2.3.4
This commit is contained in:
Daniel Hlaváček
2024-01-10 12:19:40 +01: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.3.2]]></version>
<version><![CDATA[2.3.4]]></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
@@ -69,7 +69,7 @@ class Ps_MainMenu extends Module implements WidgetInterface
{
$this->name = 'ps_mainmenu';
$this->tab = 'front_office_features';
$this->version = '2.3.2';
$this->version = '2.3.4';
$this->author = 'PrestaShop';
$this->imageFiles = null;