Version Description
Released on 5 October 2022 =
New: support for WooCommerce 7.0
Update: YITH plugin framework
Download this release
Release Info
Developer | yithemes |
Plugin | YITH WooCommerce Wishlist |
Version | 3.14.0 |
Comparing to | |
See all releases |
Code changes from version 3.13.0 to 3.14.0
- README.md +2 -2
- README.txt +7 -2
- includes/class-yith-wcwl-frontend.php +1 -1
- init.php +3 -3
- languages/yith-woocommerce-wishlist.pot +1 -1
- plugin-fw/assets/js/yith-bh-onboarding.js +2 -0
- plugin-fw/assets/js/yith-bh-onboarding.min.js +1 -1
- plugin-fw/init.php +2 -2
- plugin-fw/languages/yith-plugin-fw-el.po +1 -1
- plugin-fw/languages/yith-plugin-fw-es_ES.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-es_ES.po +5 -5
- plugin-fw/languages/yith-plugin-fw-it_IT.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-it_IT.po +3 -3
- plugin-fw/languages/yith-plugin-fw-nl_NL.po +1 -1
- plugin-fw/languages/yith-plugin-fw-ru_RU.po +1 -1
- plugin-fw/languages/yith-plugin-fw-zh_CN.po +1 -1
- plugin-fw/languages/yith-plugin-fw.pot +1 -1
- plugin-fw/templates/bh-onboarding/onboarding-tabs.php +1 -1
README.md
CHANGED
@@ -151,9 +151,9 @@ Yes, of course you can. To avoid Wishlist page to show product prices, you can h
|
|
151 |
|
152 |
## Changelog
|
153 |
|
154 |
-
### 3.
|
155 |
|
156 |
-
* New: support for WooCommerce
|
157 |
* Update: YITH plugin framework
|
158 |
|
159 |
## Support
|
151 |
|
152 |
## Changelog
|
153 |
|
154 |
+
### 3.14.0 - Released on 5 October 2022
|
155 |
|
156 |
+
* New: support for WooCommerce 7.0
|
157 |
* Update: YITH plugin framework
|
158 |
|
159 |
## Support
|
README.txt
CHANGED
@@ -4,12 +4,12 @@ Contributors: yithemes
|
|
4 |
Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
|
5 |
Requires at least: 5.8
|
6 |
Tested up to: 6.0
|
7 |
-
Stable tag: 3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
YITH WooCommerce Wishlist add all Wishlist features to your website. Needs WooCommerce to work.
|
12 |
-
WooCommerce
|
13 |
|
14 |
== Description ==
|
15 |
|
@@ -113,6 +113,11 @@ Yes, of course you can. To avoid Wishlist page to show product prices, you can h
|
|
113 |
|
114 |
== Changelog ==
|
115 |
|
|
|
|
|
|
|
|
|
|
|
116 |
= 3.13.0 - Released on 20 September 2022 =
|
117 |
|
118 |
* New: support for WooCommerce 6.9
|
4 |
Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
|
5 |
Requires at least: 5.8
|
6 |
Tested up to: 6.0
|
7 |
+
Stable tag: 3.14.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
YITH WooCommerce Wishlist add all Wishlist features to your website. Needs WooCommerce to work.
|
12 |
+
WooCommerce 7.0.x compatible.
|
13 |
|
14 |
== Description ==
|
15 |
|
113 |
|
114 |
== Changelog ==
|
115 |
|
116 |
+
= 3.14.0 - Released on 5 October 2022 =
|
117 |
+
|
118 |
+
* New: support for WooCommerce 7.0
|
119 |
+
* Update: YITH plugin framework
|
120 |
+
|
121 |
= 3.13.0 - Released on 20 September 2022 =
|
122 |
|
123 |
* New: support for WooCommerce 6.9
|
includes/class-yith-wcwl-frontend.php
CHANGED
@@ -33,7 +33,7 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
|
|
33 |
* @var string
|
34 |
* @since 1.0.0
|
35 |
*/
|
36 |
-
public $version = '3.
|
37 |
|
38 |
/**
|
39 |
* Plugin database version
|
33 |
* @var string
|
34 |
* @since 1.0.0
|
35 |
*/
|
36 |
+
public $version = '3.14.0';
|
37 |
|
38 |
/**
|
39 |
* Plugin database version
|
init.php
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
* Plugin Name: YITH WooCommerce Wishlist
|
4 |
* Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
|
5 |
* Description: <code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the possibility to create, fill, manage and share their wishlists allowing you to analyze their interests and needs to improve your marketing strategies. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce on <strong>YITH</strong></a>
|
6 |
-
* Version: 3.
|
7 |
* Author: YITH
|
8 |
* Author URI: https://yithemes.com/
|
9 |
* Text Domain: yith-woocommerce-wishlist
|
10 |
* Domain Path: /languages/
|
11 |
-
* WC requires at least: 6.
|
12 |
-
* WC tested up to:
|
13 |
*
|
14 |
* @author YITH
|
15 |
* @package YITH\Wishlist
|
3 |
* Plugin Name: YITH WooCommerce Wishlist
|
4 |
* Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
|
5 |
* Description: <code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the possibility to create, fill, manage and share their wishlists allowing you to analyze their interests and needs to improve your marketing strategies. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce on <strong>YITH</strong></a>
|
6 |
+
* Version: 3.14.0
|
7 |
* Author: YITH
|
8 |
* Author URI: https://yithemes.com/
|
9 |
* Text Domain: yith-woocommerce-wishlist
|
10 |
* Domain Path: /languages/
|
11 |
+
* WC requires at least: 6.8
|
12 |
+
* WC tested up to: 7.0
|
13 |
*
|
14 |
* @author YITH
|
15 |
* @package YITH\Wishlist
|
languages/yith-woocommerce-wishlist.pot
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist Premium\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/yith-woocommerce-wishlist\n"
|
8 |
-
"POT-Creation-Date: 2022-
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
5 |
"Project-Id-Version: YITH WooCommerce Wishlist Premium\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/yith-woocommerce-wishlist\n"
|
8 |
+
"POT-Creation-Date: 2022-10-05 14:15:46+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
plugin-fw/assets/js/yith-bh-onboarding.js
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
(function($) {
|
2 |
|
3 |
var init = function() {
|
|
|
4 |
var currentTab = $('.yith-bh-onboarding-tabs__nav li.selected').data('tab');
|
5 |
$('#' + currentTab).fadeIn();
|
6 |
};
|
@@ -60,6 +61,7 @@
|
|
60 |
);
|
61 |
|
62 |
});
|
|
|
63 |
init();
|
64 |
|
65 |
})(jQuery);
|
1 |
(function($) {
|
2 |
|
3 |
var init = function() {
|
4 |
+
$('#yith-bh-onboarding').fadeIn();
|
5 |
var currentTab = $('.yith-bh-onboarding-tabs__nav li.selected').data('tab');
|
6 |
$('#' + currentTab).fadeIn();
|
7 |
};
|
61 |
);
|
62 |
|
63 |
});
|
64 |
+
|
65 |
init();
|
66 |
|
67 |
})(jQuery);
|
plugin-fw/assets/js/yith-bh-onboarding.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(t){
|
1 |
+
!function(t){t(document).on("click",".yith-bh-onboarding-tabs__nav li",function(n){var a=t(this);t(".yith-bh-onboarding-tabs__nav li").removeClass("selected"),a.addClass("selected"),t(".yith-bh-onboarding-tabs__tab").hide(),t("#"+a.data("tab")).fadeIn()}),t(document).on("submit","form",function(n){n.preventDefault();var a=t(this);if(!0===t(document).triggerHandler("yith_onboarding_form_submit_validation"))return t(document).trigger("yith_onboarding_validate_form_submit",[a]),!1;t(".yith-bh-onboarding-tabs__content").block({message:"",overlayCSS:{backgroundColor:"#FFFFFF",opacity:.8,cursor:"wait"}}),t.ajax({type:"POST",data:a.serialize(),url:yith_bh_onboarding.ajax_url,success:function(t){t.success&&parent.document.querySelector(".components-modal__frame button").click()},complete:function(){t(".yith-bh-onboarding-tabs__content").unblock()}})}),function(){t("#yith-bh-onboarding").fadeIn();var n=t(".yith-bh-onboarding-tabs__nav li.selected").data("tab");t("#"+n).fadeIn()}()}(jQuery);
|
plugin-fw/init.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Framework Name: YIT Plugin Framework
|
4 |
-
* Version: 3.9.
|
5 |
* Author: YITH
|
6 |
* Text Domain: yith-plugin-fw
|
7 |
* Domain Path: /languages/
|
8 |
*
|
9 |
* @author YITH
|
10 |
-
* @version 3.9.
|
11 |
* @package YITH\PluginFramework
|
12 |
*/
|
13 |
|
1 |
<?php
|
2 |
/**
|
3 |
* Framework Name: YIT Plugin Framework
|
4 |
+
* Version: 3.9.16
|
5 |
* Author: YITH
|
6 |
* Text Domain: yith-plugin-fw
|
7 |
* Domain Path: /languages/
|
8 |
*
|
9 |
* @author YITH
|
10 |
+
* @version 3.9.16
|
11 |
* @package YITH\PluginFramework
|
12 |
*/
|
13 |
|
plugin-fw/languages/yith-plugin-fw-el.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date: 2022-
|
8 |
"PO-Revision-Date: 2021-02-11 18:07:46+0000\n"
|
9 |
"Language: el_GR\n"
|
10 |
"MIME-Version: 1.0\n"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2022-10-04 10:25:50+00:00\n"
|
8 |
"PO-Revision-Date: 2021-02-11 18:07:46+0000\n"
|
9 |
"Language: el_GR\n"
|
10 |
"MIME-Version: 1.0\n"
|
plugin-fw/languages/yith-plugin-fw-es_ES.mo
CHANGED
Binary file
|
plugin-fw/languages/yith-plugin-fw-es_ES.po
CHANGED
@@ -4,8 +4,8 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date: 2022-
|
8 |
-
"PO-Revision-Date: 2022-
|
9 |
"Language: es\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -972,7 +972,7 @@ msgstr "para ver algunos casos de uso útiles."
|
|
972 |
#: templates/panel/help-tab.php:152
|
973 |
msgctxt "Help tab view FAQs link"
|
974 |
msgid "Check the FAQs"
|
975 |
-
msgstr "Comprueba
|
976 |
|
977 |
#: templates/panel/help-tab.php:155
|
978 |
msgctxt "Help tab view FAQs link"
|
@@ -982,12 +982,12 @@ msgstr "para encontrar respuestas a tus dudas."
|
|
982 |
#: templates/panel/help-tab.php:170
|
983 |
msgctxt "Help tab FAQ title"
|
984 |
msgid "Last FAQs in our Help Center"
|
985 |
-
msgstr "
|
986 |
|
987 |
#: templates/panel/help-tab.php:184
|
988 |
msgctxt "Help tab FAQ link"
|
989 |
msgid "View all FAQs >"
|
990 |
-
msgstr "Ver
|
991 |
|
992 |
#: templates/panel/help-tab.php:193
|
993 |
msgctxt "Help tab submit ticket title"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2022-10-04 10:25:50+00:00\n"
|
8 |
+
"PO-Revision-Date: 2022-09-22 14:14:01+0000\n"
|
9 |
"Language: es\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
972 |
#: templates/panel/help-tab.php:152
|
973 |
msgctxt "Help tab view FAQs link"
|
974 |
msgid "Check the FAQs"
|
975 |
+
msgstr "Comprueba las FAQ"
|
976 |
|
977 |
#: templates/panel/help-tab.php:155
|
978 |
msgctxt "Help tab view FAQs link"
|
982 |
#: templates/panel/help-tab.php:170
|
983 |
msgctxt "Help tab FAQ title"
|
984 |
msgid "Last FAQs in our Help Center"
|
985 |
+
msgstr "Últimas FAQ en nuestro Centro de ayuda"
|
986 |
|
987 |
#: templates/panel/help-tab.php:184
|
988 |
msgctxt "Help tab FAQ link"
|
989 |
msgid "View all FAQs >"
|
990 |
+
msgstr "Ver todas las FAQs >"
|
991 |
|
992 |
#: templates/panel/help-tab.php:193
|
993 |
msgctxt "Help tab submit ticket title"
|
plugin-fw/languages/yith-plugin-fw-it_IT.mo
CHANGED
Binary file
|
plugin-fw/languages/yith-plugin-fw-it_IT.po
CHANGED
@@ -4,8 +4,8 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date: 2022-
|
8 |
-
"PO-Revision-Date: 2022-08-
|
9 |
"Language: it\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -124,7 +124,7 @@ msgstr "Scopri cosa puoi fare con questo potente strumento"
|
|
124 |
|
125 |
#: includes/class-yit-plugin-panel.php:1050
|
126 |
msgid "Watch our <mark>\"First Steps\" video</mark>"
|
127 |
-
msgstr "Guarda il nostro <mark>video \"Primi Step\"
|
128 |
|
129 |
#: includes/class-yit-plugin-panel.php:1051
|
130 |
msgid "See how it works before you start using it"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2022-10-04 10:25:50+00:00\n"
|
8 |
+
"PO-Revision-Date: 2022-08-12 07:42:56+0000\n"
|
9 |
"Language: it\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
124 |
|
125 |
#: includes/class-yit-plugin-panel.php:1050
|
126 |
msgid "Watch our <mark>\"First Steps\" video</mark>"
|
127 |
+
msgstr "Guarda il nostro <mark>video \"Primi Step\"</mark>"
|
128 |
|
129 |
#: includes/class-yit-plugin-panel.php:1051
|
130 |
msgid "See how it works before you start using it"
|
plugin-fw/languages/yith-plugin-fw-nl_NL.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date: 2022-
|
8 |
"PO-Revision-Date: 2021-12-13 12:45:02+0000\n"
|
9 |
"Language: nl\n"
|
10 |
"MIME-Version: 1.0\n"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2022-10-04 10:25:50+00:00\n"
|
8 |
"PO-Revision-Date: 2021-12-13 12:45:02+0000\n"
|
9 |
"Language: nl\n"
|
10 |
"MIME-Version: 1.0\n"
|
plugin-fw/languages/yith-plugin-fw-ru_RU.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date: 2022-
|
8 |
"PO-Revision-Date: 2022-04-05 17:22:32+0000\n"
|
9 |
"Language: ru\n"
|
10 |
"MIME-Version: 1.0\n"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2022-10-04 10:25:50+00:00\n"
|
8 |
"PO-Revision-Date: 2022-04-05 17:22:32+0000\n"
|
9 |
"Language: ru\n"
|
10 |
"MIME-Version: 1.0\n"
|
plugin-fw/languages/yith-plugin-fw-zh_CN.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date: 2022-
|
8 |
"PO-Revision-Date: 2022-06-29 13:12:18+0000\n"
|
9 |
"Language: zh\n"
|
10 |
"MIME-Version: 1.0\n"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2022-10-04 10:25:50+00:00\n"
|
8 |
"PO-Revision-Date: 2022-06-29 13:12:18+0000\n"
|
9 |
"Language: zh\n"
|
10 |
"MIME-Version: 1.0\n"
|
plugin-fw/languages/yith-plugin-fw.pot
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: \n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date: 2022-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: \n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2022-10-04 10:25:50+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
plugin-fw/templates/bh-onboarding/onboarding-tabs.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
defined( 'ABSPATH' ) || exit; // Exit if accessed directly.
|
13 |
$tabs = $options['tabs'];
|
14 |
?>
|
15 |
-
<div class="woocommerce yith-plugin-fw-panel" id="yith-bh-onboarding">
|
16 |
<header>
|
17 |
<div class="yith-bh-onboarding-logo">
|
18 |
<?php if ( isset( $options['logo'] ) ) : ?>
|
12 |
defined( 'ABSPATH' ) || exit; // Exit if accessed directly.
|
13 |
$tabs = $options['tabs'];
|
14 |
?>
|
15 |
+
<div class="woocommerce yith-plugin-fw-panel" id="yith-bh-onboarding" style="display: none">
|
16 |
<header>
|
17 |
<div class="yith-bh-onboarding-logo">
|
18 |
<?php if ( isset( $options['logo'] ) ) : ?>
|