Version Description
- WordPress 6.1.1 compatibility tag
Download this release
Release Info
Developer | nsp-code |
Plugin | Post Types Order |
Version | 1.9.9.2 |
Comparing to | |
See all releases |
Code changes from version 1.9.9.1 to 1.9.9.2
- composer.json +10 -0
- composer.phar +0 -0
- post-types-order.php +1 -1
- readme.txt +6 -2
composer.json
CHANGED
@@ -11,6 +11,16 @@
|
|
11 |
}
|
12 |
],
|
13 |
"type" : "wordpress-plugin",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
"require" : {
|
15 |
"composer/installers": "~1.0"
|
16 |
}
|
11 |
}
|
12 |
],
|
13 |
"type" : "wordpress-plugin",
|
14 |
+
"repositories" :[
|
15 |
+
{
|
16 |
+
"type":"composer",
|
17 |
+
"url":"https://wpackagist.org",
|
18 |
+
"only": [
|
19 |
+
"wpackagist-plugin/*",
|
20 |
+
"wpackagist-theme/*"
|
21 |
+
]
|
22 |
+
}
|
23 |
+
],
|
24 |
"require" : {
|
25 |
"composer/installers": "~1.0"
|
26 |
}
|
composer.phar
ADDED
File without changes
|
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.2
|
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: 6.
|
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,6 +93,10 @@ Consider upgrading to our advanced version of this plugin at a very resonable pr
|
|
93 |
|
94 |
|
95 |
== Change Log ==
|
|
|
|
|
|
|
|
|
96 |
= 1.9.9.1 =
|
97 |
- WordPress 6.0 compatibility tag
|
98 |
|
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.1.1
|
7 |
+
Stable tag: 1.9.9.2
|
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 |
+
|
97 |
+
= 1.9.9.2 =
|
98 |
+
- WordPress 6.1.1 compatibility tag
|
99 |
+
|
100 |
= 1.9.9.1 =
|
101 |
- WordPress 6.0 compatibility tag
|
102 |
|