From 88bc85167d62da6a0a6466141a652da040321e83 Mon Sep 17 00:00:00 2001 From: Emiliano 'AlberT' Gabrielli Date: Fri, 20 Oct 2017 10:36:08 +0200 Subject: [PATCH] RELEASE 1.2.3 Make PS 1.7 explicitly unsupported --- config.xml | 2 +- faktiva_cleanurls.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.xml b/config.xml index faa8bec..d50aeef 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ faktiva_cleanurls - + diff --git a/faktiva_cleanurls.php b/faktiva_cleanurls.php index a1e0756..4a407f6 100644 --- a/faktiva_cleanurls.php +++ b/faktiva_cleanurls.php @@ -35,7 +35,7 @@ public function __construct() { $this->name = 'faktiva_cleanurls'; $this->tab = 'seo'; - $this->version = '1.2.2'; + $this->version = '1.2.3'; $this->author = 'Faktiva'; $this->need_instance = 0; $this->ps_versions_compliancy = array('min' => '1.5', 'max' => '1.6.99'); @@ -44,7 +44,7 @@ public function __construct() parent::__construct(); $this->displayName = $this->l('Faktiva Clean URLs'); - $this->description = $this->l('This override-Module allows you to remove URL ID\'s.'); + $this->description = $this->l('This override-module allows you to remove URL ID\'s.'); $this->confirmUninstall = $this->l('Are you sure you want to uninstall "Faktiva Clean URLs" module?'); } @@ -54,8 +54,8 @@ public function getContent() $output = '

' .$this->l('On some versions you could have to disable Cache, save, open your shop home page, than go back and enable it:').'

' .sprintf('%s -> %s -> %s', $this->l('Advanced Parameters'), $this->l('Performance'), $this->l('Clear Smarty cache')).'
' - .sprintf('%s -> %s -> %s -> %s', $this->l('Preferences'), $this->l('SEO and URLs'), $this->l('Set userfriendly URL off'), $this->l('Save')).'
' - .sprintf('%s -> %s -> %s -> %s', $this->l('Preferences'), $this->l('SEO and URLs'), $this->l('Set userfriendly URL on'), $this->l('Save')).'
' + .sprintf('%s -> %s -> %s -> %s', $this->l('Preferences'), $this->l('SEO and URLs'), $this->l('Set user-friendly URL off'), $this->l('Save')).'
' + .sprintf('%s -> %s -> %s -> %s', $this->l('Preferences'), $this->l('SEO and URLs'), $this->l('Set user-friendly URL on'), $this->l('Save')).'
' .'

'; $sql = 'SELECT * FROM `'._DB_PREFIX_.'product_lang`