Skip to content

Commit 2efd3f8

Browse files
committed
WooCommerce Customizer: 2.7.3 Versioning
1 parent 2025039 commit 2efd3f8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

i18n/languages/woocommerce-customizer.pot

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# This file is distributed under the GNU General Public License v3.0.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WooCommerce Customizer 2.7.2\n"
5+
"Project-Id-Version: WooCommerce Customizer 2.7.3\n"
66
"Report-Msgid-Bugs-To: "
77
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
8-
"POT-Creation-Date: 2020-02-05 20:44:59+00:00\n"
8+
"POT-Creation-Date: 2020-03-10 22:45:56+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"

readme.txt

+2-2
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.3-dev.1
7+
Stable tag: 2.7.3
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -71,7 +71,7 @@ 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 =
74+
= 2020.03.10 - version 2.7.3 =
7575
* Misc - Add support for WooCommerce 4.0
7676

7777
= 2020.02.05 - version 2.7.2 =

woocommerce-customizer.php

+3-3
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.3-dev.1
8+
* Version: 2.7.3
99
* Text Domain: woocommerce-customizer
1010
* Domain Path: /i18n/languages/
1111
*
@@ -19,7 +19,7 @@
1919
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
2020
*
2121
* WC requires at least: 3.0.9
22-
* WC tested up to: 3.9.0
22+
* WC tested up to: 4.0.0
2323
*/
2424

2525
defined( 'ABSPATH' ) or exit;
@@ -46,7 +46,7 @@ class WC_Customizer {
4646

4747

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

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

0 commit comments

Comments
 (0)