Changeset 3254894
- Timestamp:
- 03/12/2025 04:08:12 PM (10 months ago)
- Location:
- taxonomy-terms-order
- Files:
-
- 24 added
- 3 edited
-
tags/1.8.8 (added)
-
tags/1.8.8/composer.json (added)
-
tags/1.8.8/css (added)
-
tags/1.8.8/css/to.css (added)
-
tags/1.8.8/images (added)
-
tags/1.8.8/images/logo.png (added)
-
tags/1.8.8/images/menu-icon.png (added)
-
tags/1.8.8/include (added)
-
tags/1.8.8/include/class.addons.php (added)
-
tags/1.8.8/include/class.functions.php (added)
-
tags/1.8.8/include/class.interface.php (added)
-
tags/1.8.8/include/class.options.php (added)
-
tags/1.8.8/include/class.terms_walker.php (added)
-
tags/1.8.8/include/class.tto.php (added)
-
tags/1.8.8/js (added)
-
tags/1.8.8/js/to-javascript.js (added)
-
tags/1.8.8/languages (added)
-
tags/1.8.8/languages/taxonomy-terms-order.mo (added)
-
tags/1.8.8/languages/taxonomy-terms-order.po (added)
-
tags/1.8.8/readme.txt (added)
-
tags/1.8.8/screenshot-1.png (added)
-
tags/1.8.8/screenshot-2.png (added)
-
tags/1.8.8/taxonomy-terms-order.php (added)
-
trunk/images/logo.png (added)
-
trunk/include/class.functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/taxonomy-terms-order.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
taxonomy-terms-order/trunk/include/class.functions.php
r3146515 r3254894 73 73 ?> 74 74 <div id="cpt_info_box"> 75 <p><?php _e( "Did you find this plugin useful? Please support our work with a donation or write an article about this plugin in your blog with a link to our site", 'taxonomy-terms-order' ) ?> <strong>https://www.nsp-code.com/</strong></p>76 <h4>< ?php _e( "Did you know there is an Advanced Version of this plug-in?", 'taxonomy-terms-order' ) ?> <a target="_blank" href="https://www.nsp-code.com/premium-plugins/advanced-taxonomy-terms-order/"><?php _e( "Read more", 'taxonomy-terms-order' ) ?></a></h4>75 <p><?php _e( "Did you find this plugin useful? Please support our work by purchasing the advanced version or write an article about this plugin in your blog with a link to our site", 'taxonomy-terms-order' ) ?> <strong><a target="_blank" href="https://www.nsp-code.com/">https://www.nsp-code.com/</a></strong></p> 76 <h4><a href="https://www.nsp-code.com/premium-plugins/advanced-taxonomy-terms-order/" target="_blank"><img width="151" src="<?php echo TOURL ?>/images/logo.png" class="attachment-large size-large wp-image-36927" alt=""></a> <?php _e( "Did you know there is an Advanced Version of this plug-in?", 'taxonomy-terms-order' ) ?> <a target="_blank" href="https://www.nsp-code.com/premium-plugins/advanced-taxonomy-terms-order/"><?php _e( "Read more", 'taxonomy-terms-order' ) ?></a></h4> 77 77 <p><?php _e( "Check our", 'taxonomy-terms-order' ) ?> <a target="_blank" href="https://wordpress.org/plugins/post-types-order/">Post Types Order</a> <?php _e( "plugin which allows to custom sort all posts, pages, custom post types", 'taxonomy-terms-order' ) ?> </p> 78 78 <p><?php _e('Check our', 'taxonomy-terms-order') ?> <a target="_blank" href="https://wordpress.org/plugins/post-terms-order/">Post Terms Order</a> <?php _e('plugin which allows to custom sort categories and custom taxonomies terms per post basis', 'taxonomy-terms-order') ?> </p> -
taxonomy-terms-order/trunk/readme.txt
r3188506 r3254894 4 4 Tags: category order,terms order, taxonomy order, categories sort 5 5 Requires at least: 2.8 6 Tested up to: 6. 77 Stable tag: 1.8. 76 Tested up to: 6.8 7 Stable tag: 1.8.8 8 8 9 9 Order Categories and all custom taxonomies terms (hierarchically) using a Drag and Drop Sortable JavaScript capability. … … 60 60 61 61 == Change Log == 62 63 = 1.8.8 = 64 - PHP 8.3.4 compatibility check 65 - Slight CSS and layout adjustments. 66 - WordPress 6.8 compatibility tag 62 67 63 68 = 1.8.7 = … … 260 265 == Localization == 261 266 262 Available in English, Dutch, French, Deutch, Slovak, Japanese, Traditional Chinese, Brazilian Portuguese, Hungarian, Ukrainian, Czech and Romanian267 Available in Catalan, Chinese (China), Chinese (Taiwan), Czech, Dutch, Dutch (Belgium), English (Australia), English (Canada), English (New Zealand), English (UK), English (US), French (France), Galician, German, Italian, Japanese, Norwegian (Bokmål), Polish, Portuguese (Portugal), Russian, Spanish (Chile), Spanish (Spain), Spanish (Venezuela), Swedish, and Turkish. 263 268 Whant to contribute with a translation to your language? Please check at https://translate.wordpress.org/projects/wp-plugins/taxonomy-terms-order 264 269 -
taxonomy-terms-order/trunk/taxonomy-terms-order.php
r3188506 r3254894 4 4 * Plugin URI: http://www.nsp-code.com 5 5 * Description: Order Categories and all custom taxonomies terms (hierarchically) and child terms using a Drag and Drop Sortable javascript capability. 6 * Version: 1.8. 76 * Version: 1.8.8 7 7 * Author: Nsp-Code 8 8 * Author URI: https://www.nsp-code.com
Note: See TracChangeset
for help on using the changeset viewer.