Version Description
- Added: Wordpress 4.3 compatibility
Download this release
Release Info
Developer | yithemes |
Plugin | YITH Essential Kit for WooCommerce #1 |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- README.txt +6 -2
- init.php +2 -2
- yith-jetpack.php +3 -3
README.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: yithemes
|
|
4 |
Tags: 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,yith woocommerce zoom magnifier,zoom magnifier,yith woocommerce wishlist,wishlist,yith woocommerce compare,compare,yith woocommerce ajax product filter,ajax product filter,yith woocommerce ajax search,ajax search,yith woocommerce catalog mode,catalog mode,yith woocommerce order tracking,order tracking, yith woocommerce advanced reviews,advanced reviews,yith woocommerce badges management,badges management,yith woocommerce cart messages,cart messages,yith woocommerce review reminder,review reminder,yith woocommerce quick view,quick view,yith live chat,live chat,yith woocommerce eu vat,eu vat,yith woocommerce mailchimp,mailchimp,yith woocommerce stripe,stripe,yith infinite scrolling,infinite scrolling,yith woocommerce request a quote,request a quote,yith woocommerce waiting list,waiting list,yith woocommerce tab manager,tab manager,yith woocommerce multi vendor,multi vendor,product vendor,products vendor
|
5 |
Requires at least: 3.5.1
|
6 |
Tested up to: 4.2.4
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -61,6 +61,10 @@ YITH Essential Kit for WooCommerce #1 will add a new submenu called "YITH Essent
|
|
61 |
|
62 |
== Changelog ==
|
63 |
|
|
|
|
|
|
|
|
|
64 |
= 1.0.2 =
|
65 |
|
66 |
* Fixed: mixed bugs
|
@@ -75,5 +79,5 @@ YITH Essential Kit for WooCommerce #1 will add a new submenu called "YITH Essent
|
|
75 |
|
76 |
== Upgrade Notice ==
|
77 |
|
78 |
-
Last Stable Tag 1.0.
|
79 |
|
4 |
Tags: 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,yith woocommerce zoom magnifier,zoom magnifier,yith woocommerce wishlist,wishlist,yith woocommerce compare,compare,yith woocommerce ajax product filter,ajax product filter,yith woocommerce ajax search,ajax search,yith woocommerce catalog mode,catalog mode,yith woocommerce order tracking,order tracking, yith woocommerce advanced reviews,advanced reviews,yith woocommerce badges management,badges management,yith woocommerce cart messages,cart messages,yith woocommerce review reminder,review reminder,yith woocommerce quick view,quick view,yith live chat,live chat,yith woocommerce eu vat,eu vat,yith woocommerce mailchimp,mailchimp,yith woocommerce stripe,stripe,yith infinite scrolling,infinite scrolling,yith woocommerce request a quote,request a quote,yith woocommerce waiting list,waiting list,yith woocommerce tab manager,tab manager,yith woocommerce multi vendor,multi vendor,product vendor,products vendor
|
5 |
Requires at least: 3.5.1
|
6 |
Tested up to: 4.2.4
|
7 |
+
Stable tag: 1.0.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
61 |
|
62 |
== Changelog ==
|
63 |
|
64 |
+
= 1.0.3 =
|
65 |
+
|
66 |
+
* Added: Wordpress 4.3 compatibility
|
67 |
+
|
68 |
= 1.0.2 =
|
69 |
|
70 |
* Fixed: mixed bugs
|
79 |
|
80 |
== Upgrade Notice ==
|
81 |
|
82 |
+
Last Stable Tag 1.0.3
|
83 |
|
init.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: YITH Essential Kit for WooCommerce #1
|
4 |
-
Plugin URI:
|
5 |
Description: With YITH Essential Kit for WooCommerce #1 you will be free to add new and powerful features to make your e-commerce site unique. Activate the plugin you want and start using your site to a new and improved level.
|
6 |
Text Domain: yith-jetpack
|
7 |
Domain Path: /languages/
|
8 |
Author: YIThemes
|
9 |
Author URI: http://yithemes.com/
|
10 |
-
Version: 1.0.
|
11 |
*/
|
12 |
|
13 |
if ( ! defined( 'ABSPATH' ) ) {
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: YITH Essential Kit for WooCommerce #1
|
4 |
+
Plugin URI: https://wordpress.org/plugins/yith-essential-kit-for-woocommerce-1/
|
5 |
Description: With YITH Essential Kit for WooCommerce #1 you will be free to add new and powerful features to make your e-commerce site unique. Activate the plugin you want and start using your site to a new and improved level.
|
6 |
Text Domain: yith-jetpack
|
7 |
Domain Path: /languages/
|
8 |
Author: YIThemes
|
9 |
Author URI: http://yithemes.com/
|
10 |
+
Version: 1.0.3
|
11 |
*/
|
12 |
|
13 |
if ( ! defined( 'ABSPATH' ) ) {
|
yith-jetpack.php
CHANGED
@@ -42,10 +42,10 @@ if ( ! class_exists( 'YITH_JetPack' ) ) {
|
|
42 |
$this->_menu_title = $title;
|
43 |
$this->_activate_module_option_name = self::ACTIVATED_MODULES_OPTION_BASE_NAME.$index;
|
44 |
|
|
|
|
|
45 |
add_action( 'plugins_loaded', array( $this, 'load_plugin_textdomain' ), 5 );
|
46 |
-
|
47 |
-
add_action( 'plugins_loaded', array( $this, 'load_modules' ) );
|
48 |
-
|
49 |
// admin page
|
50 |
add_action( 'admin_init', array( $this, 'deactivate_singular_plugins' ) );
|
51 |
add_action( 'admin_init', array( $this, 'activate_module_action' ) );
|
42 |
$this->_menu_title = $title;
|
43 |
$this->_activate_module_option_name = self::ACTIVATED_MODULES_OPTION_BASE_NAME.$index;
|
44 |
|
45 |
+
$this->load_modules();
|
46 |
+
|
47 |
add_action( 'plugins_loaded', array( $this, 'load_plugin_textdomain' ), 5 );
|
48 |
+
|
|
|
|
|
49 |
// admin page
|
50 |
add_action( 'admin_init', array( $this, 'deactivate_singular_plugins' ) );
|
51 |
add_action( 'admin_init', array( $this, 'activate_module_action' ) );
|