From 07c0573947187843e5ce1b8fca4e02c1c43ec316 Mon Sep 17 00:00:00 2001 From: Emiliano 'AlberT' Gabrielli Date: Mon, 21 Nov 2016 16:17:24 +0100 Subject: [PATCH] Release 1.1.2 - switch to MIT License - dependencies updated - minor changes --- composer.json | 2 +- composer.lock | 2 +- faktiva_clean_urls/config.xml | 2 +- faktiva_clean_urls/faktiva_clean_urls.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 7afe40b..cfe2e9c 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 5b2e159..136fbc4 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": "c743914586973e6b50d826e35e26c435", + "hash": "2d5aeae935796127a861db8f55ceb110", "content-hash": "575ee36f7290b772efc25e7b131f8761", "packages": [], "packages-dev": [ diff --git a/faktiva_clean_urls/config.xml b/faktiva_clean_urls/config.xml index 8ea9912..558206c 100644 --- a/faktiva_clean_urls/config.xml +++ b/faktiva_clean_urls/config.xml @@ -2,7 +2,7 @@ faktiva_clean_urls - + diff --git a/faktiva_clean_urls/faktiva_clean_urls.php b/faktiva_clean_urls/faktiva_clean_urls.php index 95d6b04..1c38bdc 100644 --- a/faktiva_clean_urls/faktiva_clean_urls.php +++ b/faktiva_clean_urls/faktiva_clean_urls.php @@ -35,7 +35,7 @@ public function __construct() { $this->name = 'faktiva_clean_urls'; $this->tab = 'seo'; - $this->version = '1.1.1'; + $this->version = '1.1.2'; $this->author = 'Faktiva'; $this->need_instance = 0; $this->ps_versions_compliancy = array('min' => '1.5', 'max' => _PS_VERSION_);