From 92de1a3d6f002fc077d0bb9c6d7ac5ffc9308293 Mon Sep 17 00:00:00 2001 From: Augusto Vicente Date: Thu, 9 May 2024 12:02:41 +0100 Subject: [PATCH] New version --- issuu-panel.php | 6 +++--- readme.txt | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/issuu-panel.php b/issuu-panel.php index f42c732..a89f2dd 100644 --- a/issuu-panel.php +++ b/issuu-panel.php @@ -3,7 +3,7 @@ Plugin Name: Issuu Panel Plugin URI: https://github.com/issuu/issuu-panel Description: Admin panel for Issuu. You can upload your documents, create folders and embed documents in posts. -Version: 2.0.0 +Version: 2.0.1 Author: Pedro Marcelo and Issuu Author URI: https://issuu.com License: GPL3 @@ -11,7 +11,7 @@ if (defined('ISSUU_PANEL_VERSION')) { - switch (version_compare(ISSUU_PANEL_VERSION, '2.0.0')) { + switch (version_compare(ISSUU_PANEL_VERSION, '2.0.1')) { case -1: wp_die("A lower version of Issuu Panel plugin is already installed"); break; @@ -30,7 +30,7 @@ |-------------------------------------- */ -define('ISSUU_PANEL_VERSION', '2.0.0'); +define('ISSUU_PANEL_VERSION', '2.0.1'); 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 bc98fad..c99d0f3 100644 --- a/readme.txt +++ b/readme.txt @@ -105,6 +105,9 @@ You can send the translation by e-mail. Send for indri@issuu.com == Changelog == += 2.0.1 = +* Updated: allow customizing show detected links option while creating and editing documents + = 2.0.0 = * Updated: Improves for API usage