Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
augustovicente committed May 9, 2024
1 parent a6262e0 commit 92de1a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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/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
*/

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;
Expand All @@ -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_');
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ You can send the translation by e-mail. Send for [email protected]

== Changelog ==

= 2.0.1 =
* Updated: allow customizing show detected links option while creating and editing documents

= 2.0.0 =
* Updated: Improves for API usage

Expand Down

0 comments on commit 92de1a3

Please sign in to comment.