Skip to content

Commit ae03555

Browse files
committed
Product version bump update
1 parent e9d5e59 commit ae03555

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-
= 2.1.0 - 2022-xx-xx =
3+
= 2.1.0 - 2022-01-10 =
44
* Update - Disable option "Hide standard checkout button on cart page" when other payment gateway are activated.
55
* Fix - Enable subscription amount change support.
66
* Fix - Accept states without letters mark variations on shipping restriction.

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.3",
4+
"version": "2.1.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.7
6-
Stable tag: 2.0.3
6+
Stable tag: 2.1.0
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.1.0 - 2022-xx-xx =
57+
= 2.1.0 - 2022-01-10 =
5858
* Update - Disable option "Hide standard checkout button on cart page" when other payment gateway are activated.
5959
* Fix - Enable subscription amount change support.
6060
* Fix - Accept states without letters mark variations on shipping restriction.

woocommerce-gateway-amazon-payments-advanced.php

Lines changed: 3 additions & 3 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.3
6+
* Version: 2.1.0
77
* Author: WooCommerce
88
* Author URI: https://woocommerce.com
99
* Text Domain: woocommerce-gateway-amazon-payments-advanced
@@ -12,14 +12,14 @@
1212
* WC tested up to: 5.3
1313
* WC requires at least: 2.6
1414
*
15-
* Copyright: © 2021 WooCommerce
15+
* Copyright: © 2022 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', '2.0.3' ); // WRCS: DEFINED_VERSION.
22+
define( 'WC_AMAZON_PAY_VERSION', '2.1.0' ); // WRCS: DEFINED_VERSION.
2323
define( 'WC_AMAZON_PAY_VERSION_CV1', '1.13.1' );
2424

2525
/**

0 commit comments

Comments
 (0)