We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c354a0 + 3debf38 commit 13e64b2Copy full SHA for 13e64b2
blockwishlist.php
@@ -72,7 +72,7 @@ public function __construct()
72
{
73
$this->name = 'blockwishlist';
74
$this->tab = 'front_office_features';
75
- $this->version = '2.1.0';
+ $this->version = '2.1.1';
76
$this->author = 'PrestaShop';
77
$this->need_instance = 0;
78
config.xml
@@ -2,7 +2,7 @@
2
<module>
3
<name>blockwishlist</name>
4
<displayName><![CDATA[Wishlist block]]></displayName>
5
- <version><![CDATA[2.1.0]]></version>
+ <version><![CDATA[2.1.1]]></version>
6
<description><![CDATA[Adds a block containing the customer's wishlists.]]></description>
7
<author><![CDATA[PrestaShop]]></author>
8
<tab><![CDATA[front_office_features]]></tab>
0 commit comments