YITH WooCommerce Zoom Magnifier - Version 1.0.2

Version Description

  • Fixed fatal error to yit_debug with yit themes
Download this release

Release Info

Developer yithemes
Plugin Icon 128x128 YITH WooCommerce Zoom Magnifier
Version 1.0.2
Comparing to
See all releases

Code changes from version 1.0.1 to 1.0.2

Files changed (3) hide show
  1. README.txt +12 -2
  2. init.php +2 -2
  3. yit-common/yit-functions.php +2 -2
README.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: yithemes
4
  Tags: zoom, magnifier, woocommerce, products, themes, yit, e-commerce, shop
5
  Requires at least: 3.5.1
6
  Tested up to: 3.5.1
7
- Stable tag: 1.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -17,7 +17,13 @@ YITH WooCommerce Zoom Magnifier is a Wordpress plugins that enables you to add a
17
  Offer to your visitors a chance to inspect in detail the quality of your products. With YITH WooCommerce Zoom Magnifier you can add a zoom effect to all your product images.
18
  The Wordpress plugin also adds a slider below the featured image with your product gallery images.
19
 
20
- A working demo is available [here](http://demo.yithemes.com/room09/product/africa-style/). Full documentation is available [here](http://yithemes.com/docs-plugins/yith_magnifier/).
 
 
 
 
 
 
21
 
22
  = Installation =
23
 
@@ -63,6 +69,10 @@ The size of the Zoom Image is automatically setted. If you want to change these
63
 
64
  == Changelog ==
65
 
 
 
 
 
66
  = 1.0.1 =
67
 
68
  * Optimized images
4
  Tags: zoom, magnifier, woocommerce, products, themes, yit, e-commerce, shop
5
  Requires at least: 3.5.1
6
  Tested up to: 3.5.1
7
+ Stable tag: 1.0.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
17
  Offer to your visitors a chance to inspect in detail the quality of your products. With YITH WooCommerce Zoom Magnifier you can add a zoom effect to all your product images.
18
  The Wordpress plugin also adds a slider below the featured image with your product gallery images.
19
 
20
+ Working demo are available:
21
+
22
+ **[LIVE DEMO 1](http://demo.yithemes.com/room09/product/africa-style/)** - **[LIVE DEMO 2](http://demo.yithemes.com/bazar/shop/ankle-shoes/)**
23
+
24
+
25
+ Full documentation is available [here](http://yithemes.com/docs-plugins/yith_wishlist/).
26
+
27
 
28
  = Installation =
29
 
69
 
70
  == Changelog ==
71
 
72
+ = 1.0.2 =
73
+
74
+ * Fixed fatal error to yit_debug with yit themes
75
+
76
  = 1.0.1 =
77
 
78
  * Optimized images
init.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: YITH WooCommerce Zoom Magnifier
4
  * Plugin URI: http://yithemes.com/
5
  * Description: YITH WooCommerce Zoom Magnifier enables you to add a zoom effect to product images.
6
- * Version: 1.0.1
7
  * Author: Your Inspiration Themes
8
  * Author URI: http://yithemes.com/
9
  * Text Domain: yit
@@ -11,7 +11,7 @@
11
  *
12
  * @author Your Inspiration Themes
13
  * @package YITH WooCommerce Magnifier
14
- * @version 1.0.1
15
  */
16
  /* Copyright 2013 Your Inspiration Themes (email : plugins@yithemes.com)
17
 
3
  * Plugin Name: YITH WooCommerce Zoom Magnifier
4
  * Plugin URI: http://yithemes.com/
5
  * Description: YITH WooCommerce Zoom Magnifier enables you to add a zoom effect to product images.
6
+ * Version: 1.0.2
7
  * Author: Your Inspiration Themes
8
  * Author URI: http://yithemes.com/
9
  * Text Domain: yit
11
  *
12
  * @author Your Inspiration Themes
13
  * @package YITH WooCommerce Magnifier
14
+ * @version 1.0.2
15
  */
16
  /* Copyright 2013 Your Inspiration Themes (email : plugins@yithemes.com)
17
 
yit-common/yit-functions.php CHANGED
@@ -48,7 +48,7 @@ if( ! function_exists( 'yit_get_plugin_basename_from_slug' ) ) {
48
  }
49
  }
50
 
51
- if( ! function_exists( 'yit_debug') ) {
52
  /**
53
  * Debug helper function. This is a wrapper for var_dump() that adds
54
  * the <pre /> tags, cleans up newlines and indents, and runs
@@ -59,7 +59,7 @@ if( ! function_exists( 'yit_debug') ) {
59
  * @param ...
60
  * @return string
61
  */
62
- function yit_debug() {
63
  $args = func_get_args();
64
  if( !empty( $args ) ) {
65
  foreach( $args as $k=>$arg ) {
48
  }
49
  }
50
 
51
+ if( ! function_exists( 'yith_debug') ) {
52
  /**
53
  * Debug helper function. This is a wrapper for var_dump() that adds
54
  * the <pre /> tags, cleans up newlines and indents, and runs
59
  * @param ...
60
  * @return string
61
  */
62
+ function yith_debug() {
63
  $args = func_get_args();
64
  if( !empty( $args ) ) {
65
  foreach( $args as $k=>$arg ) {