Skip to content

Commit

Permalink
Version 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromdev committed Apr 6, 2016
1 parent 85b035a commit 8f18172
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions issuu-panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
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
*/

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;
Expand All @@ -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_');
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -105,6 +105,10 @@ You can send the translation by e-mail. Send for [email protected]

== 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

Expand Down

0 comments on commit 8f18172

Please sign in to comment.