Skip to content

Commit 65bdc29

Browse files
committed
Product version bump update
1 parent 61a2946 commit 65bdc29

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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-
= 2.0.3 - 2021-xx-xx =
3+
= 2.0.3 - 2021-06-15 =
44
* Fix - Issues with state level handling of shipping zones.
55
* Fix - Issue that attempted to initialize the plugin in the REST API, throwing a fatal error.
66
* Fix - Issue with subscriptions and checkout session validation, which forced customers to login again.

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": "2.0.2",
4+
"version": "2.0.3",
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.7
6-
Stable tag: 2.0.2
6+
Stable tag: 2.0.3
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

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

5555
== Changelog ==
5656

57-
= 2.0.3 - 2021-xx-xx =
57+
= 2.0.3 - 2021-06-15 =
5858
* Fix - Issues with state level handling of shipping zones.
5959
* Fix - Issue that attempted to initialize the plugin in the REST API, throwing a fatal error.
6060
* Fix - Issue with subscriptions and checkout session validation, which forced customers to login again.

woocommerce-gateway-amazon-payments-advanced.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WooCommerce Amazon Pay
44
* Plugin URI: https://woocommerce.com/products/pay-with-amazon/
55
* Description: Amazon Pay is embedded directly into your existing web site, and all the buyer interactions with Amazon Pay and Login with Amazon take place in embedded widgets so that the buyer never leaves your site. Buyers can log in using their Amazon account, select a shipping address and payment method, and then confirm their order. Requires an Amazon Pay seller account and supports USA, UK, Germany, France, Italy, Spain, Luxembourg, the Netherlands, Sweden, Portugal, Hungary, Denmark, and Japan.
6-
* Version: 2.0.2
6+
* Version: 2.0.3
77
* Author: WooCommerce
88
* Author URI: https://woocommerce.com
99
* Text Domain: woocommerce-gateway-amazon-payments-advanced
@@ -19,7 +19,7 @@
1919
* @package WC_Gateway_Amazon_Pay
2020
*/
2121

22-
define( 'WC_AMAZON_PAY_VERSION', '2.0.2' ); // WRCS: DEFINED_VERSION.
22+
define( 'WC_AMAZON_PAY_VERSION', '2.0.3' ); // WRCS: DEFINED_VERSION.
2323
define( 'WC_AMAZON_PAY_VERSION_CV1', '1.13.1' );
2424

2525
/**

0 commit comments

Comments
 (0)