Plugin Directory

Changeset 922753


Ignore:
Timestamp:
05/28/2014 09:36:31 PM (12 years ago)
Author:
x64igor
Message:

Shows taxonomy name next to taxonomy label in plugin settings. This should avoid confusion when there are several taxonomies with same label

Location:
i-order-terms
Files:
17 added
3 edited

Legend:

Unmodified
Added
Removed
  • i-order-terms/trunk/code/class-i-order-terms.php

    r894886 r922753  
    2020{
    2121    const PLUGIN_NAME = 'I Order Terms';
    22     const PLUGIN_VERSION = '1.3.0';
     22    const PLUGIN_VERSION = '1.3.1';
    2323    const WP_MIN_VERSION = '3.5';
    2424    const PLUGIN_BASENAME = 'i-order-terms/i-order-terms.php';
     
    423423                        <?php disabled( '1', $is_registered, true ); ?> />
    424424                    <span><?php echo esc_html( $taxonomy->label ); ?></span>
     425                    <code><?php echo esc_html( $taxonomy->name ); ?></code>
    425426                </label>
    426427                <br />
  • i-order-terms/trunk/i-order-terms.php

    r839284 r922753  
    44 * Plugin URI: http://wordpress.org/plugins/i-order-terms/
    55 * Description: Allows theme developers to add order/sort functionality for categories, tags and terms.
    6  * Version: 1.3.0
     6 * Version: 1.3.1
    77 * Author: Igor Jerosimic
    88 * Author URI: http://igor.jerosimic.net/
  • i-order-terms/trunk/readme.txt

    r894886 r922753  
    44Requires at least: 3.5
    55Tested up to: 3.9
    6 Stable tag: 1.3.0
     6Stable tag: 1.3.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7979
    8080== Changelog ==
     81= 1.3.1 =
     82* Shows taxonomy name next to taxonomy label in plugin settings. This should avoid confusion when there are several taxonomies with same label
    8183= 1.3.0 =
    8284* Sort (drag&drop) is now available right after you add new term, no need to refresh page like before
     
    9496
    9597== Upgrade Notice ==
     98= 1.3.1 =
     99* Shows taxonomy name next to taxonomy label in plugin settings
    96100= 1.3.0 =
    97101* Sort (drag&drop) is now available right after you add new term, no need to refresh page like before
Note: See TracChangeset for help on using the changeset viewer.