Skip to content

Commit 858f947

Browse files
committed
WooCommerce Customizer: 2.7.1 Versioning
1 parent 90c120b commit 858f947

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.0\n"
5+
"Project-Id-Version: WooCommerce Customizer 2.7.1\n"
66
"Report-Msgid-Bugs-To: "
77
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
8-
"POT-Creation-Date: 2019-08-16 00:27:32+00:00\n"
8+
"POT-Creation-Date: 2019-11-11 09:54:39+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
@@ -3,7 +3,7 @@ Contributors: SkyVerge, maxrice, tamarazuk, chasewiseman, nekojira, beka.rice
33
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&[email protected]&item_name=Donation+for+WooCommerce+Customizer
44
Tags: woocommerce, woocommerce shop, woocommerce filters, woocommerce text
55
Requires at least: 4.4
6-
Tested up to: 5.2.2
6+
Tested up to: 5.2.4
77
Stable tag: 2.7.1
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -71,7 +71,7 @@ Of course! Please fork the [GitHub](https://github.com/skyverge/woocommerce-cust
7171

7272
== Changelog ==
7373

74-
= 2019.nn.nn - version 2.7.1-dev.1 =
74+
= 2019.11.11 - version 2.7.1 =
7575
* Misc - Add support for WooCommerce 3.8
7676

7777
= 2019.08.15 - version 2.7.0

woocommerce-customizer.php

+2-2
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.1-dev.1
8+
* Version: 2.7.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.1-dev.1';
49+
const VERSION = '2.7.1';
5050

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

0 commit comments

Comments
 (0)