Skip to content

Commit a59dfe5

Browse files
authored
Merge pull request #301 from saucal/release/2.5.3
Revert "woorelease: Product version bump update"
2 parents c5fec1c + a965c24 commit a59dfe5

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.5.3 - 2024-09-24 =
3+
= 2.5.3 - 2024-xx-xx =
44

55
* Fix - Add onboarding text and link
66
* Fix - Update the plugin Author on wp.org

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-payments-advanced",
33
"description": "Amazon Pay Gateway for WooCommerce",
4-
"version": "2.5.3",
4+
"version": "2.5.2",
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, saucal, woothemes, akeda, jeffstieler, mi
33
Tags: woocommerce, amazon, checkout, payments, e-commerce, ecommerce
44
Requires at least: 5.5
55
Tested up to: 6.2.2
6-
Stable tag: 2.5.3
6+
Stable tag: 2.5.2
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

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

8181
== Changelog ==
8282

83-
= 2.5.3 - 2024-09-24 =
83+
= 2.5.3 - 2024-xx-xx =
8484

8585
* Fix - Add onboarding text and link
8686
* Fix - Update the plugin Author on wp.org

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.5.3
6+
* Version: 2.5.2
77
* Author: Amazon Pay
88
* Author URI: https://pay.amazon.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.5.3' ); // WRCS: DEFINED_VERSION.
22+
define( 'WC_AMAZON_PAY_VERSION', '2.5.2' ); // WRCS: DEFINED_VERSION.
2323
define( 'WC_AMAZON_PAY_VERSION_CV1', '1.13.1' );
2424

2525
// Declare HPOS compatibility.

0 commit comments

Comments
 (0)