diff --git a/changelog.txt b/changelog.txt index 2c6edec8a..6171739e9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,14 @@ *** Changelog *** += 2.5.3 - xxxx-xx-xx = +* Fix - Free trial subscription products using PayPal Vaulting when PayPal Subscriptions configured as Subscriptions Mode #1979 +* Enhancement - Extend Apple Pay, Google Pay, Vault v3 (& RTAU) country availability #1992 +* Enhancement - Enable card fields for ACDC and Vault v3 supported countries/currencies #2007 +* Enhancement - Update ACDC supported currencies list #1991 +* Enhancement - Check if the $wpdb->wc_orders exists before query #1996 +* Enhancement - Remove MercadoPago from disable funding sources #2003 +* Enhancement - Improve onboarding notice text #2002 + = 2.5.2 - 2024-02-01 = * Fix - NOT_ENABLED_TO_VAULT_PAYMENT_SOURCE error for merchants without reference transactions #1984 * Fix - Fatal error in WooCommerce PayPal Payments plugin after 2.5.0 update #1985 diff --git a/package.json b/package.json index 90549abd7..0535eb41e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-paypal-payments", - "version": "2.5.2", + "version": "2.5.3", "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 c45634ce2..399562e61 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.2 +Stable tag: 2.5.3 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -179,6 +179,15 @@ If you encounter issues with the PayPal buttons not appearing after an update, p == Changelog == += 2.5.3 - xxxx-xx-xx = +* Fix - Free trial subscription products using PayPal Vaulting when PayPal Subscriptions configured as Subscriptions Mode #1979 +* Enhancement - Extend Apple Pay, Google Pay, Vault v3 (& RTAU) country availability #1992 +* Enhancement - Enable card fields for ACDC and Vault v3 supported countries/currencies #2007 +* Enhancement - Update ACDC supported currencies list #1991 +* Enhancement - Check if the $wpdb->wc_orders exists before query #1996 +* Enhancement - Remove MercadoPago from disable funding sources #2003 +* Enhancement - Improve onboarding notice text #2002 + = 2.5.2 - 2024-02-01 = * Fix - NOT_ENABLED_TO_VAULT_PAYMENT_SOURCE error for merchants without reference transactions #1984 * Fix - Fatal error in WooCommerce PayPal Payments plugin after 2.5.0 update #1985 diff --git a/woocommerce-paypal-payments.php b/woocommerce-paypal-payments.php index d40ffcce4..a6f1c79ab 100644 --- a/woocommerce-paypal-payments.php +++ b/woocommerce-paypal-payments.php @@ -3,7 +3,7 @@ * 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.2 + * Version: 2.5.3 * Author: WooCommerce * Author URI: https://woocommerce.com/ * License: GPL-2.0 @@ -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-01-25' ); +define( 'PAYPAL_INTEGRATION_DATE', '2024-02-01' ); ! 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_' );