Category Order and Taxonomy Terms Order - Version 1.5.3.1

Version Description

  • Removed Google Plus share button
Download this release

Release Info

Developer nsp-code
Plugin Icon 128x128 Category Order and Taxonomy Terms Order
Version 1.5.3.1
Comparing to
See all releases

Code changes from version 1.5.3 to 1.5.3.1

Files changed (4) hide show
  1. css/to.css +2 -2
  2. include/functions.php +1 -9
  3. readme.txt +6 -1
  4. taxonomy-terms-order.php +1 -1
css/to.css CHANGED
@@ -29,8 +29,8 @@ h2.subtitle {font-size: 15px; font-weight: bold; padding: 20px 0 10px 0}
29
  box-shadow: 1px 1px 7px rgba(50, 50, 50, 0.17);}
30
  #cpt_info_box a {text-decoration: none}
31
  #cpt_info_box #donate_form {float: right; padding: 10px 0 17px; text-align: center; width: 100%;}
32
- #p_right {float: right; width: 210px; background-color:#f5f5f5; border-left: 1px dashed #dedede; border-right: 1px dashed #dedede}
33
- .p_s_item {float: right; padding: 0px 5px; margin-top: 15px; margin-bottom: 5px; }
34
  .p_s_item.s_gp {padding-top: 2px; margin-left: 5px}
35
 
36
  .menu_tto {margin-right: 4px; display: inline; vertical-align: middle; margin-top: -1px;}
29
  box-shadow: 1px 1px 7px rgba(50, 50, 50, 0.17);}
30
  #cpt_info_box a {text-decoration: none}
31
  #cpt_info_box #donate_form {float: right; padding: 10px 0 17px; text-align: center; width: 100%;}
32
+ #p_right {float: right; background-color:#f5f5f5; border: 1px dashed #6aadcc; padding: 0px 10px; margin-top: 10px}
33
+ .p_s_item {float: right; padding: 0px 5px; margin-top: 10px; margin-bottom: 5px; }
34
  .p_s_item.s_gp {padding-top: 2px; margin-left: 5px}
35
 
36
  .menu_tto {margin-right: 4px; display: inline; vertical-align: middle; margin-top: -1px;}
include/functions.php CHANGED
@@ -71,15 +71,7 @@
71
  <div class="p_s_item s_t">
72
  <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.nsp-code.com" data-text="Define custom order for your post types through an easy to use javascript AJAX drag and drop interface. No theme code updates are necessarily, this plugin will take care of query update." data-count="none">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
73
  </div>
74
-
75
- <div class="p_s_item s_gp">
76
- <!-- Place this tag in your head or just before your close body tag -->
77
- <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
78
-
79
- <!-- Place this tag where you want the +1 button to render -->
80
- <div class="g-plusone" data-size="small" data-annotation="none" data-href="http://nsp-code.com/"></div>
81
- </div>
82
-
83
  <div class="clear"></div>
84
  </div>
85
 
71
  <div class="p_s_item s_t">
72
  <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.nsp-code.com" data-text="Define custom order for your post types through an easy to use javascript AJAX drag and drop interface. No theme code updates are necessarily, this plugin will take care of query update." data-count="none">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
73
  </div>
74
+
 
 
 
 
 
 
 
 
75
  <div class="clear"></div>
76
  </div>
77
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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: 4.9.4
7
- Stable tag: 1.5.3
8
 
9
  Order Categories and all custom taxonomies terms (hierarchically) and child terms using a Drag and Drop Sortable javascript capability.
10
 
@@ -15,6 +15,8 @@ If multiple taxonomies are created for a custom post type, a menu will allow to
15
  <br />Also you can have the admin terms interface sorted per your new sort.
16
  <br />This plugin is developed by <a target="_blank" href="http://www.nsp-code.com">Nsp-Code</a>
17
 
 
 
18
  == Installation ==
19
 
20
  1. Upload `taxonomy-terms-order` folder to your `/wp-content/plugins/` directory.
@@ -57,6 +59,9 @@ Consider upgrading to our advanced version of this plugin at a very resonable pr
57
 
58
  == Change Log ==
59
 
 
 
 
60
  = 1.5.3 =
61
  - Use JSON instead serialize method when sending order through AJAX
62
  - Updated PO language file
4
  Tags: category order,terms order, taxonomy order, admin order, categories sort, order category
5
  Requires at least: 2.8
6
  Tested up to: 4.9.4
7
+ Stable tag: 1.5.3.1
8
 
9
  Order Categories and all custom taxonomies terms (hierarchically) and child terms using a Drag and Drop Sortable javascript capability.
10
 
15
  <br />Also you can have the admin terms interface sorted per your new sort.
16
  <br />This plugin is developed by <a target="_blank" href="http://www.nsp-code.com">Nsp-Code</a>
17
 
18
+ <br />See the <a target="_blank" href="https://www.nsp-code.com/premium-plugins/wordpress-plugins/advanced-taxonomy-terms-order/">Advanced Taxonomy Terms Order</a> for advanced features.
19
+
20
  == Installation ==
21
 
22
  1. Upload `taxonomy-terms-order` folder to your `/wp-content/plugins/` directory.
59
 
60
  == Change Log ==
61
 
62
+ = 1.5.3.1 =
63
+ - Removed Google Plus share button
64
+
65
  = 1.5.3 =
66
  - Use JSON instead serialize method when sending order through AJAX
67
  - Updated PO language file
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.5.3
7
  Author: Nsp-Code
8
  Author URI: http://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.5.3.1
7
  Author: Nsp-Code
8
  Author URI: http://www.nsp-code.com
9
  Author Email: electronice_delphi@yahoo.com