Skip to content

Commit d200cec

Browse files
marcinbotAllen Snook
andauthored
Prepare for 1.7.0 release (#1088)
* Prepare for 1.7.0 release * Update changelog and readme release dates * Update package lock * Update package lock Co-authored-by: Allen Snook <[email protected]>
1 parent c4fc1fd commit d200cec

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*** WooCommerce Payments Changelog ***
22

3-
= 1.7.0 - 2020-xx-xx =
3+
= 1.7.0 - 2020-11-17 =
44
* Fix - Fix ordering of payment detail timeline events.
55
* Fix - Payment form hides when saved card is selected.
66
* Fix - Render dispute evidence file upload errors.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "woocommerce-payments",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"main": "webpack.config.js",
55
"author": "Automattic",
66
"license": "GPL-2.0-or-later",

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: woocommerce, payment, payment request, credit card, automattic
44
Requires at least: 5.3
55
Tested up to: 5.5
66
Requires PHP: 7.0
7-
Stable tag: 1.6.0
7+
Stable tag: 1.7.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -101,7 +101,7 @@ Please note that our support for the checkout block is still experimental and th
101101

102102
== Changelog ==
103103

104-
= 1.7.0 - 2020-xx-xx =
104+
= 1.7.0 - 2020-11-17 =
105105
* Fix - Fix ordering of payment detail timeline events.
106106
* Fix - Payment form hides when saved card is selected.
107107
* Fix - Render dispute evidence file upload errors.

woocommerce-payments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* WC requires at least: 4.0
1111
* WC tested up to: 4.6
1212
* Requires WP: 5.3
13-
* Version: 1.6.0
13+
* Version: 1.7.0
1414
*
1515
* @package WooCommerce\Payments
1616
*/

0 commit comments

Comments
 (0)