Skip to content

Commit

Permalink
Updates version number to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kylephillips committed Nov 9, 2017
1 parent 7102447 commit 416f800
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/NestedPages.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion nestedpages.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 416f800

Please sign in to comment.