From 8f181722213c33178581d41b59177f54af475e27 Mon Sep 17 00:00:00 2001 From: pedromarcelojava Date: Wed, 6 Apr 2016 17:14:20 -0300 Subject: [PATCH] Version 1.6.6 --- issuu-panel.php | 6 +++--- readme.txt | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/issuu-panel.php b/issuu-panel.php index 65af393..bc4546a 100644 --- a/issuu-panel.php +++ b/issuu-panel.php @@ -3,7 +3,7 @@ Plugin Name: Issuu Panel Plugin URI: https://github.com/Issuu-Panel-WordPress-Plugin/issuu-panel Description: Admin panel for Issuu. You can upload your documents, create folders and embed documents in posts. -Version: 1.6.4 +Version: 1.6.6 Author: Pedro Marcelo Author URI: https://www.linkedin.com/profile/view?id=265534858 License: GPL3 @@ -11,7 +11,7 @@ if (defined('ISSUU_PANEL_VERSION')) { - switch (version_compare(ISSUU_PANEL_VERSION, '1.6.4')) { + switch (version_compare(ISSUU_PANEL_VERSION, '1.6.6')) { case -1: wp_die("A lower version of Issuu Panel plugin is already installed"); break; @@ -30,7 +30,7 @@ |-------------------------------------- */ -define('ISSUU_PANEL_VERSION', '1.6.4'); +define('ISSUU_PANEL_VERSION', '1.6.6'); define('ISSUU_PANEL_DIR', plugin_dir_path(__FILE__)); define('ISSUU_PANEL_URL', plugin_dir_url(__FILE__)); define('ISSUU_PANEL_PREFIX', 'issuu_painel_'); diff --git a/readme.txt b/readme.txt index 543b9a9..29ac38b 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: pedromjava Tags: issuu, shortcode, embed, documents, folders, panel, admin, widget Requires at least: 3.5 Tested up to: 4.2.2 -Stable tag: 1.6.3 +Stable tag: 1.6.6 Upload documents, create folders, embed documents in the posts by the WordPress admin panel. @@ -105,6 +105,10 @@ You can send the translation by e-mail. Send for pedromarcelodesaalves@gmail.com == Changelog == += 1.6.6 = +* Fixed: If's condition would never be true +* Fixed: Compatibility with versions lower than PHP 5.4 + = 1.6.4 = * Fixed: Check API key and API secret values with strlen function