Plugin Directory

Changeset 2098404


Ignore:
Timestamp:
05/31/2019 08:55:18 AM (7 years ago)
Author:
esl4m
Message:

Change in readme update messages

Location:
featured-image-by-url/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • featured-image-by-url/trunk/README.txt

    r2097809 r2098404  
    6565
    6666= 1.1.4 =
    67 * FIXED: Product Images issue.
     67* ADDED: Support for WooCommerce v3.6 and later versions.
    6868
    6969= 1.1.3 =
  • featured-image-by-url/trunk/includes/class-featured-image-by-url-common.php

    r2097801 r2098404  
    4242        // Fix the issue of images not appearing ..
    4343        // solved here : https://wordpress.org/support/topic/doesnt-work-with-woocommerce-3-6-0/#post-11490338
    44         add_filter('woocommerce_product_get_image_id', array( $this, 'fibu_hotfix_wc360'), 10, 2);
     44        add_filter('woocommerce_product_get_image_id', array( $this, 'knawatfibu_woocommerce_36_support'), 99, 2);
    4545    }
    4646
     
    5050     * @return value
    5151     */
    52     function fibu_hotfix_wc360( $value, $product){
     52    function knawatfibu_woocommerce_36_support( $value, $product){
    5353        global $knawatfibu;
    5454        $product_id = $product->get_id();
Note: See TracChangeset for help on using the changeset viewer.