Custom Taxonomy Order NE - Version 2.9.5

Version Description

  • 2018-09-07
  • Add support for Dark Mode beta plugin.
Download this release

Release Info

Developer mpol
Plugin Icon 128x128 Custom Taxonomy Order NE
Version 2.9.5
Comparing to
See all releases

Code changes from version 2.9.4 to 2.9.5

Files changed (3) hide show
  1. css/customtaxorder.css +13 -0
  2. customtaxorder.php +3 -3
  3. readme.txt +7 -5
css/customtaxorder.css CHANGED
@@ -58,3 +58,16 @@ Plugin URI: http://timelord.nl/
58
  margin: 3px auto;
59
  height: 30px;
60
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  margin: 3px auto;
59
  height: 30px;
60
  }
61
+
62
+ /* Dark Mode */
63
+ .dark-mode .customtaxorder h2.widget-top,
64
+ .dark-mode .customtaxorder .widget h2.widget-top {
65
+ border: 1px solid #191f25;
66
+ background-color: #32373c;
67
+ color: #bbc8dd;
68
+ }
69
+ .dark-mode .customtaxorder li.lineitem {
70
+ border: 1px solid #191f25;
71
+ background-color: #32373c;
72
+ color: #bbc8dd;
73
+ }
customtaxorder.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /*
3
- Plugin Name: Custom Taxonomy Order NE
4
  Plugin URI: http://products.zenoweb.nl/free-wordpress-plugins/custom-taxonomy-order-ne/
5
  Description: Allows for the ordering of categories and custom taxonomy terms through a simple drag-and-drop interface.
6
- Version: 2.9.4
7
  Author: Marcel Pol
8
  Author URI: http://zenoweb.nl/
9
  License: GPLv2 or later
@@ -40,7 +40,7 @@ Domain Path: /lang/
40
 
41
 
42
  // Plugin Version
43
- define('CUSTOMTAXORDER_VER', '2.9.4');
44
 
45
 
46
  function customtaxorder_register_settings() {
1
  <?php
2
  /*
3
+ Plugin Name: Custom Taxonomy Order
4
  Plugin URI: http://products.zenoweb.nl/free-wordpress-plugins/custom-taxonomy-order-ne/
5
  Description: Allows for the ordering of categories and custom taxonomy terms through a simple drag-and-drop interface.
6
+ Version: 2.9.5
7
  Author: Marcel Pol
8
  Author URI: http://zenoweb.nl/
9
  License: GPLv2 or later
40
 
41
 
42
  // Plugin Version
43
+ define('CUSTOMTAXORDER_VER', '2.9.5');
44
 
45
 
46
  function customtaxorder_register_settings() {
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
- === Plugin Name ===
2
  Contributors: mpol
3
  Tags: term order, category order, taxonomy order, order
4
  Requires at least: 3.7
5
  Tested up to: 4.9
6
- Stable tag: 2.9.4
7
  License: GPLv2 or later
8
 
9
 
@@ -11,7 +11,7 @@ Allows for the ordering of categories and custom taxonomy terms through a simple
11
 
12
  == Description ==
13
 
14
- Custom Taxonomy Order New Edition is a plugin for WordPress which allows for the ordering of taxonomy terms.
15
 
16
  It supports the following features:
17
 
@@ -25,8 +25,6 @@ It supports the following features:
25
  * Custom functions to order the taxonomies themselves.
26
  * There is no Pro version, everything works in the Free version.
27
 
28
- It is a continuation (or fork) of Custom Taxonomy Order, which has been discontinued.
29
-
30
 
31
  == Installation ==
32
 
@@ -150,6 +148,10 @@ The left metabox lists the toplevel terms. Right (or below) are the sub-terms.
150
 
151
  == Changelog ==
152
 
 
 
 
 
153
  = 2.9.4 =
154
  * 2018-07-02
155
  * Add action 'customtaxorder_terms_ordered'.
1
+ === Custom Taxonomy Order ===
2
  Contributors: mpol
3
  Tags: term order, category order, taxonomy order, order
4
  Requires at least: 3.7
5
  Tested up to: 4.9
6
+ Stable tag: 2.9.5
7
  License: GPLv2 or later
8
 
9
 
11
 
12
  == Description ==
13
 
14
+ Custom Taxonomy Order is a plugin for WordPress which allows for the ordering of taxonomy terms.
15
 
16
  It supports the following features:
17
 
25
  * Custom functions to order the taxonomies themselves.
26
  * There is no Pro version, everything works in the Free version.
27
 
 
 
28
 
29
  == Installation ==
30
 
148
 
149
  == Changelog ==
150
 
151
+ = 2.9.5 =
152
+ * 2018-09-07
153
+ * Add support for Dark Mode beta plugin.
154
+
155
  = 2.9.4 =
156
  * 2018-07-02
157
  * Add action 'customtaxorder_terms_ordered'.