Version Description
Download this release
Release Info
Developer | diana_burduja |
Plugin | WP Image Zoom |
Version | 1.52.1 |
Comparing to | |
See all releases |
Code changes from version 1.52 to 1.52.1
- assets/js/image_zoom-init.js +1 -1
- image-zoooom.php +2 -2
- readme.txt +1 -1
assets/js/image_zoom-init.js
CHANGED
@@ -95,7 +95,7 @@ jQuery(document).ready(function( $ ){
|
|
95 |
if ( IZ.with_woocommerce == '1' ) {
|
96 |
image_selector +=
|
97 |
', .attachment-shop_single' +
|
98 |
-
', .attachment-shop_thumbnail.flex-active-slide img:not(.woocommerce-placeholder)'
|
99 |
}
|
100 |
if ( IZ.woo_categories == '1' ) {
|
101 |
image_selector +=
|
95 |
if ( IZ.with_woocommerce == '1' ) {
|
96 |
image_selector +=
|
97 |
', .attachment-shop_single' +
|
98 |
+
', .attachment-shop_thumbnail.flex-active-slide img:not(.woocommerce-placeholder)';
|
99 |
}
|
100 |
if ( IZ.woo_categories == '1' ) {
|
101 |
image_selector +=
|
image-zoooom.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: WP Image Zoom
|
4 |
* Plugin URI: https://wordpress.org/plugins/wp-image-zoooom/
|
5 |
* Description: Add zoom effect over the an image, whether it is an image in a post/page or the featured image of a product in a WooCommerce shop
|
6 |
-
* Version: 1.52
|
7 |
* Author: SilkyPress
|
8 |
* Author URI: https://www.silkypress.com
|
9 |
* License: GPL2
|
@@ -26,7 +26,7 @@ if ( ! class_exists( 'ImageZoooom' ) ) :
|
|
26 |
* @class ImageZoooom
|
27 |
*/
|
28 |
final class ImageZoooom {
|
29 |
-
public $version = '1.52';
|
30 |
public $theme = '';
|
31 |
protected static $_instance = null;
|
32 |
|
3 |
* Plugin Name: WP Image Zoom
|
4 |
* Plugin URI: https://wordpress.org/plugins/wp-image-zoooom/
|
5 |
* Description: Add zoom effect over the an image, whether it is an image in a post/page or the featured image of a product in a WooCommerce shop
|
6 |
+
* Version: 1.52.1
|
7 |
* Author: SilkyPress
|
8 |
* Author URI: https://www.silkypress.com
|
9 |
* License: GPL2
|
26 |
* @class ImageZoooom
|
27 |
*/
|
28 |
final class ImageZoooom {
|
29 |
+
public $version = '1.52.1';
|
30 |
public $theme = '';
|
31 |
protected static $_instance = null;
|
32 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Email: diana@burduja.eu
|
|
5 |
Tags: e-commerce, featured image, hover over image zoom, image, image zoom, image zoom plugin, image magnification, image magnifier, jquery picture zoom, magnifier, magnify image, magnifying glass, mouse over image zoom, panorama, picture zoom, product image, product zoom, product magnification, product magnifier, responsive, woocommerce product zoom, woocommerce zoom, woocommerce magnifying glass, zoom, zoom image, zoom plugin, woocommerce image zoom, woocommerce product image zoom, woocommerce zoom magnifier
|
6 |
Requires at least: 3.0.1
|
7 |
Tested up to: 6.2
|
8 |
-
Stable tag: 1.52
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
Requires PHP: 5.2.4
|
5 |
Tags: e-commerce, featured image, hover over image zoom, image, image zoom, image zoom plugin, image magnification, image magnifier, jquery picture zoom, magnifier, magnify image, magnifying glass, mouse over image zoom, panorama, picture zoom, product image, product zoom, product magnification, product magnifier, responsive, woocommerce product zoom, woocommerce zoom, woocommerce magnifying glass, zoom, zoom image, zoom plugin, woocommerce image zoom, woocommerce product image zoom, woocommerce zoom magnifier
|
6 |
Requires at least: 3.0.1
|
7 |
Tested up to: 6.2
|
8 |
+
Stable tag: 1.52.1
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
Requires PHP: 5.2.4
|