YITH Essential Kit for WooCommerce #1 - Version 1.3.6

Version Description

  • Fixed: fatal error after update 1.3.5 with some configuration
Download this release

Release Info

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

Code changes from version 1.3.5 to 1.3.6

Files changed (2) hide show
  1. README.txt +6 -2
  2. init.php +4 -1
README.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: yithemes
4
  Tags: woocommerce,yith woocommerce colors and labels variations,yith woocommerce zoom magnifier,yith woocommerce wishlist,yith woocommerce ajax product filter,yith woocommerce ajax search,yith woocommerce catalog mode,yith woocommerce advanced reviews, yith woocommerce badges management,yith woocommerce cart messages,yith woocommerce review reminder,yith woocommerce quick view,yith woocommerce mailchimp,yith woocommerce stripe,yith woocommerce request a quote,yith woocommerce tab manager,yith woocommerce multi vendor
5
  Requires at least: 3.5.1
6
  Tested up to: 4.7
7
- Stable tag: 1.3.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -155,6 +155,10 @@ YITH Essential Kit for WooCommerce #1 will add a new submenu called "YITH Essent
155
 
156
  == Changelog ==
157
 
 
 
 
 
158
  = 1.3.5 =
159
 
160
  * Added: WordPress 4.7 support
@@ -349,4 +353,4 @@ YITH Essential Kit for WooCommerce #1 will add a new submenu called "YITH Essent
349
 
350
  == Upgrade Notice ==
351
 
352
- Last Stable Tag 1.3.5
4
  Tags: woocommerce,yith woocommerce colors and labels variations,yith woocommerce zoom magnifier,yith woocommerce wishlist,yith woocommerce ajax product filter,yith woocommerce ajax search,yith woocommerce catalog mode,yith woocommerce advanced reviews, yith woocommerce badges management,yith woocommerce cart messages,yith woocommerce review reminder,yith woocommerce quick view,yith woocommerce mailchimp,yith woocommerce stripe,yith woocommerce request a quote,yith woocommerce tab manager,yith woocommerce multi vendor
5
  Requires at least: 3.5.1
6
  Tested up to: 4.7
7
+ Stable tag: 1.3.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
155
 
156
  == Changelog ==
157
 
158
+ = 1.3.6 =
159
+
160
+ * Fixed: fatal error after update 1.3.5 with some configuration
161
+
162
  = 1.3.5 =
163
 
164
  * Added: WordPress 4.7 support
353
 
354
  == Upgrade Notice ==
355
 
356
+ Last Stable Tag 1.3.6
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.3.5
11
  */
12
 
13
  if ( ! defined( 'ABSPATH' ) ) {
@@ -39,6 +39,9 @@ if ( ! function_exists( 'yith_plugin_registration_hook' ) ) {
39
  }
40
  register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
41
 
 
 
 
42
 
43
  /**
44
  * Check if a jetpack module is currently active and try disabling before activating this one
7
  Domain Path: /languages/
8
  Author: YIThemes
9
  Author URI: http://yithemes.com/
10
+ Version: 1.3.6
11
  */
12
 
13
  if ( ! defined( 'ABSPATH' ) ) {
39
  }
40
  register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
41
 
42
+ /* Plugin Framework Version Check */
43
+ ! function_exists( 'yit_maybe_plugin_fw_loader' ) && require_once( 'plugin-fw/init.php' );
44
+ yit_maybe_plugin_fw_loader( dirname( __FILE__ ) );
45
 
46
  /**
47
  * Check if a jetpack module is currently active and try disabling before activating this one