Plugin Directory

Changeset 2906769


Ignore:
Timestamp:
05/02/2023 01:43:42 AM (3 years ago)
Author:
website366
Message:

#update .0.7

Location:
product-image-hover-effects-wooc-wpshare247/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • product-image-hover-effects-wooc-wpshare247/trunk/inc/theme_functions.php

    r2885663 r2906769  
    9696            if($link_style){
    9797                $attributes = $args['attributes'];
    98                 if($attributes['style']){
     98                if( isset($attributes['style']) ){
    9999                    $style = $attributes['style'];
    100100                    $attributes['style'] = $style . $link_style;
  • product-image-hover-effects-wooc-wpshare247/trunk/readme.txt

    r2885663 r2906769  
    44Tags: woocommerce, effect, product hover, product shadow, wooc
    55Requires at least: 4.9
    6 Tested up to: 6.1.1
     6Tested up to: 6.2
    77Requires PHP: 5.6
    8 Stable tag: 1.0.6
     8Stable tag: 1.0.7
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    117117* Fixed on Flatsome Child
    118118
     119= 1.0.7 =
     120
     121* Check warning php
     122
    119123== Upgrade Notice ==
    120124
Note: See TracChangeset for help on using the changeset viewer.