Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit 5c0297d

Browse files
committed
Prepare release 2.4.3
1 parent 09cdec4 commit 5c0297d

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>faktiva_seo_tk</name>
44
<displayName><![CDATA[Faktiva SEO ToolKit]]></displayName>
5-
<version><![CDATA[1.4.2]]></version>
5+
<version><![CDATA[1.4.3]]></version>
66
<description><![CDATA[Handles a few SEO related improvements, such as &#039;hreflang&#039;, &#039;canonical&#039; and &#039;noindex&#039;.]]></description>
77
<author><![CDATA[Faktiva]]></author>
88
<tab><![CDATA[seo]]></tab>

faktiva_seotk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function __construct()
106106
$this->name = 'faktiva_seotk';
107107
$this->author = 'Faktiva';
108108
$this->tab = 'seo';
109-
$this->version = '1.4.2';
109+
$this->version = '1.4.3';
110110
$this->need_instance = 0;
111111
$this->bootstrap = true;
112112
$this->ps_versions_compliancy = array('min' => '1.5.0.1', 'max' => _PS_VERSION_);

0 commit comments

Comments
 (0)