Skip to content

Commit f92221d

Browse files
committed
Product version bump update
1 parent 1121d38 commit f92221d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

changelog.txt

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

3-
= 1.13.0 - 2021-xx-xx =
3+
= 1.13.0 - 2021-02-18 =
44
* Update - WP tested up to 5.6.
55
* Update - WC tested up to 5.0.
66
* Fix - Fatal checkout error when changing subscription's payment method if user is logged out of Amazon account.

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,7 +1,7 @@
11
{
22
"name": "woocommerce-gateway-amazon-pay",
33
"description": "Amazon Pay Gateway for WooCommerce",
4-
"version": "1.12.2",
4+
"version": "1.13.0",
55
"title": "WooCommerce Gateway Amazon Pay",
66
"repository": {
77
"type": "git",

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: woocommerce, automattic, woothemes, akeda, jeffstieler, mikejolley
33
Tags: woocommerce, amazon, checkout, payments, e-commerce, ecommerce
44
Requires at least: 4.4
55
Tested up to: 5.6
6-
Stable tag: 1.12.2
6+
Stable tag: 1.13.0
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -61,7 +61,7 @@ Automatic updates should work like a charm; as always though, ensure you backup
6161

6262
== Changelog ==
6363

64-
= 1.13.0 - 2021-xx-xx =
64+
= 1.13.0 - 2021-02-18 =
6565
* Update - WP tested up to 5.6.
6666
* Update - WC tested up to 5.0.
6767
* Fix - Fatal checkout error when changing subscription's payment method if user is logged out of Amazon account.

woocommerce-gateway-amazon-payments-advanced.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
* Tested up to: 5.6
1111
* WC tested up to: 5.0
1212
* WC requires at least: 2.6
13-
* Version: 1.12.2
13+
* Version: 1.13.0
1414
*
15-
* Copyright: © 2020 WooCommerce
15+
* Copyright: © 2021 WooCommerce
1616
* License: GNU General Public License v3.0
1717
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
1818
*
1919
* @package WC_Gateway_Amazon_Pay
2020
*/
2121

22-
define( 'WC_AMAZON_PAY_VERSION', '1.12.2' ); // WRCS: DEFINED_VERSION.
22+
define( 'WC_AMAZON_PAY_VERSION', '1.13.0' ); // WRCS: DEFINED_VERSION.
2323

2424
/**
2525
* Amazon Pay main class

0 commit comments

Comments
 (0)