From 23ed7fc478e5a092bfa394daf48ae6ef272190a4 Mon Sep 17 00:00:00 2001 From: Alejandro Iglesias Date: Mon, 30 Oct 2023 12:24:47 +0100 Subject: [PATCH] Revert "woorelease: Product version bump update" This reverts commit f8cb2df5b2d9df6eaabe7bee19cc225634c38bbc. --- changelog.txt | 2 +- package-lock.json | 2 +- package.json | 2 +- readme.txt | 4 ++-- woocommerce-gateway-amazon-payments-advanced.php | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index f460c4f0..40497dcb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** Amazon Pay Changelog *** -= 2.5.1 - 2023-10-30 = += 2.5.1 - 2023-xx-xx = * Add - New Amazon Pay Platform related Headers. * Add - Extendable Multi-currency compatibility. diff --git a/package-lock.json b/package-lock.json index a7bbb13e..29c1de76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-gateway-amazon-payments-advanced", - "version": "2.5.1", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 68a014d4..44ee71e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-gateway-amazon-payments-advanced", "description": "Amazon Pay Gateway for WooCommerce", - "version": "2.5.1", + "version": "2.5.0", "title": "WooCommerce Gateway Amazon Pay", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index fc76d70e..0efc3b81 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: woocommerce, automattic, saucal, woothemes, akeda, jeffstieler, mi Tags: woocommerce, amazon, checkout, payments, e-commerce, ecommerce Requires at least: 5.5 Tested up to: 6.2 -Stable tag: 2.5.1 +Stable tag: 2.5.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -80,7 +80,7 @@ Automatic updates should work like a charm; as always though, ensure you backup == Changelog == -= 2.5.1 - 2023-10-30 = += 2.5.1 - 2023-xx-xx = * Add - New Amazon Pay Platform related Headers. * Add - Extendable Multi-currency compatibility. diff --git a/woocommerce-gateway-amazon-payments-advanced.php b/woocommerce-gateway-amazon-payments-advanced.php index 31e9b63f..bcb7403c 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.5.1 + * Version: 2.5.0 * Author: WooCommerce * Author URI: https://woocommerce.com * Text Domain: woocommerce-gateway-amazon-payments-advanced @@ -19,7 +19,7 @@ * @package WC_Gateway_Amazon_Pay */ -define( 'WC_AMAZON_PAY_VERSION', '2.5.1' ); // WRCS: DEFINED_VERSION. +define( 'WC_AMAZON_PAY_VERSION', '2.5.0' ); // WRCS: DEFINED_VERSION. define( 'WC_AMAZON_PAY_VERSION_CV1', '1.13.1' ); // Declare HPOS compatibility.