Skip to content

Commit 74cdcf3

Browse files
committed
Product version bump update
1 parent 5e549bd commit 74cdcf3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.8.0 - 2020-xx-xx =
3+
= 1.8.0 - 2020-12-16 =
44
* Add - Include information about failing payment into order notes.
55
* Fix - Fix crash when a user has 10 or more saved credit cards.
66
* Fix - Fix crash if there's a problem connecting to the server.

package-lock.json

Lines changed: 1 addition & 1 deletion
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.7.1",
3+
"version": "1.8.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.6
66
Requires PHP: 7.0
7-
Stable tag: 1.7.1
7+
Stable tag: 1.8.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.8.0 - 2020-xx-xx =
104+
= 1.8.0 - 2020-12-16 =
105105
* Add - Include information about failing payment into order notes.
106106
* Fix - Fix crash when a user has 10 or more saved credit cards.
107107
* Fix - Fix crash if there's a problem connecting to the server.

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.8
1212
* Requires WP: 5.3
13-
* Version: 1.7.1
13+
* Version: 1.8.0
1414
*
1515
* @package WooCommerce\Payments
1616
*/

0 commit comments

Comments
 (0)