From b1fa383f9b30b76f5e5c0979860b243a2dee1022 Mon Sep 17 00:00:00 2001 From: Emiliano 'AlberT' Gabrielli Date: Mon, 21 Nov 2016 16:52:40 +0100 Subject: [PATCH] Release 1.4.2 - switch to MIT license - minor changes --- composer.json | 2 +- composer.lock | 2 +- faktiva_seo_tk/config.xml | 2 +- faktiva_seo_tk/faktiva_seo_tk.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index efbf2fc..4219861 100644 --- a/composer.json +++ b/composer.json @@ -61,6 +61,6 @@ ] }, "archive": { - "exclude": [".*", "/composer.*", "/vendor", "*.zip", "*.tar", "*.md", "/*.jpg" ] + "exclude": [".*", "/composer.*", "/vendor", "*.zip", "*.tar", "/*.jpg", "*.md", "LICENSE" ] } } diff --git a/composer.lock b/composer.lock index 79e21fc..c903dd2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "3418f56f314e671ab19007a51c64efe3", + "hash": "54a102df735f7f2e6ce6a8abe360eb64", "content-hash": "4f207ad289338dfb0abb2310bec8e8b9", "packages": [], "packages-dev": [ diff --git a/faktiva_seo_tk/config.xml b/faktiva_seo_tk/config.xml index 9f7adda..9b6ef74 100644 --- a/faktiva_seo_tk/config.xml +++ b/faktiva_seo_tk/config.xml @@ -2,7 +2,7 @@ faktiva_seo_tk - + diff --git a/faktiva_seo_tk/faktiva_seo_tk.php b/faktiva_seo_tk/faktiva_seo_tk.php index d721cd0..90e5121 100644 --- a/faktiva_seo_tk/faktiva_seo_tk.php +++ b/faktiva_seo_tk/faktiva_seo_tk.php @@ -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_);