Skip to content

Commit 90c120b

Browse files
committed
Make plugin deployable by adding -dev.1 to ver
1 parent 2ac9323 commit 90c120b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

readme.txt

Lines changed: 2 additions & 2 deletions
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.2.2
7-
Stable tag: 2.7.1-dev
7+
Stable tag: 2.7.1
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-
= 2019.nn.nn - version 2.7.1-dev =
74+
= 2019.nn.nn - version 2.7.1-dev.1 =
7575
* Misc - Add support for WooCommerce 3.8
7676

7777
= 2019.08.15 - version 2.7.0

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

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

0 commit comments

Comments
 (0)