Skip to content

Commit 2025039

Browse files
authored
Merge pull request #38 from skyverge/release/ch31027-wc-4.0-compat
WooCommerce 4.0 compatibility
2 parents 49e554b + b73e5f0 commit 2025039

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@s
44
Tags: woocommerce, woocommerce shop, woocommerce filters, woocommerce text
55
Requires at least: 4.4
66
Tested up to: 5.3.2
7-
Stable tag: 2.7.2
7+
Stable tag: 2.7.3-dev.1
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -71,6 +71,9 @@ Of course! Please fork the [GitHub](https://github.com/skyverge/woocommerce-cust
7171

7272
== Changelog ==
7373

74+
= 2020.nn.nn - version 2.7.3-dev.1 =
75+
* Misc - Add support for WooCommerce 4.0
76+
7477
= 2020.02.05 - version 2.7.2 =
7578
* Misc - Add support for WooCommerce 3.9
7679

woocommerce-customizer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Customize WooCommerce without code! Easily change add to cart button text and more.
66
* Author: SkyVerge
77
* Author URI: http://www.skyverge.com
8-
* Version: 2.7.2
8+
* Version: 2.7.3-dev.1
99
* Text Domain: woocommerce-customizer
1010
* Domain Path: /i18n/languages/
1111
*
@@ -46,7 +46,7 @@ class WC_Customizer {
4646

4747

4848
/** plugin version number */
49-
const VERSION = '2.7.2';
49+
const VERSION = '2.7.3-dev.1';
5050

5151
/** required WooCommerce version number */
5252
const MIN_WOOCOMMERCE_VERSION = '3.0.9';

0 commit comments

Comments
 (0)