YITH WooCommerce Catalog Mode - Version 2.15.0

Version Description

Last Stable Tag 2.15.0

Download this release

Release Info

Developer yithemes
Plugin Icon 128x128 YITH WooCommerce Catalog Mode
Version 2.15.0
Comparing to
See all releases

Code changes from version 2.14.0 to 2.15.0

init.php CHANGED
@@ -5,10 +5,10 @@
5
  * Description: <code><strong>YITH WooCommerce Catalog Mode</strong></code> allows hiding product prices, cart and checkout from your store and turning it into a performing product catalogue. You will be able to adjust your catalogue settings as you prefer based on your requirements. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>
6
  * Author: YITH
7
  * Text Domain: yith-woocommerce-catalog-mode
8
- * Version: 2.14.0
9
  * Author URI: https://yithemes.com/
10
- * WC requires at least: 6.7.0
11
- * WC tested up to: 6.9.x
12
  *
13
  * @package YITH WooCommerce Catalog Mode
14
  */
@@ -61,7 +61,7 @@ function ywctm_install_free_admin_notice() {
61
  <?php
62
  }
63
 
64
- ! defined( 'YWCTM_VERSION' ) && define( 'YWCTM_VERSION', '2.14.0' );
65
  ! defined( 'YWCTM_FREE_INIT' ) && define( 'YWCTM_FREE_INIT', plugin_basename( __FILE__ ) );
66
  ! defined( 'YWCTM_SLUG' ) && define( 'YWCTM_SLUG', 'yith-woocommerce-catalog-mode' );
67
  ! defined( 'YWCTM_FILE' ) && define( 'YWCTM_FILE', __FILE__ );
5
  * Description: <code><strong>YITH WooCommerce Catalog Mode</strong></code> allows hiding product prices, cart and checkout from your store and turning it into a performing product catalogue. You will be able to adjust your catalogue settings as you prefer based on your requirements. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>
6
  * Author: YITH
7
  * Text Domain: yith-woocommerce-catalog-mode
8
+ * Version: 2.15.0
9
  * Author URI: https://yithemes.com/
10
+ * WC requires at least: 6.8.0
11
+ * WC tested up to: 7.0.x
12
  *
13
  * @package YITH WooCommerce Catalog Mode
14
  */
61
  <?php
62
  }
63
 
64
+ ! defined( 'YWCTM_VERSION' ) && define( 'YWCTM_VERSION', '2.15.0' );
65
  ! defined( 'YWCTM_FREE_INIT' ) && define( 'YWCTM_FREE_INIT', plugin_basename( __FILE__ ) );
66
  ! defined( 'YWCTM_SLUG' ) && define( 'YWCTM_SLUG', 'yith-woocommerce-catalog-mode' );
67
  ! defined( 'YWCTM_FILE' ) && define( 'YWCTM_FILE', __FILE__ );
languages/yith-woocommerce-catalog-mode.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the same license as the YITH WooCommerce Catalog Mode package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: YITH WooCommerce Catalog Mode 2.14.0\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/yith-woocommerce-catalog-mode\n"
8
- "POT-Creation-Date: 2022-09-06 13:59:47+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the same license as the YITH WooCommerce Catalog Mode package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: YITH WooCommerce Catalog Mode 2.15.0\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/yith-woocommerce-catalog-mode\n"
8
+ "POT-Creation-Date: 2022-10-04 14:34:33+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){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
@@ -4,7 +4,7 @@ Contributors: yithemes
4
  Tags: woocommerce catalog mode plugin, woocommerce catalog only, woocommerce, products, themes, yit, yith, yithemes, e-commerce, shop, catalog mode, catalogue mode, remove add to cart, ask for price, ask price, asking for price, asking price, button remove, call, call for price, call me, call us, contact, email, hide add to cart, hide price
5
  Requires at least: 5.8
6
  Tested up to: 6.0
7
- Stable tag: 2.14.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -131,6 +131,11 @@ yith-woocommerce-catalog-mode-<WORDPRESS LOCALE >.mo
131
 
132
  == Changelog ==
133
 
 
 
 
 
 
134
  = Version 2.14.0 - Released: 06 September 2022 =
135
 
136
  * New: support for WooCommerce 6.9
@@ -511,7 +516,7 @@ yith-woocommerce-catalog-mode-<WORDPRESS LOCALE >.mo
511
 
512
  == Upgrade Notice ==
513
 
514
- Last Stable Tag 2.14.0
515
 
516
  == Suggestions ==
517
 
4
  Tags: woocommerce catalog mode plugin, woocommerce catalog only, woocommerce, products, themes, yit, yith, yithemes, e-commerce, shop, catalog mode, catalogue mode, remove add to cart, ask for price, ask price, asking for price, asking price, button remove, call, call for price, call me, call us, contact, email, hide add to cart, hide price
5
  Requires at least: 5.8
6
  Tested up to: 6.0
7
+ Stable tag: 2.15.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
131
 
132
  == Changelog ==
133
 
134
+ = Version 2.15.0 - Released: 04 October 2022 =
135
+
136
+ * New: support for WooCommerce 7.0
137
+ * Update: YITH plugin framework
138
+
139
  = Version 2.14.0 - Released: 06 September 2022 =
140
 
141
  * New: support for WooCommerce 6.9
516
 
517
  == Upgrade Notice ==
518
 
519
+ Last Stable Tag 2.15.0
520
 
521
  == Suggestions ==
522