WooCommerce Customizer - Version 2.7.6

Version Description

Download this release

Release Info

Developer SkyVerge
Plugin Icon WooCommerce Customizer
Version 2.7.6
Comparing to
See all releases

Code changes from version 2.7.5 to 2.7.6

i18n/languages/woocommerce-customizer.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the GNU General Public License v3.0.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WooCommerce Customizer 2.7.5\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://woocommerce.com/my-account/marketplace-ticket-form/\n"
8
- "POT-Creation-Date: 2022-03-01 09:03:43+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -290,18 +290,6 @@ msgid ""
290
  "for European countries"
291
  msgstr ""
292
 
293
- #: includes/class-wc-customizer-settings.php:420
294
- msgid "Images"
295
- msgstr ""
296
-
297
- #: includes/class-wc-customizer-settings.php:426
298
- msgid "Placeholder Image source"
299
- msgstr ""
300
-
301
- #: includes/class-wc-customizer-settings.php:427
302
- msgid "Change the default placeholder image by setting this to a valid image URL"
303
- msgstr ""
304
-
305
  #: woocommerce-customizer.php:104
306
  #. translators: Placeholders: %s - plugin name
307
  msgid "You cannot clone instances of %s."
@@ -312,7 +300,7 @@ msgstr ""
312
  msgid "You cannot unserialize instances of %s."
313
  msgstr ""
314
 
315
- #: woocommerce-customizer.php:259
316
  #. translators: %1$s - <strong>, %2$s - </strong>, %3$s - <a>, %4$s - version
317
  #. number, %5$s - </a>
318
  msgid ""
@@ -320,7 +308,7 @@ msgid ""
320
  "Please %3$sactivate WooCommerce version %4$s or newer%5$s"
321
  msgstr ""
322
 
323
- #: woocommerce-customizer.php:280
324
  #. translators: Placeholders: %1$s - <strong>, %2$s - </strong>, %3$s - version
325
  #. number, %4$s and %6$s - <a> tags, %5$s - </a>
326
  msgid ""
@@ -329,19 +317,19 @@ msgid ""
329
  "WooCommerce database upgrade%5$s."
330
  msgstr ""
331
 
332
- #: woocommerce-customizer.php:465
333
  msgid "Configure"
334
  msgstr ""
335
 
336
- #: woocommerce-customizer.php:466
337
  msgid "FAQ"
338
  msgstr ""
339
 
340
- #: woocommerce-customizer.php:467
341
  msgid "Support"
342
  msgstr ""
343
 
344
- #: woocommerce-customizer.php:512
345
  #. translators: Placeholder: %s - sale percentage
346
  msgid "up to %s"
347
  msgstr ""
2
  # This file is distributed under the GNU General Public License v3.0.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WooCommerce Customizer 2.7.6\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://woocommerce.com/my-account/marketplace-ticket-form/\n"
8
+ "POT-Creation-Date: 2022-03-02 09:58:57+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
290
  "for European countries"
291
  msgstr ""
292
 
 
 
 
 
 
 
 
 
 
 
 
 
293
  #: woocommerce-customizer.php:104
294
  #. translators: Placeholders: %s - plugin name
295
  msgid "You cannot clone instances of %s."
300
  msgid "You cannot unserialize instances of %s."
301
  msgstr ""
302
 
303
+ #: woocommerce-customizer.php:252
304
  #. translators: %1$s - <strong>, %2$s - </strong>, %3$s - <a>, %4$s - version
305
  #. number, %5$s - </a>
306
  msgid ""
308
  "Please %3$sactivate WooCommerce version %4$s or newer%5$s"
309
  msgstr ""
310
 
311
+ #: woocommerce-customizer.php:273
312
  #. translators: Placeholders: %1$s - <strong>, %2$s - </strong>, %3$s - version
313
  #. number, %4$s and %6$s - <a> tags, %5$s - </a>
314
  msgid ""
317
  "WooCommerce database upgrade%5$s."
318
  msgstr ""
319
 
320
+ #: woocommerce-customizer.php:458
321
  msgid "Configure"
322
  msgstr ""
323
 
324
+ #: woocommerce-customizer.php:459
325
  msgid "FAQ"
326
  msgstr ""
327
 
328
+ #: woocommerce-customizer.php:460
329
  msgid "Support"
330
  msgstr ""
331
 
332
+ #: woocommerce-customizer.php:505
333
  #. translators: Placeholder: %s - sale percentage
334
  msgid "up to %s"
335
  msgstr ""
includes/class-wc-customizer-settings.php CHANGED
@@ -416,20 +416,6 @@ class WC_Customizer_Settings extends WC_Settings_Page {
416
 
417
  array( 'type' => 'sectionend' ),
418
 
419
- array(
420
- 'title' => __( 'Images', 'woocommerce-customizer' ),
421
- 'type' => 'title'
422
- ),
423
-
424
- array(
425
- 'id' => 'woocommerce_placeholder_img_src',
426
- 'title' => __( 'Placeholder Image source', 'woocommerce-customizer' ),
427
- 'desc_tip' => __( 'Change the default placeholder image by setting this to a valid image URL', 'woocommerce-customizer' ),
428
- 'type' => 'text'
429
- ),
430
-
431
- array( 'type' => 'sectionend' ),
432
-
433
  ),
434
  );
435
 
416
 
417
  array( 'type' => 'sectionend' ),
418
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
419
  ),
420
  );
421
 
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: SkyVerge, maxrice, tamarazuk, chasewiseman, nekojira, beka.rice
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@skyverge.com&item_name=Donation+for+WooCommerce+Customizer
4
  Tags: woocommerce, woocommerce shop, woocommerce filters, woocommerce text
5
- Requires at least: 4.4
6
  Tested up to: 5.9.1
7
- Stable tag: 2.7.5
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -71,6 +71,9 @@ Of course! Please fork the [GitHub](https://github.com/skyverge/woocommerce-cust
71
 
72
  == Changelog ==
73
 
 
 
 
74
  = 2022.03.01 - version 2.7.5 =
75
  * Misc - Require WooCommerce 3.9.4 or newer
76
 
2
  Contributors: SkyVerge, maxrice, tamarazuk, chasewiseman, nekojira, beka.rice
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@skyverge.com&item_name=Donation+for+WooCommerce+Customizer
4
  Tags: woocommerce, woocommerce shop, woocommerce filters, woocommerce text
5
+ Requires at least: 4.7
6
  Tested up to: 5.9.1
7
+ Stable tag: 2.7.6
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
71
 
72
  == Changelog ==
73
 
74
+ = 2022.03.02 - version 2.7.6 =
75
+ * Fix - Remove image placeholder (this is included in WC 3.5+)
76
+
77
  = 2022.03.01 - version 2.7.5 =
78
  * Misc - Require WooCommerce 3.9.4 or newer
79
 
woocommerce-customizer.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Customize WooCommerce without code! Easily change add to cart button text and more.
6
  * Author: SkyVerge
7
  * Author URI: http://www.skyverge.com
8
- * Version: 2.7.5
9
  * Text Domain: woocommerce-customizer
10
  * Domain Path: /i18n/languages/
11
  *
@@ -46,7 +46,7 @@ class WC_Customizer {
46
 
47
 
48
  /** plugin version number */
49
- const VERSION = '2.7.5';
50
 
51
  /** required WooCommerce version number */
52
  const MIN_WOOCOMMERCE_VERSION = '3.9.4';
@@ -169,13 +169,6 @@ class WC_Customizer {
169
  add_filter( 'woocommerce_product_add_to_cart_text', array( $this, 'customize_add_to_cart_text' ), 50, 2 );
170
  }
171
 
172
- } elseif ( 'woocommerce_placeholder_img_src' === $filter_name ) {
173
-
174
- // only filter placeholder images on the frontend
175
- if ( ! is_admin() ) {
176
- add_filter( $filter_name, array( $this, 'customize' ), 50 );
177
- }
178
-
179
  } elseif ( 'loop_sale_flash_text' === $filter_name || 'single_sale_flash_text' === $filter_name ) {
180
 
181
  add_filter( 'woocommerce_sale_flash', array( $this, 'customize_woocommerce_sale_flash' ), 50, 3 );
5
  * Description: Customize WooCommerce without code! Easily change add to cart button text and more.
6
  * Author: SkyVerge
7
  * Author URI: http://www.skyverge.com
8
+ * Version: 2.7.6
9
  * Text Domain: woocommerce-customizer
10
  * Domain Path: /i18n/languages/
11
  *
46
 
47
 
48
  /** plugin version number */
49
+ const VERSION = '2.7.6';
50
 
51
  /** required WooCommerce version number */
52
  const MIN_WOOCOMMERCE_VERSION = '3.9.4';
169
  add_filter( 'woocommerce_product_add_to_cart_text', array( $this, 'customize_add_to_cart_text' ), 50, 2 );
170
  }
171
 
 
 
 
 
 
 
 
172
  } elseif ( 'loop_sale_flash_text' === $filter_name || 'single_sale_flash_text' === $filter_name ) {
173
 
174
  add_filter( 'woocommerce_sale_flash', array( $this, 'customize_woocommerce_sale_flash' ), 50, 3 );