diff --git a/changelog.txt b/changelog.txt index e5c973ab..c57f2c6c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** Amazon Pay Changelog *** -= 2.1.0 - 2022-xx-xx = += 2.1.0 - 2022-01-10 = * Update - Disable option "Hide standard checkout button on cart page" when other payment gateway are activated. * Fix - Enable subscription amount change support. * Fix - Accept states without letters mark variations on shipping restriction. diff --git a/package-lock.json b/package-lock.json index 9ad154dc..47ca25c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-gateway-amazon-pay", - "version": "2.0.3", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cb653e15..235ff05a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-gateway-amazon-pay", "description": "Amazon Pay Gateway for WooCommerce", - "version": "2.0.3", + "version": "2.1.0", "title": "WooCommerce Gateway Amazon Pay", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 0c79155a..099fdb51 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: woocommerce, automattic, woothemes, akeda, jeffstieler, mikejolley Tags: woocommerce, amazon, checkout, payments, e-commerce, ecommerce Requires at least: 4.4 Tested up to: 5.7 -Stable tag: 2.0.3 +Stable tag: 2.1.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -54,7 +54,7 @@ Automatic updates should work like a charm; as always though, ensure you backup == Changelog == -= 2.1.0 - 2022-xx-xx = += 2.1.0 - 2022-01-10 = * Update - Disable option "Hide standard checkout button on cart page" when other payment gateway are activated. * Fix - Enable subscription amount change support. * Fix - Accept states without letters mark variations on shipping restriction. diff --git a/woocommerce-gateway-amazon-payments-advanced.php b/woocommerce-gateway-amazon-payments-advanced.php index fe2598e0..221b755f 100644 --- a/woocommerce-gateway-amazon-payments-advanced.php +++ b/woocommerce-gateway-amazon-payments-advanced.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce Amazon Pay * Plugin URI: https://woocommerce.com/products/pay-with-amazon/ * 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. - * Version: 2.0.3 + * Version: 2.1.0 * Author: WooCommerce * Author URI: https://woocommerce.com * Text Domain: woocommerce-gateway-amazon-payments-advanced @@ -12,14 +12,14 @@ * WC tested up to: 5.3 * WC requires at least: 2.6 * - * Copyright: © 2021 WooCommerce + * Copyright: © 2022 WooCommerce * License: GNU General Public License v3.0 * License URI: http://www.gnu.org/licenses/gpl-3.0.html * * @package WC_Gateway_Amazon_Pay */ -define( 'WC_AMAZON_PAY_VERSION', '2.0.3' ); // WRCS: DEFINED_VERSION. +define( 'WC_AMAZON_PAY_VERSION', '2.1.0' ); // WRCS: DEFINED_VERSION. define( 'WC_AMAZON_PAY_VERSION_CV1', '1.13.1' ); /**