Skip to content

Commit 64b3434

Browse files
authored
Merge pull request #86 from Quetzacoalt91/bump-to-v2.3.6
Bump to v2.3.6
2 parents cb5cfd7 + 5bb7cfa commit 64b3434

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>ps_mainmenu</name>
44
<displayName><![CDATA[Main menu]]></displayName>
5-
<version><![CDATA[2.3.5]]></version>
5+
<version><![CDATA[2.3.6]]></version>
66
<description><![CDATA[Adds a new menu to the top of your e-commerce website.]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[front_office_features]]></tab>

ps_mainmenu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function __construct()
6969
{
7070
$this->name = 'ps_mainmenu';
7171
$this->tab = 'front_office_features';
72-
$this->version = '2.3.5';
72+
$this->version = '2.3.6';
7373
$this->author = 'PrestaShop';
7474
$this->imageFiles = null;
7575

0 commit comments

Comments
 (0)