We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86c8e5 commit a895732Copy full SHA for a895732
config.xml
@@ -2,7 +2,7 @@
2
<module>
3
<name>ps_linklist</name>
4
<displayName><![CDATA[Link List]]></displayName>
5
- <version><![CDATA[2.1.3]]></version>
+ <version><![CDATA[2.1.4]]></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.3';
+ $this->version = '2.1.4';
52
$this->need_instance = 0;
53
54
$this->bootstrap = true;
0 commit comments