Plugin Directory

Changeset 2616912


Ignore:
Timestamp:
10/20/2021 04:20:02 AM (3 years ago)
Author:
nutttaro
Message:

Tested up to WordPress 5.8.1

Location:
wp-taxonomy-order/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-taxonomy-order/trunk/readme.txt

    r2466990 r2616912  
    44Tags: taxonomy, order
    55Requires at least: 4.7
    6 Tested up to: 5.6
     6Tested up to: 5.8.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    4848== Changelog ==
    4949
     50= 1.0.3 =
     51* Tested up to WordPress 5.8.1
     52
    5053= 1.0.2 =
    5154* Add buy me a coffee
  • wp-taxonomy-order/trunk/wp-taxonomy-order.php

    r2466953 r2616912  
    44 * Plugin URI:        https://wordpress.org/plugins/wp-taxonomy-order/
    55 * Description:       Order Taxonomy and child with a Drag and Drop Sortable. Compatible with WPML.
    6  * Version:           1.0.2
     6 * Version:           1.0.3
    77 * Requires at least: 4.7
    88 * Requires PHP:      7.0
     9 * Tested up to:      5.8.1
    910 * Author:            NuttTaro
    1011 * Author URI:        https://nutttaro.com
     
    1920define('WPTO_BASENAME', plugin_basename(__FILE__));
    2021define('WPTO_PLUGIN_URL', plugin_dir_url(__FILE__));
    21 define('WPTO_VERSION', '1.0.1');
     22define('WPTO_VERSION', '1.0.3');
    2223
    2324/**
Note: See TracChangeset for help on using the changeset viewer.