From 416f8006024c7113813683174e8e85d6a33b8d82 Mon Sep 17 00:00:00 2001 From: Kyle Phillips Date: Thu, 9 Nov 2017 18:48:03 -0500 Subject: [PATCH] Updates version number to 2.0.4 --- app/NestedPages.php | 2 +- nestedpages.php | 2 +- readme.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/NestedPages.php b/app/NestedPages.php index ee69f02e..46f6d722 100644 --- a/app/NestedPages.php +++ b/app/NestedPages.php @@ -12,7 +12,7 @@ public static function init() $np_env = 'live'; global $np_version; - $np_version = '2.0.3'; + $np_version = '2.0.4'; if ( is_admin() ) $app = new NestedPages\Bootstrap; if ( !is_admin() ) $app = new NestedPages\FrontEndBootstrap; diff --git a/nestedpages.php b/nestedpages.php index eaf3b5dd..432b41e3 100755 --- a/nestedpages.php +++ b/nestedpages.php @@ -3,7 +3,7 @@ Plugin Name: Nested Pages Plugin URI: http://nestedpages.com Description: Provides an intuitive drag and drop interface for managing pages in the Wordpress admin, while enhancing quick edit. Includes an auto-generated menu to match the nested interface, support for all post types and more. -Version: 2.0.3 +Version: 2.0.4 Author: Kyle Phillips Author URI: https://github.com/kylephillips Text Domain: wp-nested-pages diff --git a/readme.txt b/readme.txt index f8545664..422c22cd 100755 --- a/readme.txt +++ b/readme.txt @@ -101,6 +101,7 @@ As of version 1.6, yes. Visit Settings > Nested Pages > Post Types to configure = 2.0.4 = * Fixes PHP warning if a search is performed with only one result when WP_DEBUG is enabled. * Fixes "undefined variable: c" PHP warning on some installs when WP_DEBUG is enabled. +* Tested for WordPress 4.9 compatibility = 2.0.3 = * Fixes bug where empty trash was not working under custom post types.