Version Description
- Fixed: YITH WooCommerce Waiting List issue
Download this release
Release Info
Developer | yithemes |
Plugin | YITH Essential Kit for WooCommerce #1 |
Version | 1.2.5 |
Comparing to | |
See all releases |
Code changes from version 1.2.4 to 1.2.5
README.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: yithemes
|
|
4 |
Tags: woocommerce,jetpack,woocommerce jetpack, essential, kit, plugins, plugin, product, e-commerce, ecommerce, commerce,yith woocommerce colors and labels variations,yith woocommerce zoom magnifier,yith woocommerce wishlist,yith woocommerce compare,yith woocommerce ajax product filter,yith woocommerce ajax search,yith woocommerce catalog mode,yith woocommerce order tracking,yith woocommerce advanced reviews,advanced reviews,yith woocommerce badges management,yith woocommerce cart messages,yith woocommerce review reminder,yith woocommerce quick view,yith live chat,yith woocommerce eu vat,yith woocommerce mailchimp,yith woocommerce stripe,yith infinite scrolling,yith woocommerce request a quote,yith woocommerce waiting list,yith woocommerce tab manager,yith woocommerce multi vendor, booster for woocommerce
|
5 |
Requires at least: 3.5.1
|
6 |
Tested up to: 4.5.1
|
7 |
-
Stable tag: 1.2.
|
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.2.4 =
|
155 |
|
156 |
* Fixed: YITH WooCommerce Order Tracking issue
|
@@ -307,4 +311,4 @@ YITH Essential Kit for WooCommerce #1 will add a new submenu called "YITH Essent
|
|
307 |
|
308 |
== Upgrade Notice ==
|
309 |
|
310 |
-
Last Stable Tag 1.2.
|
4 |
Tags: woocommerce,jetpack,woocommerce jetpack, essential, kit, plugins, plugin, product, e-commerce, ecommerce, commerce,yith woocommerce colors and labels variations,yith woocommerce zoom magnifier,yith woocommerce wishlist,yith woocommerce compare,yith woocommerce ajax product filter,yith woocommerce ajax search,yith woocommerce catalog mode,yith woocommerce order tracking,yith woocommerce advanced reviews,advanced reviews,yith woocommerce badges management,yith woocommerce cart messages,yith woocommerce review reminder,yith woocommerce quick view,yith live chat,yith woocommerce eu vat,yith woocommerce mailchimp,yith woocommerce stripe,yith infinite scrolling,yith woocommerce request a quote,yith woocommerce waiting list,yith woocommerce tab manager,yith woocommerce multi vendor, booster for woocommerce
|
5 |
Requires at least: 3.5.1
|
6 |
Tested up to: 4.5.1
|
7 |
+
Stable tag: 1.2.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
151 |
|
152 |
== Changelog ==
|
153 |
|
154 |
+
= 1.2.5 =
|
155 |
+
|
156 |
+
* Fixed: YITH WooCommerce Waiting List issue
|
157 |
+
|
158 |
= 1.2.4 =
|
159 |
|
160 |
* Fixed: YITH WooCommerce Order Tracking issue
|
311 |
|
312 |
== Upgrade Notice ==
|
313 |
|
314 |
+
Last Stable Tag 1.2.5
|
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.2.
|
11 |
*/
|
12 |
|
13 |
if ( ! defined( 'ABSPATH' ) ) {
|
7 |
Domain Path: /languages/
|
8 |
Author: YIThemes
|
9 |
Author URI: http://yithemes.com/
|
10 |
+
Version: 1.2.5
|
11 |
*/
|
12 |
|
13 |
if ( ! defined( 'ABSPATH' ) ) {
|
modules/yith-woocommerce-waiting-list/includes/class.yith-wcwtl.php
CHANGED
@@ -93,7 +93,7 @@ if ( ! class_exists( 'YITH_WCWTL' ) ) {
|
|
93 |
*/
|
94 |
public function plugin_fw_loader() {
|
95 |
|
96 |
-
if ( ! defined( '
|
97 |
require_once( YITH_WCWTL_DIR . '/plugin-fw/yit-plugin.php' );
|
98 |
}
|
99 |
}
|
93 |
*/
|
94 |
public function plugin_fw_loader() {
|
95 |
|
96 |
+
if ( ! defined( 'YIT_CORE_PLUGIN' ) ) {
|
97 |
require_once( YITH_WCWTL_DIR . '/plugin-fw/yit-plugin.php' );
|
98 |
}
|
99 |
}
|