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

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
- switch to MIT license
- minor changes
  • Loading branch information
drAlberT committed Nov 21, 2016
1 parent c5fb3cd commit b1fa383
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
]
},
"archive": {
"exclude": [".*", "/composer.*", "/vendor", "*.zip", "*.tar", "*.md", "/*.jpg" ]
"exclude": [".*", "/composer.*", "/vendor", "*.zip", "*.tar", "/*.jpg", "*.md", "LICENSE" ]
}
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion faktiva_seo_tk/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>faktiva_seo_tk</name>
<displayName><![CDATA[Faktiva SEO ToolKit]]></displayName>
<version><![CDATA[1.4.1]]></version>
<version><![CDATA[1.4.2]]></version>
<description><![CDATA[Handles a few SEO related improvements, such as &#039;hreflang&#039;, &#039;canonical&#039; and &#039;noindex&#039;.]]></description>
<author><![CDATA[Faktiva]]></author>
<tab><![CDATA[seo]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion faktiva_seo_tk/faktiva_seo_tk.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function __construct()
$this->name = 'faktiva_seo_tk';
$this->author = 'Faktiva';
$this->tab = 'seo';
$this->version = '1.4.1';
$this->version = '1.4.2';
$this->need_instance = 0;
$this->bootstrap = true;
$this->ps_versions_compliancy = array('min' => '1.5.0.1', 'max' => _PS_VERSION_);
Expand Down

0 comments on commit b1fa383

Please sign in to comment.