Version Description
- Fixed: YITH WooCommerce Order Tracking issue
Download this release
Release Info
Developer | yithemes |
Plugin | YITH Essential Kit for WooCommerce #1 |
Version | 1.2.4 |
Comparing to | |
See all releases |
Code changes from version 1.2.3 to 1.2.4
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.3 =
|
155 |
|
156 |
* Updated: All YITH plugins to latest versio
|
@@ -303,4 +307,4 @@ YITH Essential Kit for WooCommerce #1 will add a new submenu called "YITH Essent
|
|
303 |
|
304 |
== Upgrade Notice ==
|
305 |
|
306 |
-
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.4
|
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.4 =
|
155 |
+
|
156 |
+
* Fixed: YITH WooCommerce Order Tracking issue
|
157 |
+
|
158 |
= 1.2.3 =
|
159 |
|
160 |
* Updated: All YITH plugins to latest versio
|
307 |
|
308 |
== Upgrade Notice ==
|
309 |
|
310 |
+
Last Stable Tag 1.2.4
|
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.4
|
11 |
*/
|
12 |
|
13 |
if ( ! defined( 'ABSPATH' ) ) {
|
modules/yith-woocommerce-order-tracking/class.yith-woocommerce-order-tracking.php
CHANGED
@@ -396,7 +396,7 @@ if ( ! class_exists ( 'YITH_WooCommerce_Order_Tracking' ) ) {
|
|
396 |
* @author Andrea Grillo <andrea.grillo@yithemes.com>
|
397 |
*/
|
398 |
public function plugin_fw_loader () {
|
399 |
-
if ( ! defined ( '
|
400 |
require_once ( 'plugin-fw/yit-plugin.php' );
|
401 |
}
|
402 |
}
|
396 |
* @author Andrea Grillo <andrea.grillo@yithemes.com>
|
397 |
*/
|
398 |
public function plugin_fw_loader () {
|
399 |
+
if ( ! defined ( 'YIT_CORE_PLUGIN' ) ) {
|
400 |
require_once ( 'plugin-fw/yit-plugin.php' );
|
401 |
}
|
402 |
}
|