WooCommerce Customizer - Version 2.7.3

Version Description

Download this release

Release Info

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

Code changes from version 2.7.2 to 2.7.3

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.2\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://woocommerce.com/my-account/marketplace-ticket-form/\n"
8
- "POT-Creation-Date: 2020-02-05 20:44:59+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 GNU General Public License v3.0.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WooCommerce Customizer 2.7.3\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://woocommerce.com/my-account/marketplace-ticket-form/\n"
8
+ "POT-Creation-Date: 2020-03-10 22:45:56+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@s
4
  Tags: woocommerce, woocommerce shop, woocommerce filters, woocommerce text
5
  Requires at least: 4.4
6
  Tested up to: 5.3.2
7
- Stable tag: 2.7.2
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
  = 2020.02.05 - version 2.7.2 =
75
  * Misc - Add support for WooCommerce 3.9
76
 
4
  Tags: woocommerce, woocommerce shop, woocommerce filters, woocommerce text
5
  Requires at least: 4.4
6
  Tested up to: 5.3.2
7
+ Stable tag: 2.7.3
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
71
 
72
  == Changelog ==
73
 
74
+ = 2020.03.10 - version 2.7.3 =
75
+ * Misc - Add support for WooCommerce 4.0
76
+
77
  = 2020.02.05 - version 2.7.2 =
78
  * Misc - Add support for WooCommerce 3.9
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.2
9
  * Text Domain: woocommerce-customizer
10
  * Domain Path: /i18n/languages/
11
  *
@@ -19,7 +19,7 @@
19
  * @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
20
  *
21
  * WC requires at least: 3.0.9
22
- * WC tested up to: 3.9.0
23
  */
24
 
25
  defined( 'ABSPATH' ) or exit;
@@ -46,7 +46,7 @@ class WC_Customizer {
46
 
47
 
48
  /** plugin version number */
49
- const VERSION = '2.7.2';
50
 
51
  /** required WooCommerce version number */
52
  const MIN_WOOCOMMERCE_VERSION = '3.0.9';
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.3
9
  * Text Domain: woocommerce-customizer
10
  * Domain Path: /i18n/languages/
11
  *
19
  * @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
20
  *
21
  * WC requires at least: 3.0.9
22
+ * WC tested up to: 4.0.0
23
  */
24
 
25
  defined( 'ABSPATH' ) or exit;
46
 
47
 
48
  /** plugin version number */
49
+ const VERSION = '2.7.3';
50
 
51
  /** required WooCommerce version number */
52
  const MIN_WOOCOMMERCE_VERSION = '3.0.9';