Intuitive Custom Post Order - Version 3.1.2.1

Version Description

  • Update the WordPress version this plugin was tested.
Download this release

Release Info

Developer hijiri
Plugin Icon 128x128 Intuitive Custom Post Order
Version 3.1.2.1
Comparing to
See all releases

Code changes from version 3.1.2 to 3.1.2.1

Files changed (3) hide show
  1. README.md +4 -4
  2. intuitive-custom-post-order.php +1 -1
  3. readme.txt +11 -7
README.md CHANGED
@@ -4,12 +4,12 @@
4
 
5
  ## Description
6
 
7
- Intuitively, order items( Posts, Pages, ,Custom Post Types, Custom Taxonomies, Sites ) using a drag and drop sortable JavaScript.
8
-
9
  Select sortable items from 'Intuitive CPO' menu of Setting menu in WordPress.
 
 
10
 
11
- In addition, You can re-override the parameters of `orderby` and `order`, by using the `WP_Query` or `pre_get_posts` or `query_posts()` or `get_posts()`.<br>
12
- ATTENTION: Only if you use `get_posts()` to re-overwrite to the default order( `orderby=date, order=DESC` ), You need to use own custom parameter `orderby=default_date`.
13
 
14
  ## Installation
15
 
4
 
5
  ## Description
6
 
 
 
7
  Select sortable items from 'Intuitive CPO' menu of Setting menu in WordPress.
8
+ Intuitively, order items( Posts, Pages, Custom Post Types, Custom Taxonomies, Sites ) using a drag and drop sortable JavaScript.
9
+ Use parameters( orderby = menu_order, order = ASC ) in your theme.
10
 
11
+ You can also override the auto-converted parameters( orderby and order ).
12
+ ATTENTION: Only if you use 'get_posts()' to re-overwrite to the default order( orderby = date, order = DESC ), You need to use own custom parameter 'orderby = default_date'.
13
 
14
  ## Installation
15
 
intuitive-custom-post-order.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Intuitive Custom Post Order
4
  * Plugin URI: http://hijiriworld.com/web/plugins/intuitive-custom-post-order/
5
  * Description: Intuitively, Order Items( Posts, Pages, ,Custom Post Types, Custom Taxonomies, Sites ) using a Drag and Drop Sortable JavaScript.
6
- * Version: 3.1.2
7
  * Author: hijiri
8
  * Author URI: http://hijiriworld.com/web/
9
  * Text Domain: intuitive-custom-post-order
3
  * Plugin Name: Intuitive Custom Post Order
4
  * Plugin URI: http://hijiriworld.com/web/plugins/intuitive-custom-post-order/
5
  * Description: Intuitively, Order Items( Posts, Pages, ,Custom Post Types, Custom Taxonomies, Sites ) using a Drag and Drop Sortable JavaScript.
6
+ * Version: 3.1.2.1
7
  * Author: hijiri
8
  * Author URI: http://hijiriworld.com/web/
9
  * Text Domain: intuitive-custom-post-order
readme.txt CHANGED
@@ -3,21 +3,21 @@ Contributors: hijiri
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TT5NP352P6MCU
4
  Tags: post order, posts order, order post, order posts, custom post type order, custom taxonomy order
5
  Requires at least: 3.5.0
6
- Tested up to: 5.1.0
7
- Stable tag: 3.1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Intuitively, order items( Posts, Pages, ,Custom Post Types, Custom Taxonomies, Sites ) using a drag and drop sortable JavaScript.
12
 
13
  == Description ==
14
 
15
- Intuitively, order items( Posts, Pages, ,Custom Post Types, Custom Taxonomies, Sites ) using a drag and drop sortable JavaScript.
16
-
17
  Select sortable items from 'Intuitive CPO' menu of Setting menu in WordPress.
 
 
18
 
19
- In addition, You can re-override the parameters of 'orderby' and 'order', by using the 'WP_Query' or 'pre_get_posts' or 'query_posts()' or 'get_posts()'.<br>
20
- ATTENTION: Only if you use 'get_posts()' to re-overwrite to the default order( orderby=date, order=DESC ), You need to use own custom parameter 'orderby=default_date'.
21
 
22
  This Plugin published on <a href="https://github.com/hijiriworld/intuitive-custom-post-order">GitHub.</a>
23
 
@@ -101,6 +101,10 @@ Go to "screen options" and change "Number of items per page:".
101
 
102
  == Changelog ==
103
 
 
 
 
 
104
  = 3.1.2 =
105
 
106
  * Solved the problem of layout collapse during drag and drop sorting.
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TT5NP352P6MCU
4
  Tags: post order, posts order, order post, order posts, custom post type order, custom taxonomy order
5
  Requires at least: 3.5.0
6
+ Tested up to: 5.5.1
7
+ Stable tag: 3.1.2.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ Intuitively, order items( Posts, Pages, Custom Post Types, Custom Taxonomies, Sites ) using a drag and drop sortable JavaScript.
12
 
13
  == Description ==
14
 
 
 
15
  Select sortable items from 'Intuitive CPO' menu of Setting menu in WordPress.
16
+ Intuitively, order items( Posts, Pages, Custom Post Types, Custom Taxonomies, Sites ) using a drag and drop sortable JavaScript.
17
+ Use parameters( orderby = menu_order, order = ASC ) in your theme.
18
 
19
+ You can also override the auto-converted parameters( orderby and order ).
20
+ ATTENTION: Only if you use 'get_posts()' to re-overwrite to the default order( orderby = date, order = DESC ), You need to use own custom parameter 'orderby = default_date'.
21
 
22
  This Plugin published on <a href="https://github.com/hijiriworld/intuitive-custom-post-order">GitHub.</a>
23
 
101
 
102
  == Changelog ==
103
 
104
+ = 3.1.2.1 =
105
+
106
+ * Update the WordPress version this plugin was tested.
107
+
108
  = 3.1.2 =
109
 
110
  * Solved the problem of layout collapse during drag and drop sorting.