Version Description
- Released 2015-12-04
- Fixed loading animation that displays out of nowhere
Download this release
Release Info
Developer | ronalfy |
Plugin | Reorder Posts |
Version | 2.2.2 |
Comparing to | |
See all releases |
Code changes from version 2.2.1 to 2.2.2
- class-reorder.php +1 -1
- css/admin.css +0 -1
- index.php +1 -1
- readme.txt +9 -4
class-reorder.php
CHANGED
@@ -312,7 +312,7 @@ final class MN_Reorder {
|
|
312 |
* @global string $pagenow Used internally by WordPress to designate what the current page is in the admin panel
|
313 |
*/
|
314 |
public function print_styles() {
|
315 |
-
wp_enqueue_style( 'reorderpages_style', REORDER_URL . '/css/admin.css', array(), '
|
316 |
}
|
317 |
|
318 |
/**
|
312 |
* @global string $pagenow Used internally by WordPress to designate what the current page is in the admin panel
|
313 |
*/
|
314 |
public function print_styles() {
|
315 |
+
wp_enqueue_style( 'reorderpages_style', REORDER_URL . '/css/admin.css', array(), '20151204' );
|
316 |
}
|
317 |
|
318 |
/**
|
css/admin.css
CHANGED
@@ -44,7 +44,6 @@
|
|
44 |
#loading-animation {
|
45 |
display: none;
|
46 |
float: right;
|
47 |
-
display: inline;
|
48 |
border: 0 !important;
|
49 |
}
|
50 |
#post-list .children {
|
44 |
#loading-animation {
|
45 |
display: none;
|
46 |
float: right;
|
|
|
47 |
border: 0 !important;
|
48 |
}
|
49 |
#post-list .children {
|
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Reorder Posts
|
4 |
Plugin URI: https://wordpress.org/plugins/metronet-reorder-posts/
|
5 |
Description: Easily reorder posts and pages in WordPress
|
6 |
-
Version: 2.2.
|
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: Reorder Posts
|
4 |
Plugin URI: https://wordpress.org/plugins/metronet-reorder-posts/
|
5 |
Description: Easily reorder posts and pages in WordPress
|
6 |
+
Version: 2.2.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
@@ -3,9 +3,9 @@ Contributors: ryanhellyer, ronalfy, scottbasgaard
|
|
3 |
Author URI: https://github.com/ronalfy/reorder-posts
|
4 |
Plugin URL: https://wordpress.org/plugins/metronet-reorder-posts/
|
5 |
Requires at Least: 3.7
|
6 |
-
Tested up to: 4.
|
7 |
Tags: reorder, re-order, posts, wordpress, post-type, ajax, admin, hierarchical, menu_order, ordering
|
8 |
-
Stable tag: 2.2.
|
9 |
License: GPLv3 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
@@ -51,8 +51,6 @@ This plugin was originally developed for <a href="https://metronet.no/">Metronet
|
|
51 |
|
52 |
The plugin is now independently developed by <a href="https://geek.hellyer.kiwi/">Ryan Hellyer</a>, <a href="http://www.ronalfy.com">Ronald Huereca</a> and <a href="http://scottbasgaard.com/">Scott Basgaard</a>.
|
53 |
|
54 |
-
Banner image courtesy of <a href="https://www.flickr.com/photos/pagedooley">Kevin Dooley</a>.
|
55 |
-
|
56 |
== Installation ==
|
57 |
|
58 |
Either install the plugin via the WordPress admin panel, or ...
|
@@ -123,6 +121,10 @@ No, but there is an add-on for this plugin called <a href="https://wordpress.org
|
|
123 |
|
124 |
== Changelog ==
|
125 |
|
|
|
|
|
|
|
|
|
126 |
= 2.2.1 =
|
127 |
* Released 2015-11-09
|
128 |
* Fixed pagination issue
|
@@ -215,6 +217,9 @@ No, but there is an add-on for this plugin called <a href="https://wordpress.org
|
|
215 |
|
216 |
== Upgrade Notice ==
|
217 |
|
|
|
|
|
|
|
218 |
= 2.2.1 =
|
219 |
Fixing pagination issue.
|
220 |
|
3 |
Author URI: https://github.com/ronalfy/reorder-posts
|
4 |
Plugin URL: https://wordpress.org/plugins/metronet-reorder-posts/
|
5 |
Requires at Least: 3.7
|
6 |
+
Tested up to: 4.6
|
7 |
Tags: reorder, re-order, posts, wordpress, post-type, ajax, admin, hierarchical, menu_order, ordering
|
8 |
+
Stable tag: 2.2.2
|
9 |
License: GPLv3 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
51 |
|
52 |
The plugin is now independently developed by <a href="https://geek.hellyer.kiwi/">Ryan Hellyer</a>, <a href="http://www.ronalfy.com">Ronald Huereca</a> and <a href="http://scottbasgaard.com/">Scott Basgaard</a>.
|
53 |
|
|
|
|
|
54 |
== Installation ==
|
55 |
|
56 |
Either install the plugin via the WordPress admin panel, or ...
|
121 |
|
122 |
== Changelog ==
|
123 |
|
124 |
+
= 2.2.2 =
|
125 |
+
* Released 2015-12-04
|
126 |
+
* Fixed loading animation that displays out of nowhere
|
127 |
+
|
128 |
= 2.2.1 =
|
129 |
* Released 2015-11-09
|
130 |
* Fixed pagination issue
|
217 |
|
218 |
== Upgrade Notice ==
|
219 |
|
220 |
+
= 2.2.2 =
|
221 |
+
Fixing loading animation CSS issue
|
222 |
+
|
223 |
= 2.2.1 =
|
224 |
Fixing pagination issue.
|
225 |
|