Skip to content

Commit

Permalink
Updates plugin version for WPML beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Phillips committed Jun 15, 2017
1 parent ae8b89b commit daa78cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1';
$np_version = '2.0.0.1';

if ( is_admin() ) $app = new NestedPages\Bootstrap;
if ( !is_admin() ) $app = new NestedPages\FrontEndBootstrap;
Expand Down
4 changes: 2 additions & 2 deletions 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.1
Version: 2.0.0.1
Author: Kyle Phillips
Author URI: https://github.com/kylephillips
Text Domain: wp-nested-pages
Expand All @@ -12,7 +12,7 @@
Copyright: Kyle Phillips
*/

/* Copyright 2016 Kyle Phillips (email : [email protected])
/* Copyright 2017 Kyle Phillips (email : [email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
Expand Down

0 comments on commit daa78cf

Please sign in to comment.