Version Description
- Compatibility tag update for WordPress 6.1.1
Download this release
Release Info
Developer | nsp-code |
Plugin | Category Order and Taxonomy Terms Order |
Version | 1.7.4 |
Comparing to | |
See all releases |
Code changes from version 1.7.3 to 1.7.4
- include/interface.php +1 -1
- languages/taxonomy-terms-order.mo +0 -0
- languages/taxonomy-terms-order.po +42 -46
- readme.txt +5 -2
- taxonomy-terms-order.php +1 -1
include/interface.php
CHANGED
@@ -198,7 +198,7 @@
|
|
198 |
var serialize_data = JSON.stringify( convArrToObj(mySortable));
|
199 |
|
200 |
jQuery.post( ajaxurl, { action:'update-taxonomy-order', order: serialize_data, nonce : '<?php echo wp_create_nonce( 'update-taxonomy-order' ); ?>' }, function() {
|
201 |
-
jQuery("#ajax-response").html('<div class="message updated fade"><p><?php
|
202 |
jQuery("#ajax-response div").delay(3000).hide("slow");
|
203 |
});
|
204 |
});
|
198 |
var serialize_data = JSON.stringify( convArrToObj(mySortable));
|
199 |
|
200 |
jQuery.post( ajaxurl, { action:'update-taxonomy-order', order: serialize_data, nonce : '<?php echo wp_create_nonce( 'update-taxonomy-order' ); ?>' }, function() {
|
201 |
+
jQuery("#ajax-response").html('<div class="message updated fade"><p><?php esc_html_e ( "Items Order Updated", 'taxonomy-terms-order' ) ?></p></div>');
|
202 |
jQuery("#ajax-response div").delay(3000).hide("slow");
|
203 |
});
|
204 |
});
|
languages/taxonomy-terms-order.mo
CHANGED
Binary file
|
languages/taxonomy-terms-order.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Category Order and Taxonomy Terms Order\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: NspCode <contact@nsp-code.com>\n"
|
8 |
"Language-Team: nsp-code <electronice_delphi@yahoo.com>\n"
|
9 |
"Language: en\n"
|
@@ -11,45 +11,41 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;__;_e\n"
|
14 |
-
"X-Poedit-Basepath:
|
15 |
-
"X-Generator: Poedit
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
-
#:
|
19 |
-
msgid "Taxonomy Terms Order"
|
20 |
-
msgstr ""
|
21 |
-
|
22 |
-
#: taxonomy-terms-order.php:116 taxonomy-terms-order.php:118
|
23 |
-
#: taxonomy-terms-order.php:120 include/interface.php:38
|
24 |
-
msgid "Taxonomy Order"
|
25 |
-
msgstr ""
|
26 |
-
|
27 |
-
#: include/functions.php:80
|
28 |
msgid ""
|
29 |
"Did you find this plugin useful? Please support our work with a donation or "
|
30 |
"write an article about this plugin in your blog with a link to our site"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: include/functions.php:
|
34 |
-
msgid "Did you know there is
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: include/functions.php:
|
38 |
msgid "Read more"
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: include/functions.php:
|
42 |
msgid "Check our"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: include/functions.php:
|
|
|
|
|
|
|
|
|
46 |
msgid ""
|
47 |
-
"plugin which
|
48 |
-
"post basis"
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: include/
|
52 |
-
|
|
|
53 |
msgstr ""
|
54 |
|
55 |
#: include/interface.php:46
|
@@ -70,82 +66,82 @@ msgstr ""
|
|
70 |
msgid "Total Posts"
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: include/interface.php:
|
74 |
msgid "Update"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: include/
|
78 |
-
msgid "Items Order Updated"
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: include/options.php:16
|
82 |
msgid "Settings Saved"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: include/options.php:
|
86 |
msgid "General Settings"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: include/options.php:
|
90 |
msgid "General"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: include/options.php:
|
94 |
msgid "Minimum Level to use this plugin"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: include/options.php:
|
98 |
msgid "Subscriber"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: include/options.php:
|
102 |
msgid "Contributor"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: include/options.php:
|
106 |
msgid "Author"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: include/options.php:
|
110 |
msgid "Editor"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: include/options.php:
|
114 |
msgid "Administrator"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: include/options.php:
|
118 |
msgid "Auto Sort"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: include/options.php:
|
122 |
msgid "OFF"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: include/options.php:
|
126 |
msgid "ON"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: include/options.php:
|
130 |
msgid "global setting"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: include/options.php:
|
134 |
msgid "Additional description and details at "
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: include/options.php:
|
138 |
msgid "Auto Sort Description"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: include/options.php:
|
142 |
msgid "Admin Sort"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: include/options.php:
|
146 |
msgid "This will change the order of terms within the admin interface"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: include/options.php:
|
150 |
msgid "Save Settings"
|
151 |
msgstr ""
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Category Order and Taxonomy Terms Order\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2022-11-24 11:05+0200\n"
|
6 |
+
"PO-Revision-Date: 2022-11-24 11:05+0200\n"
|
7 |
"Last-Translator: NspCode <contact@nsp-code.com>\n"
|
8 |
"Language-Team: nsp-code <electronice_delphi@yahoo.com>\n"
|
9 |
"Language: en\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;__;_e\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Generator: Poedit 3.2\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
+
#: include/functions.php:72
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
msgid ""
|
20 |
"Did you find this plugin useful? Please support our work with a donation or "
|
21 |
"write an article about this plugin in your blog with a link to our site"
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: include/functions.php:73
|
25 |
+
msgid "Did you know there is an Advanced Version of this plug-in?"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: include/functions.php:73
|
29 |
msgid "Read more"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: include/functions.php:74 include/functions.php:75
|
33 |
msgid "Check our"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: include/functions.php:74
|
37 |
+
msgid "plugin which allows to custom sort all posts, pages, custom post types"
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: include/functions.php:75
|
41 |
msgid ""
|
42 |
+
"plugin which allows to custom sort categories and custom taxonomies terms "
|
43 |
+
"per post basis"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: include/interface.php:38 taxonomy-terms-order.php:134
|
47 |
+
#: taxonomy-terms-order.php:136 taxonomy-terms-order.php:138
|
48 |
+
msgid "Taxonomy Order"
|
49 |
msgstr ""
|
50 |
|
51 |
#: include/interface.php:46
|
66 |
msgid "Total Posts"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: include/interface.php:156
|
70 |
msgid "Update"
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: include/options.php:17
|
|
|
|
|
|
|
|
|
74 |
msgid "Settings Saved"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: include/options.php:25
|
78 |
msgid "General Settings"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: include/options.php:31
|
82 |
msgid "General"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: include/options.php:36
|
86 |
msgid "Minimum Level to use this plugin"
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: include/options.php:39
|
90 |
msgid "Subscriber"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: include/options.php:40
|
94 |
msgid "Contributor"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: include/options.php:41
|
98 |
msgid "Author"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: include/options.php:42
|
102 |
msgid "Editor"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: include/options.php:43
|
106 |
msgid "Administrator"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: include/options.php:50
|
110 |
msgid "Auto Sort"
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: include/options.php:53 include/options.php:64
|
114 |
msgid "OFF"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: include/options.php:54 include/options.php:65
|
118 |
msgid "ON"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: include/options.php:56
|
122 |
msgid "global setting"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: include/options.php:56 include/options.php:67
|
126 |
msgid "Additional description and details at "
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: include/options.php:56 include/options.php:67
|
130 |
msgid "Auto Sort Description"
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: include/options.php:61
|
134 |
msgid "Admin Sort"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: include/options.php:67
|
138 |
msgid "This will change the order of terms within the admin interface"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: include/options.php:78
|
142 |
msgid "Save Settings"
|
143 |
msgstr ""
|
144 |
+
|
145 |
+
#: taxonomy-terms-order.php:99
|
146 |
+
msgid "Taxonomy Terms Order"
|
147 |
+
msgstr ""
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: nsp-code
|
|
3 |
Donate link: http://www.nsp-code.com/donate.php
|
4 |
Tags: category order,terms order, taxonomy order, admin order, categories sort, order category
|
5 |
Requires at least: 2.8
|
6 |
-
Tested up to: 6.
|
7 |
-
Stable tag: 1.7.
|
8 |
|
9 |
Order Categories and all custom taxonomies terms (hierarchically) using a Drag and Drop Sortable JavaScript capability.
|
10 |
|
@@ -60,6 +60,9 @@ Consider upgrading to our advanced version of this plugin at a very resonable pr
|
|
60 |
|
61 |
== Change Log ==
|
62 |
|
|
|
|
|
|
|
63 |
= 1.7.3 =
|
64 |
- Use esc_html to escape the ajax response message, to avoid single quotes which will break the code.
|
65 |
|
3 |
Donate link: http://www.nsp-code.com/donate.php
|
4 |
Tags: category order,terms order, taxonomy order, admin order, categories sort, order category
|
5 |
Requires at least: 2.8
|
6 |
+
Tested up to: 6.1.1
|
7 |
+
Stable tag: 1.7.4
|
8 |
|
9 |
Order Categories and all custom taxonomies terms (hierarchically) using a Drag and Drop Sortable JavaScript capability.
|
10 |
|
60 |
|
61 |
== Change Log ==
|
62 |
|
63 |
+
= 1.7.4 =
|
64 |
+
- Compatibility tag update for WordPress 6.1.1
|
65 |
+
|
66 |
= 1.7.3 =
|
67 |
- Use esc_html to escape the ajax response message, to avoid single quotes which will break the code.
|
68 |
|
taxonomy-terms-order.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Category Order and Taxonomy Terms Order
|
4 |
Plugin URI: http://www.nsp-code.com
|
5 |
Description: Order Categories and all custom taxonomies terms (hierarchically) and child terms using a Drag and Drop Sortable javascript capability.
|
6 |
-
Version: 1.7.
|
7 |
Author: Nsp-Code
|
8 |
Author URI: https://www.nsp-code.com
|
9 |
Author Email: electronice_delphi@yahoo.com
|
3 |
Plugin Name: Category Order and Taxonomy Terms Order
|
4 |
Plugin URI: http://www.nsp-code.com
|
5 |
Description: Order Categories and all custom taxonomies terms (hierarchically) and child terms using a Drag and Drop Sortable javascript capability.
|
6 |
+
Version: 1.7.4
|
7 |
Author: Nsp-Code
|
8 |
Author URI: https://www.nsp-code.com
|
9 |
Author Email: electronice_delphi@yahoo.com
|