diff --git a/includes/class-yith-wcwl-frontend.php b/includes/class-yith-wcwl-frontend.php index e0e20f2..fd0da78 100644 --- a/includes/class-yith-wcwl-frontend.php +++ b/includes/class-yith-wcwl-frontend.php @@ -33,7 +33,7 @@ class YITH_WCWL_Frontend { * @var string * @since 1.0.0 */ - public $version = '3.13.0'; + public $version = '3.14.0'; /** * Plugin database version diff --git a/init.php b/init.php index 672d6ae..ad47cad 100644 --- a/init.php +++ b/init.php @@ -3,13 +3,13 @@ * Plugin Name: YITH WooCommerce Wishlist * Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/ * Description: YITH WooCommerce Wishlist 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. Get more plugins for your e-commerce on YITH - * Version: 3.13.0 + * Version: 3.14.0 * Author: YITH * Author URI: https://yithemes.com/ * Text Domain: yith-woocommerce-wishlist * Domain Path: /languages/ - * WC requires at least: 6.7 - * WC tested up to: 6.9 + * WC requires at least: 6.8 + * WC tested up to: 7.0 * * @author YITH * @package YITH\Wishlist diff --git a/languages/yith-woocommerce-wishlist.pot b/languages/yith-woocommerce-wishlist.pot index 3a2c2a5..3049c8e 100644 --- a/languages/yith-woocommerce-wishlist.pot +++ b/languages/yith-woocommerce-wishlist.pot @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: YITH WooCommerce Wishlist Premium\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/yith-woocommerce-wishlist\n" -"POT-Creation-Date: 2022-09-20 12:41:07+00:00\n" +"POT-Creation-Date: 2022-10-05 14:45:17+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/plugin-fw/assets/js/yith-bh-onboarding.js b/plugin-fw/assets/js/yith-bh-onboarding.js index 32f1b0e..dd240da 100644 --- a/plugin-fw/assets/js/yith-bh-onboarding.js +++ b/plugin-fw/assets/js/yith-bh-onboarding.js @@ -1,6 +1,7 @@ (function($) { var init = function() { + $('#yith-bh-onboarding').fadeIn(); var currentTab = $('.yith-bh-onboarding-tabs__nav li.selected').data('tab'); $('#' + currentTab).fadeIn(); }; @@ -60,6 +61,7 @@ ); }); + init(); })(jQuery); \ No newline at end of file diff --git a/plugin-fw/assets/js/yith-bh-onboarding.min.js b/plugin-fw/assets/js/yith-bh-onboarding.min.js index 9ef5c0d..31f4f4e 100644 --- a/plugin-fw/assets/js/yith-bh-onboarding.min.js +++ b/plugin-fw/assets/js/yith-bh-onboarding.min.js @@ -1 +1 @@ -!function(t){var a;t(document).on("click",".yith-bh-onboarding-tabs__nav li",function(a){var n=t(this);t(".yith-bh-onboarding-tabs__nav li").removeClass("selected"),n.addClass("selected"),t(".yith-bh-onboarding-tabs__tab").hide(),t("#"+n.data("tab")).fadeIn()}),t(document).on("submit","form",function(a){a.preventDefault();var n=t(this);if(!0===t(document).triggerHandler("yith_onboarding_form_submit_validation"))return t(document).trigger("yith_onboarding_validate_form_submit",[n]),!1;t(".yith-bh-onboarding-tabs__content").block({message:"",overlayCSS:{backgroundColor:"#FFFFFF",opacity:.8,cursor:"wait"}}),t.ajax({type:"POST",data:n.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()}})}),a=t(".yith-bh-onboarding-tabs__nav li.selected").data("tab"),t("#"+a).fadeIn()}(jQuery); \ No newline at end of file +!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); \ No newline at end of file diff --git a/plugin-fw/init.php b/plugin-fw/init.php index a276b6c..745a9fb 100644 --- a/plugin-fw/init.php +++ b/plugin-fw/init.php @@ -1,13 +1,13 @@ \n" -"POT-Creation-Date: 2022-08-10 12:46:35+00:00\n" +"POT-Creation-Date: 2022-10-04 10:25:50+00:00\n" "PO-Revision-Date: 2021-02-11 18:07:46+0000\n" "Language: el_GR\n" "MIME-Version: 1.0\n" diff --git a/plugin-fw/languages/yith-plugin-fw-es_ES.mo b/plugin-fw/languages/yith-plugin-fw-es_ES.mo index 21b9aa4..7390715 100644 Binary files a/plugin-fw/languages/yith-plugin-fw-es_ES.mo and b/plugin-fw/languages/yith-plugin-fw-es_ES.mo differ diff --git a/plugin-fw/languages/yith-plugin-fw-es_ES.po b/plugin-fw/languages/yith-plugin-fw-es_ES.po index 2832660..667525e 100644 --- a/plugin-fw/languages/yith-plugin-fw-es_ES.po +++ b/plugin-fw/languages/yith-plugin-fw-es_ES.po @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: YITH Framework\n" "Report-Msgid-Bugs-To: YITH \n" -"POT-Creation-Date: 2022-08-10 12:46:35+00:00\n" -"PO-Revision-Date: 2022-08-10 11:52:30+0000\n" +"POT-Creation-Date: 2022-10-04 10:25:50+00:00\n" +"PO-Revision-Date: 2022-09-22 14:14:01+0000\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -972,7 +972,7 @@ msgstr "para ver algunos casos de uso útiles." #: templates/panel/help-tab.php:152 msgctxt "Help tab view FAQs link" msgid "Check the FAQs" -msgstr "Comprueba los FAQ" +msgstr "Comprueba las FAQ" #: templates/panel/help-tab.php:155 msgctxt "Help tab view FAQs link" @@ -982,12 +982,12 @@ msgstr "para encontrar respuestas a tus dudas." #: templates/panel/help-tab.php:170 msgctxt "Help tab FAQ title" msgid "Last FAQs in our Help Center" -msgstr "Últimos FAQs en nuestro Centro de Ayuda" +msgstr "Últimas FAQ en nuestro Centro de ayuda" #: templates/panel/help-tab.php:184 msgctxt "Help tab FAQ link" msgid "View all FAQs >" -msgstr "Ver todos los FAQs >" +msgstr "Ver todas las FAQs >" #: templates/panel/help-tab.php:193 msgctxt "Help tab submit ticket title" diff --git a/plugin-fw/languages/yith-plugin-fw-it_IT.mo b/plugin-fw/languages/yith-plugin-fw-it_IT.mo index a971374..6345ecc 100644 Binary files a/plugin-fw/languages/yith-plugin-fw-it_IT.mo and b/plugin-fw/languages/yith-plugin-fw-it_IT.mo differ diff --git a/plugin-fw/languages/yith-plugin-fw-it_IT.po b/plugin-fw/languages/yith-plugin-fw-it_IT.po index 6678465..46aa7ab 100644 --- a/plugin-fw/languages/yith-plugin-fw-it_IT.po +++ b/plugin-fw/languages/yith-plugin-fw-it_IT.po @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: YITH Framework\n" "Report-Msgid-Bugs-To: YITH \n" -"POT-Creation-Date: 2022-08-10 12:46:35+00:00\n" -"PO-Revision-Date: 2022-08-10 12:35:50+0000\n" +"POT-Creation-Date: 2022-10-04 10:25:50+00:00\n" +"PO-Revision-Date: 2022-08-12 07:42:56+0000\n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -124,7 +124,7 @@ msgstr "Scopri cosa puoi fare con questo potente strumento" #: includes/class-yit-plugin-panel.php:1050 msgid "Watch our \"First Steps\" video" -msgstr "Guarda il nostro video \"Primi Step\" video" +msgstr "Guarda il nostro video \"Primi Step\"" #: includes/class-yit-plugin-panel.php:1051 msgid "See how it works before you start using it" diff --git a/plugin-fw/languages/yith-plugin-fw-nl_NL.po b/plugin-fw/languages/yith-plugin-fw-nl_NL.po index 235638d..8313d6b 100644 --- a/plugin-fw/languages/yith-plugin-fw-nl_NL.po +++ b/plugin-fw/languages/yith-plugin-fw-nl_NL.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: YITH Framework\n" "Report-Msgid-Bugs-To: YITH \n" -"POT-Creation-Date: 2022-08-10 12:46:35+00:00\n" +"POT-Creation-Date: 2022-10-04 10:25:50+00:00\n" "PO-Revision-Date: 2021-12-13 12:45:02+0000\n" "Language: nl\n" "MIME-Version: 1.0\n" diff --git a/plugin-fw/languages/yith-plugin-fw-ru_RU.po b/plugin-fw/languages/yith-plugin-fw-ru_RU.po index d32b2fc..704f01e 100644 --- a/plugin-fw/languages/yith-plugin-fw-ru_RU.po +++ b/plugin-fw/languages/yith-plugin-fw-ru_RU.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: YITH Framework\n" "Report-Msgid-Bugs-To: YITH \n" -"POT-Creation-Date: 2022-08-10 12:46:35+00:00\n" +"POT-Creation-Date: 2022-10-04 10:25:50+00:00\n" "PO-Revision-Date: 2022-04-05 17:22:32+0000\n" "Language: ru\n" "MIME-Version: 1.0\n" diff --git a/plugin-fw/languages/yith-plugin-fw-zh_CN.po b/plugin-fw/languages/yith-plugin-fw-zh_CN.po index 36ec695..cd78243 100644 --- a/plugin-fw/languages/yith-plugin-fw-zh_CN.po +++ b/plugin-fw/languages/yith-plugin-fw-zh_CN.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: YITH Framework\n" "Report-Msgid-Bugs-To: YITH \n" -"POT-Creation-Date: 2022-08-10 12:46:35+00:00\n" +"POT-Creation-Date: 2022-10-04 10:25:50+00:00\n" "PO-Revision-Date: 2022-06-29 13:12:18+0000\n" "Language: zh\n" "MIME-Version: 1.0\n" diff --git a/plugin-fw/languages/yith-plugin-fw.pot b/plugin-fw/languages/yith-plugin-fw.pot index e74e89f..418c1cd 100644 --- a/plugin-fw/languages/yith-plugin-fw.pot +++ b/plugin-fw/languages/yith-plugin-fw.pot @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: YITH \n" -"POT-Creation-Date: 2022-08-10 12:46:35+00:00\n" +"POT-Creation-Date: 2022-10-04 10:25:50+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/plugin-fw/package.json b/plugin-fw/package.json index f51f04a..3c6aed3 100644 --- a/plugin-fw/package.json +++ b/plugin-fw/package.json @@ -1,6 +1,6 @@ { "name": "yith-plugin-framewowrk", - "version": "3.9.14", + "version": "3.9.16", "description": "YITH Plugin Framework", "main": "Gruntfile.js", "scripts": { diff --git a/plugin-fw/templates/bh-onboarding/onboarding-tabs.php b/plugin-fw/templates/bh-onboarding/onboarding-tabs.php index 2a9622e..fb37d94 100644 --- a/plugin-fw/templates/bh-onboarding/onboarding-tabs.php +++ b/plugin-fw/templates/bh-onboarding/onboarding-tabs.php @@ -12,7 +12,7 @@ defined( 'ABSPATH' ) || exit; // Exit if accessed directly. $tabs = $options['tabs']; ?> -
+