Post Types Order - Version 1.9.9.1

Version Description

  • WordPress 6.0 compatibility tag
Download this release

Release Info

Developer nsp-code
Plugin Icon 128x128 Post Types Order
Version 1.9.9.1
Comparing to
See all releases

Code changes from version 1.9.9 to 1.9.9.1

Files changed (2) hide show
  1. post-types-order.php +1 -1
  2. readme.txt +5 -3
post-types-order.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.nsp-code.com
5
  Description: Posts Order and Post Types Objects Order using a Drag and Drop Sortable javascript capability
6
  Author: Nsp Code
7
  Author URI: http://www.nsp-code.com
8
- Version: 1.9.9
9
  Text Domain: post-types-order
10
  Domain Path: /languages/
11
  */
5
  Description: Posts Order and Post Types Objects Order using a Drag and Drop Sortable javascript capability
6
  Author: Nsp Code
7
  Author URI: http://www.nsp-code.com
8
+ Version: 1.9.9.1
9
  Text Domain: post-types-order
10
  Domain Path: /languages/
11
  */
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: nsp-code, tdgu
3
  Donate link: http://www.nsp-code.com/donate.php
4
  Tags: post order, posts order, sort, post sort, posts sort, post type order, custom order, admin posts order
5
  Requires at least: 2.8
6
- Tested up to: 5.9.3
7
- Stable tag: 1.9.9
8
 
9
  Sort Posts and custom Post Type Objects (custom post types) using a Drag and Drop Sortable JavaScript AJAX interface or default WordPress dashboard.
10
 
@@ -93,7 +93,9 @@ Consider upgrading to our advanced version of this plugin at a very resonable pr
93
 
94
 
95
  == Change Log ==
96
-
 
 
97
  = 1.9.9 =
98
  - Fix layout change when sorting by drag&drop within default WordPress interface.
99
  - Add placeholder row size by setting a tr colspan of the dragable element.
3
  Donate link: http://www.nsp-code.com/donate.php
4
  Tags: post order, posts order, sort, post sort, posts sort, post type order, custom order, admin posts order
5
  Requires at least: 2.8
6
+ Tested up to: 6.0
7
+ Stable tag: 1.9.9.1
8
 
9
  Sort Posts and custom Post Type Objects (custom post types) using a Drag and Drop Sortable JavaScript AJAX interface or default WordPress dashboard.
10
 
93
 
94
 
95
  == Change Log ==
96
+ = 1.9.9.1 =
97
+ - WordPress 6.0 compatibility tag
98
+
99
  = 1.9.9 =
100
  - Fix layout change when sorting by drag&drop within default WordPress interface.
101
  - Add placeholder row size by setting a tr colspan of the dragable element.