YITH Essential Kit for WooCommerce #1 - Version 1.1.10

Version Description

  • Fixed: Prevent framework error
Download this release

Release Info

Developer yithemes
Plugin Icon 128x128 YITH Essential Kit for WooCommerce #1
Version 1.1.10
Comparing to
See all releases

Code changes from version 1.1.9 to 1.1.10

README.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: yithemes
4
  Tags: woocommerce,jetpack,woocommerce jetpack, essential, kit, plugins, plugin, product, e-commerce, ecommerce, commerce, shop, yith, yit, yithemes,yith woocommerce colors and labels variations, colors and labels variations,colors and labels variations jetpack,yith woocommerce zoom magnifier,zoom magnifier,zoom magnifier jetpack,yith woocommerce wishlist,wishlist,wishlist jetpack,yith woocommerce compare,compare,compare jetpack,yith woocommerce ajax product filter,ajax product filter,ajax product filter jetpack,yith woocommerce ajax search,ajax search,ajax search jetpack,yith woocommerce catalog mode,catalog mode,catalog mode jetpack,yith woocommerce order tracking,order tracking,order tracking jetpack, yith woocommerce advanced reviews,advanced reviews,advanced reviews jetpack,yith woocommerce badges management,badges management,badges management jetpack,yith woocommerce cart messages,cart messages,cart messages jetpack,yith woocommerce review reminder,review reminder,review reminder jetpack,yith woocommerce quick view,quick view,quick view jetpack,yith live chat,live chat,live chat jetpack,yith woocommerce eu vat,eu vat,eu vat jetpack,yith woocommerce mailchimp,mailchimp,mailchimp jetpack,yith woocommerce stripe,stripe, stripe jetpack,yith infinite scrolling,infinite scrolling,infinite scrolling jetpack,yith woocommerce request a quote,request a quote,request a quote jetpack,yith woocommerce waiting list,waiting list,waiting list jetpack,yith woocommerce tab manager,tab manager,tab manager jetpack,yith woocommerce multi vendor,multi vendor,multi vendor jetpack,product vendor,products vendor,products vendor jetpack, booster for woocommerce
5
  Requires at least: 3.5.1
6
  Tested up to: 4.2.4
7
- Stable tag: 1.1.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -151,6 +151,10 @@ YITH Essential Kit for WooCommerce #1 will add a new submenu called "YITH Essent
151
 
152
  == Changelog ==
153
 
 
 
 
 
154
  = 1.1.9 =
155
 
156
  * Added: WordPress 4.4 support
@@ -241,4 +245,4 @@ YITH Essential Kit for WooCommerce #1 will add a new submenu called "YITH Essent
241
 
242
  == Upgrade Notice ==
243
 
244
- Last Stable Tag 1.1.9
4
  Tags: woocommerce,jetpack,woocommerce jetpack, essential, kit, plugins, plugin, product, e-commerce, ecommerce, commerce, shop, yith, yit, yithemes,yith woocommerce colors and labels variations, colors and labels variations,colors and labels variations jetpack,yith woocommerce zoom magnifier,zoom magnifier,zoom magnifier jetpack,yith woocommerce wishlist,wishlist,wishlist jetpack,yith woocommerce compare,compare,compare jetpack,yith woocommerce ajax product filter,ajax product filter,ajax product filter jetpack,yith woocommerce ajax search,ajax search,ajax search jetpack,yith woocommerce catalog mode,catalog mode,catalog mode jetpack,yith woocommerce order tracking,order tracking,order tracking jetpack, yith woocommerce advanced reviews,advanced reviews,advanced reviews jetpack,yith woocommerce badges management,badges management,badges management jetpack,yith woocommerce cart messages,cart messages,cart messages jetpack,yith woocommerce review reminder,review reminder,review reminder jetpack,yith woocommerce quick view,quick view,quick view jetpack,yith live chat,live chat,live chat jetpack,yith woocommerce eu vat,eu vat,eu vat jetpack,yith woocommerce mailchimp,mailchimp,mailchimp jetpack,yith woocommerce stripe,stripe, stripe jetpack,yith infinite scrolling,infinite scrolling,infinite scrolling jetpack,yith woocommerce request a quote,request a quote,request a quote jetpack,yith woocommerce waiting list,waiting list,waiting list jetpack,yith woocommerce tab manager,tab manager,tab manager jetpack,yith woocommerce multi vendor,multi vendor,multi vendor jetpack,product vendor,products vendor,products vendor jetpack, booster for woocommerce
5
  Requires at least: 3.5.1
6
  Tested up to: 4.2.4
7
+ Stable tag: 1.1.10
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
151
 
152
  == Changelog ==
153
 
154
+ = 1.1.10 =
155
+
156
+ * Fixed: Prevent framework error
157
+
158
  = 1.1.9 =
159
 
160
  * Added: WordPress 4.4 support
245
 
246
  == Upgrade Notice ==
247
 
248
+ Last Stable Tag 1.1.10
init.php CHANGED
@@ -7,7 +7,7 @@ Text Domain: yith-essential-kit-for-woocommerce-1
7
  Domain Path: /languages/
8
  Author: YIThemes
9
  Author URI: http://yithemes.com/
10
- Version: 1.1.9
11
  */
12
 
13
  if ( ! defined( 'ABSPATH' ) ) {
7
  Domain Path: /languages/
8
  Author: YIThemes
9
  Author URI: http://yithemes.com/
10
+ Version: 1.1.10
11
  */
12
 
13
  if ( ! defined( 'ABSPATH' ) ) {
modules/yith-woocommerce-advanced-reviews/class.yith-woocommerce-advanced-reviews.php CHANGED
@@ -522,7 +522,7 @@ if (!class_exists('YITH_WooCommerce_Advanced_Reviews')) {
522
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
523
  */
524
  public function plugin_fw_loader() {
525
- if (!defined('YIT') || !defined('YIT_CORE_PLUGIN')) {
526
  require_once('plugin-fw/yit-plugin.php');
527
  }
528
  }
522
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
523
  */
524
  public function plugin_fw_loader() {
525
+ if ( !defined('YIT_CORE_PLUGIN') ) {
526
  require_once('plugin-fw/yit-plugin.php');
527
  }
528
  }
modules/yith-woocommerce-eu-vat/lib/class.yith-ywev-plugin-fw-loader.php CHANGED
@@ -103,7 +103,7 @@ if ( ! class_exists( 'YITH_YWEV_Plugin_FW_Loader' ) ) {
103
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
104
  */
105
  public function plugin_fw_loader() {
106
- if ( ! defined( 'YIT' ) || ! defined( 'YIT_CORE_PLUGIN' ) ) {
107
  require_once( YITH_YWEV_DIR . 'plugin-fw/yit-plugin.php' );
108
  }
109
  }
103
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
104
  */
105
  public function plugin_fw_loader() {
106
+ if ( ! defined( 'YIT_CORE_PLUGIN' ) ) {
107
  require_once( YITH_YWEV_DIR . 'plugin-fw/yit-plugin.php' );
108
  }
109
  }
modules/yith-woocommerce-order-tracking/class.yith-woocommerce-order-tracking.php CHANGED
@@ -411,7 +411,7 @@ if (!class_exists('YITH_WooCommerce_Order_Tracking')) {
411
  */
412
  public function plugin_fw_loader()
413
  {
414
- if (!defined('YIT') || !defined('YIT_CORE_PLUGIN')) {
415
  require_once('plugin-fw/yit-plugin.php');
416
  }
417
  }
411
  */
412
  public function plugin_fw_loader()
413
  {
414
+ if ( !defined('YIT_CORE_PLUGIN') ) {
415
  require_once('plugin-fw/yit-plugin.php');
416
  }
417
  }
modules/yith-woocommerce-stripe/includes/class-yith-stripe.php CHANGED
@@ -72,7 +72,7 @@ if( ! class_exists( 'YITH_WCStripe' ) ){
72
  * @since 1.0.0
73
  */
74
  public function plugin_fw_loader() {
75
- if ( ! defined( 'YIT' ) || ! defined( 'YIT_CORE_PLUGIN' ) ) {
76
  require_once( YITH_WCSTRIPE_DIR . '/plugin-fw/yit-plugin.php' );
77
  }
78
  }
72
  * @since 1.0.0
73
  */
74
  public function plugin_fw_loader() {
75
+ if ( ! defined( 'YIT_CORE_PLUGIN' ) ) {
76
  require_once( YITH_WCSTRIPE_DIR . '/plugin-fw/yit-plugin.php' );
77
  }
78
  }
modules/yith-woocommerce-zoom-magnifier/lib/class.yith-ywzm-plugin-fw-loader.php CHANGED
@@ -101,7 +101,7 @@ if ( ! class_exists( 'YITH_YWZM_Plugin_FW_Loader' ) ) {
101
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
102
  */
103
  public function plugin_fw_loader() {
104
- if ( ! defined( 'YIT' ) || ! defined( 'YIT_CORE_PLUGIN' ) ) {
105
  require_once( YITH_YWZM_DIR . 'plugin-fw/yit-plugin.php' );
106
  }
107
  }
101
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
102
  */
103
  public function plugin_fw_loader() {
104
+ if ( ! defined( 'YIT_CORE_PLUGIN' ) ) {
105
  require_once( YITH_YWZM_DIR . 'plugin-fw/yit-plugin.php' );
106
  }
107
  }