YITH WooCommerce Quick View - Version 1.20.0

Version Description

Released 05 October 2022

  • New: support for WooCommerce 7.0
  • Update: YITH plugin framework
Download this release

Release Info

Developer yithemes
Plugin Icon 128x128 YITH WooCommerce Quick View
Version 1.20.0
Comparing to
See all releases

Code changes from version 1.19.0 to 1.20.0

init.php CHANGED
@@ -3,17 +3,17 @@
3
  * Plugin Name: YITH WooCommerce Quick View
4
  * Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-quick-view
5
  * Description: The <code><strong>YITH WooCommerce Quick View</strong></code> plugin allows your customers to have a quick look about products. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>.
6
- * Version: 1.19.0
7
  * Author: YITH
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-quick-view
10
  * Domain Path: /languages/
11
- * WC requires at least: 6.7
12
- * WC tested up to: 6.9
13
  *
14
  * @author YITH
15
  * @package YITH WooCommerce Quick View
16
- * @version 1.19.0
17
  */
18
 
19
  /** Copyright 2015-2022 Your Inspiration Solutions (email : plugins@yithemes.com)
3
  * Plugin Name: YITH WooCommerce Quick View
4
  * Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-quick-view
5
  * Description: The <code><strong>YITH WooCommerce Quick View</strong></code> plugin allows your customers to have a quick look about products. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>.
6
+ * Version: 1.20.0
7
  * Author: YITH
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-quick-view
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 WooCommerce Quick View
16
+ * @version 1.20.0
17
  */
18
 
19
  /** Copyright 2015-2022 Your Inspiration Solutions (email : plugins@yithemes.com)
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){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);
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.15
5
  * Author: YITH
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author YITH
10
- * @version 3.9.15
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-08-10 12:46:35+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"
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-08-10 12:46:35+00:00\n"
8
- "PO-Revision-Date: 2022-08-10 11:52:30+0000\n"
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 los FAQ"
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 "Últimos FAQs 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 todos los FAQs >"
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-08-10 12:46:35+00:00\n"
8
- "PO-Revision-Date: 2022-08-10 12:35:50+0000\n"
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\" video</mark>"
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-08-10 12:46:35+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"
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-08-10 12:46:35+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"
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-08-10 12:46:35+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"
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-08-10 12:46:35+00:00\n"
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'] ) ) : ?>
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: yithemes
3
  Tags: woocommerce, quick view, woocommerce quick view, products quick view
4
  Requires at least: 5.8
5
  Tested up to: 6.0
6
- Stable tag: 1.18.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -40,6 +40,11 @@ Full documentation is available [here](https://docs.yithemes.com/yith-woocommerc
40
 
41
  == Changelog ==
42
 
 
 
 
 
 
43
  = 1.19.0 = Released 31 August 2022
44
 
45
  * New: support for WooCommerce 6.9
@@ -427,7 +432,7 @@ Or, if you have created your own language pack, or have an update for an existin
427
 
428
  == Upgrade notice ==
429
 
430
- = 1.19.0 = Released 31 August 2022
431
 
432
- * New: support for WooCommerce 6.9
433
  * Update: YITH plugin framework
3
  Tags: woocommerce, quick view, woocommerce quick view, products quick view
4
  Requires at least: 5.8
5
  Tested up to: 6.0
6
+ Stable tag: 1.20.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
40
 
41
  == Changelog ==
42
 
43
+ = 1.20.0 = Released 05 October 2022
44
+
45
+ * New: support for WooCommerce 7.0
46
+ * Update: YITH plugin framework
47
+
48
  = 1.19.0 = Released 31 August 2022
49
 
50
  * New: support for WooCommerce 6.9
432
 
433
  == Upgrade notice ==
434
 
435
+ = 1.20.0 = Released 05 October 2022
436
 
437
+ * New: support for WooCommerce 7.0
438
  * Update: YITH plugin framework