We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bc058 commit 17beaa8Copy full SHA for 17beaa8
config.xml
@@ -2,7 +2,7 @@
2
<module>
3
<name>ps_linklist</name>
4
<displayName><![CDATA[Link List]]></displayName>
5
- <version><![CDATA[2.1.2]]></version>
+ <version><![CDATA[2.1.3]]></version>
6
<description><![CDATA[Adds a block with several links.]]></description>
7
<author><![CDATA[PrestaShop]]></author>
8
<is_configurable>1</is_configurable>
ps_linklist.php
@@ -48,7 +48,7 @@ public function __construct()
48
{
49
$this->name = 'ps_linklist';
50
$this->author = 'PrestaShop';
51
- $this->version = '2.1.2';
+ $this->version = '2.1.3';
52
$this->need_instance = 0;
53
54
$this->bootstrap = true;
0 commit comments