Skip to content

Commit

Permalink
Merge pull request #38 from skyverge/release/ch31027-wc-4.0-compat
Browse files Browse the repository at this point in the history
WooCommerce 4.0 compatibility
  • Loading branch information
wvega authored Mar 10, 2020
2 parents 49e554b + b73e5f0 commit 2025039
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@s
Tags: woocommerce, woocommerce shop, woocommerce filters, woocommerce text
Requires at least: 4.4
Tested up to: 5.3.2
Stable tag: 2.7.2
Stable tag: 2.7.3-dev.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2020.nn.nn - version 2.7.3-dev.1 =
* Misc - Add support for WooCommerce 4.0

= 2020.02.05 - version 2.7.2 =
* Misc - Add support for WooCommerce 3.9

Expand Down
4 changes: 2 additions & 2 deletions woocommerce-customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Customize WooCommerce without code! Easily change add to cart button text and more.
* Author: SkyVerge
* Author URI: http://www.skyverge.com
* Version: 2.7.2
* Version: 2.7.3-dev.1
* Text Domain: woocommerce-customizer
* Domain Path: /i18n/languages/
*
Expand Down Expand Up @@ -46,7 +46,7 @@ class WC_Customizer {


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

/** required WooCommerce version number */
const MIN_WOOCOMMERCE_VERSION = '3.0.9';
Expand Down

0 comments on commit 2025039

Please sign in to comment.