From c6474e74971c3e42ca0af3526bd986a5dd292386 Mon Sep 17 00:00:00 2001 From: Emili Castells Guasch Date: Fri, 16 Feb 2024 17:03:46 +0100 Subject: [PATCH] Bump 2.5.3 version --- changelog.txt | 12 ++++++++++++ package.json | 2 +- readme.txt | 14 +++++++++++++- woocommerce-paypal-payments.php | 6 +++--- 4 files changed, 29 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index 9b6deaa73..2e75e2753 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,17 @@ *** Changelog *** += 2.5.4 - xxxx-xx-xx = +* Fix - Cannot enable Apple Pay when API credentials were manually created #2015 +* Fix - Cart simulation type error #1943 +* Enhancement - Apple Pay recurring payments #1986 +* Enhancement - Use Pay Later Messaging configurator #1924 +* Enhancement - Real Time Account Updater (RTAU) integration #2027 +* Enhancement - Prepare the SKU for sending to PayPal #2033 +* Enhancement - Store the Card Brand in Address Verification Result instead of 3DS authentication result #2026 +* Enhancement - Update country eligibility for AdvancedCard Processing, Apple Pay, Google Pay #2019 +* Enhancement - Disable PayPal Vaulting setting instead of hiding it when Reference Transactions not available #2029 +* Enhancement - Store three d secure enrollment status and authentication status responses in wc order #1980 + = 2.5.3 - 2024-02-06 = * Fix - Free trial subscription products using PayPal Vaulting when PayPal Subscriptions configured as Subscriptions Mode #1979 * Fix - Pay by link - Germany - PayPal buttons are not visible on Pay for order page #2014 diff --git a/package.json b/package.json index 437ad2ba7..8df693e72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-paypal-payments", - "version": "2.5.3", + "version": "2.5.4", "description": "WooCommerce PayPal Payments", "repository": "https://github.com/woocommerce/woocommerce-paypal-payments", "license": "GPL-2.0", diff --git a/readme.txt b/readme.txt index f81615879..fe4ac671b 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: woocommerce, paypal, payments, ecommerce, checkout, cart, pay later, apple Requires at least: 5.3 Tested up to: 6.4 Requires PHP: 7.2 -Stable tag: 2.5.3 +Stable tag: 2.5.4 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -179,6 +179,18 @@ If you encounter issues with the PayPal buttons not appearing after an update, p == Changelog == += 2.5.4 - xxxx-xx-xx = +* Fix - Cannot enable Apple Pay when API credentials were manually created #2015 +* Fix - Cart simulation type error #1943 +* Enhancement - Apple Pay recurring payments #1986 +* Enhancement - Use Pay Later Messaging configurator #1924 +* Enhancement - Real Time Account Updater (RTAU) integration #2027 +* Enhancement - Prepare the SKU for sending to PayPal #2033 +* Enhancement - Store the Card Brand in Address Verification Result instead of 3DS authentication result #2026 +* Enhancement - Update country eligibility for AdvancedCard Processing, Apple Pay, Google Pay #2019 +* Enhancement - Disable PayPal Vaulting setting instead of hiding it when Reference Transactions not available #2029 +* Enhancement - Store three d secure enrollment status and authentication status responses in wc order #1980 + = 2.5.3 - 2024-02-06 = * Fix - Free trial subscription products using PayPal Vaulting when PayPal Subscriptions configured as Subscriptions Mode #1979 * Fix - Pay by link - Germany - PayPal buttons are not visible on Pay for order page #2014 diff --git a/woocommerce-paypal-payments.php b/woocommerce-paypal-payments.php index a6f1c79ab..e764c3271 100644 --- a/woocommerce-paypal-payments.php +++ b/woocommerce-paypal-payments.php @@ -3,13 +3,13 @@ * Plugin Name: WooCommerce PayPal Payments * Plugin URI: https://woocommerce.com/products/woocommerce-paypal-payments/ * Description: PayPal's latest complete payments processing solution. Accept PayPal, Pay Later, credit/debit cards, alternative digital wallets local payment types and bank accounts. Turn on only PayPal options or process a full suite of payment methods. Enable global transaction with extensive currency and country coverage. - * Version: 2.5.3 + * Version: 2.5.4 * Author: WooCommerce * Author URI: https://woocommerce.com/ * License: GPL-2.0 * Requires PHP: 7.2 * WC requires at least: 3.9 - * WC tested up to: 8.5 + * WC tested up to: 8.6 * Text Domain: woocommerce-paypal-payments * * @package WooCommerce\PayPalCommerce @@ -25,7 +25,7 @@ define( 'PAYPAL_URL', 'https://www.paypal.com' ); define( 'PAYPAL_SANDBOX_API_URL', 'https://api-m.sandbox.paypal.com' ); define( 'PAYPAL_SANDBOX_URL', 'https://www.sandbox.paypal.com' ); -define( 'PAYPAL_INTEGRATION_DATE', '2024-02-01' ); +define( 'PAYPAL_INTEGRATION_DATE', '2024-02-16' ); ! defined( 'CONNECT_WOO_CLIENT_ID' ) && define( 'CONNECT_WOO_CLIENT_ID', 'AcCAsWta_JTL__OfpjspNyH7c1GGHH332fLwonA5CwX4Y10mhybRZmHLA0GdRbwKwjQIhpDQy0pluX_P' ); ! defined( 'CONNECT_WOO_SANDBOX_CLIENT_ID' ) && define( 'CONNECT_WOO_SANDBOX_CLIENT_ID', 'AYmOHbt1VHg-OZ_oihPdzKEVbU3qg0qXonBcAztuzniQRaKE0w1Hr762cSFwd4n8wxOl-TCWohEa0XM_' );