Version Description
- Released 2015-01-28
- Removed developer notice from Reorder pages
Download this release
Release Info
Developer | ronalfy |
Plugin | Reorder Posts |
Version | 2.1.2 |
Comparing to | |
See all releases |
Code changes from version 2.1.1 to 2.1.2
- class-reorder.php +1 -6
- index.php +1 -1
- readme.txt +12 -10
class-reorder.php
CHANGED
@@ -388,11 +388,6 @@ final class MN_Reorder {
|
|
388 |
?>
|
389 |
<div id="reorder-error"></div>
|
390 |
<div><img src="<?php echo esc_url( admin_url( 'images/loading.gif' ) ); ?>" id="loading-animation" /></div>
|
391 |
-
<div class="updated">
|
392 |
-
<p><strong>
|
393 |
-
<?php echo sprintf( __( 'Note: reordering here does not change the order on your website without some code modifications. Please see our <a target="_blank" href="%s">Wiki</a>.', 'metronet-reorder-posts' ), 'https://github.com/ronalfy/reorder-posts/wiki' ); ?>
|
394 |
-
</strong></p>
|
395 |
-
</div>
|
396 |
<?php echo esc_html( $this->initial ); ?>
|
397 |
<?php
|
398 |
//Output non hierarchical posts
|
@@ -549,4 +544,4 @@ final class MN_Reorder {
|
|
549 |
<?php
|
550 |
} //end sort_posts
|
551 |
|
552 |
-
}
|
388 |
?>
|
389 |
<div id="reorder-error"></div>
|
390 |
<div><img src="<?php echo esc_url( admin_url( 'images/loading.gif' ) ); ?>" id="loading-animation" /></div>
|
|
|
|
|
|
|
|
|
|
|
391 |
<?php echo esc_html( $this->initial ); ?>
|
392 |
<?php
|
393 |
//Output non hierarchical posts
|
544 |
<?php
|
545 |
} //end sort_posts
|
546 |
|
547 |
+
}
|
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Metronet Reorder Posts
|
4 |
Plugin URI: https://wordpress.org/plugins/metronet-reorder-posts/
|
5 |
Description: Easily reorder posts and pages in WordPress
|
6 |
-
Version: 2.1.
|
7 |
Author: Ryan Hellyer, Ronald Huereca, Scott Basgaard
|
8 |
Author URI: https://github.com/ronalfy/reorder-posts
|
9 |
Text Domain: metronet-reorder-posts
|
3 |
Plugin Name: Metronet Reorder Posts
|
4 |
Plugin URI: https://wordpress.org/plugins/metronet-reorder-posts/
|
5 |
Description: Easily reorder posts and pages in WordPress
|
6 |
+
Version: 2.1.2
|
7 |
Author: Ryan Hellyer, Ronald Huereca, Scott Basgaard
|
8 |
Author URI: https://github.com/ronalfy/reorder-posts
|
9 |
Text Domain: metronet-reorder-posts
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Plugin URL: https://wordpress.org/plugins/metronet-reorder-posts/
|
|
5 |
Requires at Least: 3.7
|
6 |
Tested up to: 4.1
|
7 |
Tags: reorder, re-order, posts, wordpress, post-type, ajax, admin, hierarchical, menu_order, ordering
|
8 |
-
Stable tag: 2.1.
|
9 |
License: GPLv3 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
@@ -109,6 +109,10 @@ Yes, but be wary that the plugin now allows you to re-nest hierarchical items ea
|
|
109 |
|
110 |
This plugin requires WordPress 3.7 or above. We urge you, however, to always use the latest version of WordPress.
|
111 |
|
|
|
|
|
|
|
|
|
112 |
== Screenshots ==
|
113 |
|
114 |
1. Reorder Posts allows you to easily drag and drop posts to change their order
|
@@ -116,6 +120,10 @@ This plugin requires WordPress 3.7 or above. We urge you, however, to always us
|
|
116 |
|
117 |
== Changelog ==
|
118 |
|
|
|
|
|
|
|
|
|
119 |
= 2.1.1 =
|
120 |
* Released 2015-01-21
|
121 |
* Fixed pagination issue
|
@@ -184,17 +192,11 @@ This plugin requires WordPress 3.7 or above. We urge you, however, to always us
|
|
184 |
|
185 |
== Upgrade Notice ==
|
186 |
|
|
|
|
|
|
|
187 |
= 2.1.1 =
|
188 |
Fixed pagination issue. Improved Reorder save query performance significantly
|
189 |
|
190 |
= 2.1.0 =
|
191 |
Some capability fixes, pagination for post types with a lot of posts, improved query performance, and add-on capability.
|
192 |
-
|
193 |
-
= 2.0.2 =
|
194 |
-
Bug fixes with PHP error notices. Highly recommend you upgrade.
|
195 |
-
|
196 |
-
= 2.0.1 =
|
197 |
-
Filter additions, and several bug fixes.
|
198 |
-
|
199 |
-
= 2.0.0 =
|
200 |
-
New admin panel settings for setting Reorder for post types, and advanced options for modifying the menu order of post type queries.
|
5 |
Requires at Least: 3.7
|
6 |
Tested up to: 4.1
|
7 |
Tags: reorder, re-order, posts, wordpress, post-type, ajax, admin, hierarchical, menu_order, ordering
|
8 |
+
Stable tag: 2.1.2
|
9 |
License: GPLv3 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
109 |
|
110 |
This plugin requires WordPress 3.7 or above. We urge you, however, to always use the latest version of WordPress.
|
111 |
|
112 |
+
= Does this sort posts within a category (i.e., a term)? =
|
113 |
+
|
114 |
+
No, but there is an add-on for this plugin called <a href="https://wordpress.org/plugins/reorder-by-term/">Reorder by Term</a> you should check out.
|
115 |
+
|
116 |
== Screenshots ==
|
117 |
|
118 |
1. Reorder Posts allows you to easily drag and drop posts to change their order
|
120 |
|
121 |
== Changelog ==
|
122 |
|
123 |
+
= 2.1.2 =
|
124 |
+
* Released 2015-01-28
|
125 |
+
* Removed developer notice from Reorder pages
|
126 |
+
|
127 |
= 2.1.1 =
|
128 |
* Released 2015-01-21
|
129 |
* Fixed pagination issue
|
192 |
|
193 |
== Upgrade Notice ==
|
194 |
|
195 |
+
= 2.1.2 =
|
196 |
+
Removed developer notice from Reorder pages
|
197 |
+
|
198 |
= 2.1.1 =
|
199 |
Fixed pagination issue. Improved Reorder save query performance significantly
|
200 |
|
201 |
= 2.1.0 =
|
202 |
Some capability fixes, pagination for post types with a lot of posts, improved query performance, and add-on capability.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|