Plugin Directory

Changeset 2576577


Ignore:
Timestamp:
08/02/2021 03:22:52 PM (5 years ago)
Author:
mingocommerce
Message:

Image edit issue fixed.

Location:
custom-category-image
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • custom-category-image/trunk/custom-category-image.php

    r2519563 r2576577  
    77Text Domain:    advanced-permalink
    88Domain Path:    /i18n/
    9 Version:        1.1.0
     9Version:        1.2.0
    1010*/
    1111
     
    5252        if($term instanceof WP_Term){ // Edit mode
    5353            $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);
    5455            $remove_button  =   '<input type="button" class="button" name="custom_category_image_remove_button" id="custom_category_image_remove_button" value="Remove Image">';
    5556        }
  • custom-category-image/trunk/readme.txt

    r2519563 r2576577  
    33Tags: Custom Category Image, Category Image, Taxonomy Image
    44Requires at least: 4.4
    5 Tested up to: 5.7.0
    6 Stable tag: 1.1.0
     5Tested up to: 5.8.0
     6Stable tag: 1.2.0
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4646* New - Added the plugin to woordpress.
    4747
     48= 1.2.0 =
     49* New - Fixed Image Edit issue
     50
     51
    4852== Changelog ==
    4953
Note: See TracChangeset for help on using the changeset viewer.