Version Description
Released on 14 November 2019 =
Fix: Warning on yith-jetpack.php
Fix: Small CSS issues on plugin panel toggles
Download this release
Release Info
Developer | yithemes |
Plugin | YITH Essential Kit for WooCommerce #1 |
Version | 2.1.0 |
Comparing to | |
See all releases |
Code changes from version 2.0.9 to 2.1.0
- README.txt +6 -1
- assets/css/list-layout.css +1 -0
- init.php +2 -2
- yith-jetpack.php +1 -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: 5.3
|
7 |
-
Stable tag: 2.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -151,6 +151,11 @@ YITH Essential Kit for WooCommerce #1 will add a new submenu called "YITH Essent
|
|
151 |
|
152 |
== Changelog ==
|
153 |
|
|
|
|
|
|
|
|
|
|
|
154 |
= 2.0.9 - Released on 30 October 2019 =
|
155 |
|
156 |
* New: Support for WooCommerce 3.8
|
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: 5.3
|
7 |
+
Stable tag: 2.1.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
151 |
|
152 |
== Changelog ==
|
153 |
|
154 |
+
= 2.1.0 - Released on 14 November 2019 =
|
155 |
+
|
156 |
+
* Fix: Warning on yith-jetpack.php
|
157 |
+
* Fix: Small CSS issues on plugin panel toggles
|
158 |
+
|
159 |
= 2.0.9 - Released on 30 October 2019 =
|
160 |
|
161 |
* New: Support for WooCommerce 3.8
|
assets/css/list-layout.css
CHANGED
@@ -85,6 +85,7 @@
|
|
85 |
padding: 2px;
|
86 |
width: 40px;
|
87 |
height: 24px;
|
|
|
88 |
background: #a8bece;
|
89 |
vertical-align: middle;
|
90 |
outline: 0;
|
85 |
padding: 2px;
|
86 |
width: 40px;
|
87 |
height: 24px;
|
88 |
+
min-height: 24px;
|
89 |
background: #a8bece;
|
90 |
vertical-align: middle;
|
91 |
outline: 0;
|
init.php
CHANGED
@@ -7,12 +7,12 @@
|
|
7 |
* Domain Path: /languages/
|
8 |
* Author: YITH
|
9 |
* Author URI: https://yithemes.com/
|
10 |
-
* Version: 2.0
|
11 |
* WC requires at least: 2.5.0
|
12 |
* WC tested up to: 3.8
|
13 |
* @author YITHEMES
|
14 |
* @package YITH Essential Kit for Woocommerce #1
|
15 |
-
* @version 2.0
|
16 |
*/
|
17 |
|
18 |
if ( ! defined( 'ABSPATH' ) ) {
|
7 |
* Domain Path: /languages/
|
8 |
* Author: YITH
|
9 |
* Author URI: https://yithemes.com/
|
10 |
+
* Version: 2.1.0
|
11 |
* WC requires at least: 2.5.0
|
12 |
* WC tested up to: 3.8
|
13 |
* @author YITHEMES
|
14 |
* @package YITH Essential Kit for Woocommerce #1
|
15 |
+
* @version 2.1.0
|
16 |
*/
|
17 |
|
18 |
if ( ! defined( 'ABSPATH' ) ) {
|
yith-jetpack.php
CHANGED
@@ -604,7 +604,7 @@ if ( ! class_exists( 'YITH_Essential_Kit_Upgrader_Skin' ) ) {
|
|
604 |
public function footer() {
|
605 |
}
|
606 |
|
607 |
-
public function feedback( $string ) {
|
608 |
}
|
609 |
|
610 |
public function error( $string ) {
|
604 |
public function footer() {
|
605 |
}
|
606 |
|
607 |
+
public function feedback( $string, ...$args ) {
|
608 |
}
|
609 |
|
610 |
public function error( $string ) {
|