Changeset 2616912
- Timestamp:
- 10/20/2021 04:20:02 AM (3 years ago)
- Location:
- wp-taxonomy-order/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-taxonomy-order/trunk/readme.txt
r2466990 r2616912 4 4 Tags: taxonomy, order 5 5 Requires at least: 4.7 6 Tested up to: 5. 66 Tested up to: 5.8.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 48 48 == Changelog == 49 49 50 = 1.0.3 = 51 * Tested up to WordPress 5.8.1 52 50 53 = 1.0.2 = 51 54 * Add buy me a coffee -
wp-taxonomy-order/trunk/wp-taxonomy-order.php
r2466953 r2616912 4 4 * Plugin URI: https://wordpress.org/plugins/wp-taxonomy-order/ 5 5 * Description: Order Taxonomy and child with a Drag and Drop Sortable. Compatible with WPML. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Requires at least: 4.7 8 8 * Requires PHP: 7.0 9 * Tested up to: 5.8.1 9 10 * Author: NuttTaro 10 11 * Author URI: https://nutttaro.com … … 19 20 define('WPTO_BASENAME', plugin_basename(__FILE__)); 20 21 define('WPTO_PLUGIN_URL', plugin_dir_url(__FILE__)); 21 define('WPTO_VERSION', '1.0. 1');22 define('WPTO_VERSION', '1.0.3'); 22 23 23 24 /**
Note: See TracChangeset
for help on using the changeset viewer.