WP Image Zoom - Version 1.33

Version Description

  • 05/08/2019
  • Fix: the zoom is hidden behind a wrapper for all the Edge-Themes
  • Declare compatibility with WooCommerce 3.6
  • Declare compatibility with WordPress 5.2
Download this release

Release Info

Developer diana_burduja
Plugin Icon 128x128 WP Image Zoom
Version 1.33
Comparing to
See all releases

Code changes from version 1.32.1 to 1.33

Files changed (2) hide show
  1. image-zoooom.php +5 -5
  2. readme.txt +6 -3
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.32.1
7
  * Author: SilkyPress
8
  * Author URI: https://www.silkypress.com
9
  * License: GPL2
@@ -27,7 +27,7 @@ if ( ! class_exists( 'ImageZoooom' ) ) :
27
  */
28
  final class ImageZoooom {
29
  public $plugin;
30
- public $version = '1.32.1';
31
  public $theme = '';
32
  protected static $_instance = null;
33
 
@@ -281,15 +281,15 @@ final class ImageZoooom {
281
  ),
282
  array(
283
  'rule' => '.edgtf-wrapper { z-index: 40 !important; }',
284
- 'themes' => array('quadric', 'oxides', 'kvadrat', 'magazinevibe', 'kolumn', 'skyetheme', 'conall', 'dorianwp', 'node', 'ratio', 'escher', 'fair', 'assemble', 'any', 'walker', 'freestyle', 'shuffle', 'vangard', 'fuzion', 'crimson', 'cozy', 'xpo', 'onschedule', 'illustrator', 'oberon', 'fluid', 'barista', 'kamera', 'revolver', 'baker', 'rebellion', 'goodwish', 'maison', 'silverscreen', 'sovereign', 'atmosphere', 'dekko', 'objektiv', 'okami', 'coyote', 'bumblebee', 'blaze', 'mediadesk', 'penumbra', 'pxlz', 'gastrobar', 'aalto', 'dishup', 'voevod', 'orkan', 'fierce'),
285
  ),
286
  array(
287
  'rule' => '.edge-wrapper { z-index: 40 !important; }',
288
- 'themes' => array('dieter', 'anders', 'adorn'),
289
  ),
290
  array(
291
  'rule' => '.edgt-wrapper { z-index: 40 !important; }',
292
- 'themes' => array('shade', 'eldritch', 'morsel', 'educator'),
293
  ),
294
  array(
295
  'rule' => '.sidebar-menu-push { z-index: 40 !important; }',
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.33
7
  * Author: SilkyPress
8
  * Author URI: https://www.silkypress.com
9
  * License: GPL2
27
  */
28
  final class ImageZoooom {
29
  public $plugin;
30
+ public $version = '1.33';
31
  public $theme = '';
32
  protected static $_instance = null;
33
 
281
  ),
282
  array(
283
  'rule' => '.edgtf-wrapper { z-index: 40 !important; }',
284
+ 'themes' => array('quadric', 'oxides', 'kvadrat', 'magazinevibe', 'kolumn', 'skyetheme', 'conall', 'dorianwp', 'node', 'ratio', 'escher', 'fair', 'assemble', 'any', 'walker', 'freestyle', 'shuffle', 'vangard', 'fuzion', 'crimson', 'cozy', 'xpo', 'onschedule', 'illustrator', 'oberon', 'fluid', 'barista', 'kamera', 'revolver', 'baker', 'rebellion', 'goodwish', 'maison', 'silverscreen', 'sovereign', 'atmosphere', 'dekko', 'objektiv', 'okami', 'coyote', 'bumblebee', 'blaze', 'mediadesk', 'penumbra', 'pxlz', 'gastrobar', 'aalto', 'dishup', 'voevod', 'orkan', 'fierce', 'grayson', 'hyperon', 'pintsandcrafts', 'haar', 'polyphonic', 'offbeat', 'hereford', 'kvell', 'sarto', 'journo', 'cinerama', 'ottar', 'playerx', 'kenozoik', 'elaine', 'entropia', 'tetsuo', 'bitpal', 'tahoe', 'urbango', 'smilte', 'neralbo', 'galatia', 'mintus', 'manon'),
285
  ),
286
  array(
287
  'rule' => '.edge-wrapper { z-index: 40 !important; }',
288
+ 'themes' => array('dieter', 'anders', 'adorn', 'creedence', 'noizzy'),
289
  ),
290
  array(
291
  'rule' => '.edgt-wrapper { z-index: 40 !important; }',
292
+ 'themes' => array('shade', 'eldritch', 'morsel', 'educator', 'milieu'),
293
  ),
294
  array(
295
  'rule' => '.sidebar-menu-push { z-index: 40 !important; }',
readme.txt CHANGED
@@ -4,8 +4,8 @@ Contributors: diana_burduja
4
  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: 5.1
8
- Stable tag: 1.32.1
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
  Requires PHP: 5.2.4
@@ -152,8 +152,11 @@ Alternatively you can upgrade to the Pro version, as there the zoom lens is buil
152
 
153
  == Changelog ==
154
 
155
- = 1.32.1 =
 
 
156
  * Declare compatibility with WooCommerce 3.6
 
157
 
158
  = 1.32 =
159
  * 03/19/2019
4
  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: 5.2
8
+ Stable tag: 1.33
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
  Requires PHP: 5.2.4
152
 
153
  == Changelog ==
154
 
155
+ = 1.33 =
156
+ * 05/08/2019
157
+ * Fix: the zoom is hidden behind a wrapper for all the Edge-Themes
158
  * Declare compatibility with WooCommerce 3.6
159
+ * Declare compatibility with WordPress 5.2
160
 
161
  = 1.32 =
162
  * 03/19/2019