We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb5cfd7 + 5bb7cfa commit 64b3434Copy full SHA for 64b3434
config.xml
@@ -2,7 +2,7 @@
2
<module>
3
<name>ps_mainmenu</name>
4
<displayName><![CDATA[Main menu]]></displayName>
5
- <version><![CDATA[2.3.5]]></version>
+ <version><![CDATA[2.3.6]]></version>
6
<description><![CDATA[Adds a new menu to the top of your e-commerce website.]]></description>
7
<author><![CDATA[PrestaShop]]></author>
8
<tab><![CDATA[front_office_features]]></tab>
ps_mainmenu.php
@@ -69,7 +69,7 @@ public function __construct()
69
{
70
$this->name = 'ps_mainmenu';
71
$this->tab = 'front_office_features';
72
- $this->version = '2.3.5';
+ $this->version = '2.3.6';
73
$this->author = 'PrestaShop';
74
$this->imageFiles = null;
75
0 commit comments