Changeset 922753
- Timestamp:
- 05/28/2014 09:36:31 PM (12 years ago)
- Location:
- i-order-terms
- Files:
-
- 17 added
- 3 edited
-
tags/1.3.1 (added)
-
tags/1.3.1/LICENSE (added)
-
tags/1.3.1/code (added)
-
tags/1.3.1/code/class-i-order-terms.php (added)
-
tags/1.3.1/code/index.php (added)
-
tags/1.3.1/css (added)
-
tags/1.3.1/css/admin-i-order-terms.css (added)
-
tags/1.3.1/css/index.php (added)
-
tags/1.3.1/i-order-terms.php (added)
-
tags/1.3.1/index.php (added)
-
tags/1.3.1/js (added)
-
tags/1.3.1/js/admin-i-order-terms.js (added)
-
tags/1.3.1/js/index.php (added)
-
tags/1.3.1/languages (added)
-
tags/1.3.1/languages/index.php (added)
-
tags/1.3.1/readme.txt (added)
-
tags/1.3.1/uninstall.php (added)
-
trunk/code/class-i-order-terms.php (modified) (2 diffs)
-
trunk/i-order-terms.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
i-order-terms/trunk/code/class-i-order-terms.php
r894886 r922753 20 20 { 21 21 const PLUGIN_NAME = 'I Order Terms'; 22 const PLUGIN_VERSION = '1.3. 0';22 const PLUGIN_VERSION = '1.3.1'; 23 23 const WP_MIN_VERSION = '3.5'; 24 24 const PLUGIN_BASENAME = 'i-order-terms/i-order-terms.php'; … … 423 423 <?php disabled( '1', $is_registered, true ); ?> /> 424 424 <span><?php echo esc_html( $taxonomy->label ); ?></span> 425 <code><?php echo esc_html( $taxonomy->name ); ?></code> 425 426 </label> 426 427 <br /> -
i-order-terms/trunk/i-order-terms.php
r839284 r922753 4 4 * Plugin URI: http://wordpress.org/plugins/i-order-terms/ 5 5 * Description: Allows theme developers to add order/sort functionality for categories, tags and terms. 6 * Version: 1.3. 06 * Version: 1.3.1 7 7 * Author: Igor Jerosimic 8 8 * Author URI: http://igor.jerosimic.net/ -
i-order-terms/trunk/readme.txt
r894886 r922753 4 4 Requires at least: 3.5 5 5 Tested up to: 3.9 6 Stable tag: 1.3. 06 Stable tag: 1.3.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 79 79 80 80 == 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 81 83 = 1.3.0 = 82 84 * Sort (drag&drop) is now available right after you add new term, no need to refresh page like before … … 94 96 95 97 == Upgrade Notice == 98 = 1.3.1 = 99 * Shows taxonomy name next to taxonomy label in plugin settings 96 100 = 1.3.0 = 97 101 * 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.