Version Description
- Fix PHP implode() notice
Download this release
Release Info
Developer | nsp-code |
Plugin | Post Types Order |
Version | 1.9.5.5 |
Comparing to | |
See all releases |
Code changes from version 1.9.5.4 to 1.9.5.5
- include/class.functions.php +1 -1
- post-types-order.php +1 -1
- readme.txt +6 -3
- screenshot-1.png +0 -0
include/class.functions.php
CHANGED
@@ -154,7 +154,7 @@
|
|
154 |
}
|
155 |
|
156 |
if ( ! empty( $excluded_terms ) ) {
|
157 |
-
$_where .= " AND p.ID NOT IN ( SELECT tr.object_id FROM $wpdb->term_relationships tr LEFT JOIN $wpdb->term_taxonomy tt ON (tr.term_taxonomy_id = tt.term_taxonomy_id) WHERE tt.term_id IN (" . implode(
|
158 |
}
|
159 |
}
|
160 |
|
154 |
}
|
155 |
|
156 |
if ( ! empty( $excluded_terms ) ) {
|
157 |
+
$_where .= " AND p.ID NOT IN ( SELECT tr.object_id FROM $wpdb->term_relationships tr LEFT JOIN $wpdb->term_taxonomy tt ON (tr.term_taxonomy_id = tt.term_taxonomy_id) WHERE tt.term_id IN (" . implode( ',', $excluded_terms ) . ') )';
|
158 |
}
|
159 |
}
|
160 |
|
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.5.
|
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.5.5
|
9 |
Text Domain: post-types-order
|
10 |
Domain Path: /languages/
|
11 |
*/
|
readme.txt
CHANGED
@@ -3,14 +3,14 @@ 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.6
|
7 |
-
Stable tag: 1.9.5.
|
8 |
|
9 |
Post Order and custom Post Type Objects (custom post types) using a Drag and Drop Sortable JavaScript AJAX interface or default WordPress dashboard.
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
-
<strong>Over
|
14 |
A powerful plugin, Order Posts and Post Types Objects using a Drag and Drop Sortable JavaScript capability.
|
15 |
|
16 |
The order can be customized within **default WordPress post type archive list page** or **a separate Re-Order interface** which display all objects.
|
@@ -94,6 +94,9 @@ Consider upgrading to our advanced version of this plugin at a very resonable pr
|
|
94 |
|
95 |
== Change Log ==
|
96 |
|
|
|
|
|
|
|
97 |
= 1.9.5.4 =
|
98 |
- Fix PHP implode() notice
|
99 |
- Ensure the drag & drop interface show for correct post types, non hierarchically to ensure correct functionality
|
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.6.2
|
7 |
+
Stable tag: 1.9.5.5
|
8 |
|
9 |
Post Order and custom Post Type Objects (custom post types) using a Drag and Drop Sortable JavaScript AJAX interface or default WordPress dashboard.
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
+
<strong>Over 5.6 MILLIONS DOWNLOADS and near PERFECT rating out of 200 REVIEWS</strong>. <br />
|
14 |
A powerful plugin, Order Posts and Post Types Objects using a Drag and Drop Sortable JavaScript capability.
|
15 |
|
16 |
The order can be customized within **default WordPress post type archive list page** or **a separate Re-Order interface** which display all objects.
|
94 |
|
95 |
== Change Log ==
|
96 |
|
97 |
+
= 1.9.5.5 =
|
98 |
+
- Fix PHP implode() notice
|
99 |
+
|
100 |
= 1.9.5.4 =
|
101 |
- Fix PHP implode() notice
|
102 |
- Ensure the drag & drop interface show for correct post types, non hierarchically to ensure correct functionality
|
screenshot-1.png
CHANGED
Binary file
|