Changeset 2576577
- Timestamp:
- 08/02/2021 03:22:52 PM (5 years ago)
- Location:
- custom-category-image
- Files:
-
- 3 added
- 2 edited
-
tags/1.2.0 (added)
-
tags/1.2.0/custom-category-image.php (added)
-
tags/1.2.0/readme.txt (added)
-
trunk/custom-category-image.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-category-image/trunk/custom-category-image.php
r2519563 r2576577 7 7 Text Domain: advanced-permalink 8 8 Domain Path: /i18n/ 9 Version: 1. 1.09 Version: 1.2.0 10 10 */ 11 11 … … 52 52 if($term instanceof WP_Term){ // Edit mode 53 53 $current_image = MGC_Custom_Category_Image::get_category_image($term->term_id,array(100,100)); 54 $attachment_image_id = get_term_meta($term->term_id, "_category_image_id", 1); 54 55 $remove_button = '<input type="button" class="button" name="custom_category_image_remove_button" id="custom_category_image_remove_button" value="Remove Image">'; 55 56 } -
custom-category-image/trunk/readme.txt
r2519563 r2576577 3 3 Tags: Custom Category Image, Category Image, Taxonomy Image 4 4 Requires at least: 4.4 5 Tested up to: 5. 7.06 Stable tag: 1. 1.05 Tested up to: 5.8.0 6 Stable tag: 1.2.0 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 46 46 * New - Added the plugin to woordpress. 47 47 48 = 1.2.0 = 49 * New - Fixed Image Edit issue 50 51 48 52 == Changelog == 49 53
Note: See TracChangeset
for help on using the changeset viewer.