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

Commit 0bc56a2

Browse files
committed
Release 1.4.4
- fix buggy config.xml module name - update dependencies
1 parent a0ffbb2 commit 0bc56a2

File tree

3 files changed

+49
-46
lines changed

3 files changed

+49
-46
lines changed

composer.lock

Lines changed: 46 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<module>
3-
<name>faktiva_seo_tk</name>
3+
<name>faktiva_seotk</name>
44
<displayName><![CDATA[Faktiva SEO ToolKit]]></displayName>
5-
<version><![CDATA[1.4.3]]></version>
5+
<version><![CDATA[1.4.4]]></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.3';
109+
$this->version = '1.4.4';
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)