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

Commit b1fa383

Browse files
committed
Release 1.4.2
- switch to MIT license - minor changes
1 parent c5fb3cd commit b1fa383

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
]
6262
},
6363
"archive": {
64-
"exclude": [".*", "/composer.*", "/vendor", "*.zip", "*.tar", "*.md", "/*.jpg" ]
64+
"exclude": [".*", "/composer.*", "/vendor", "*.zip", "*.tar", "/*.jpg", "*.md", "LICENSE" ]
6565
}
6666
}

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

faktiva_seo_tk/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.1]]></version>
5+
<version><![CDATA[1.4.2]]></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_seo_tk/faktiva_seo_tk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function __construct()
8181
$this->name = 'faktiva_seo_tk';
8282
$this->author = 'Faktiva';
8383
$this->tab = 'seo';
84-
$this->version = '1.4.1';
84+
$this->version = '1.4.2';
8585
$this->need_instance = 0;
8686
$this->bootstrap = true;
8787
$this->ps_versions_compliancy = array('min' => '1.5.0.1', 'max' => _PS_VERSION_);

0 commit comments

Comments
 (0)