diff --git a/app/NestedPages.php b/app/NestedPages.php index 9701027..7773fbb 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 = '3.2.6'; + $np_version = '3.2.7'; if ( is_admin() ) $app = new NestedPages\Bootstrap; if ( !is_admin() ) $app = new NestedPages\FrontEndBootstrap; diff --git a/nestedpages.php b/nestedpages.php index f245951..1aa0a7d 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: 3.2.6 +Version: 3.2.7 Author: Kyle Phillips Author URI: https://github.com/kylephillips Text Domain: wp-nested-pages