From e7f2e5f43d21036aaf0f52cc1fae944e7d1e7ad4 Mon Sep 17 00:00:00 2001 From: Emili Castells Guasch Date: Mon, 18 Dec 2023 15:06:49 +0100 Subject: [PATCH] Bump 2.4.3 version --- changelog.txt | 13 +++++++++++++ package.json | 2 +- readme.txt | 15 ++++++++++++++- woocommerce-paypal-payments.php | 4 ++-- 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 37a2d2f00..5ef614c32 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,18 @@ *** Changelog *** += 2.4.3 - xxxx-xx-xx = +* Fix - PayPal Subscription initiated without a WooCommerce order #1907 +* Fix - Block Checkout reloads when submitting order with empty fields #1904 +* Fix - "Send checkout billing and shipping data to Apple Pay" displayed when Apple Pay is disabled #1883 +* Fix - "Order does not contain intent" error for ACDC renewals when triggering 3D Secure #1888 +* Enhancement - Add button to reload feature eligibility status from Connection tab #1902 +* Enhancement - Apple Pay validation message improvements #1901 +* Enhancement - Improve support for Classic Cart & Classic Checkout blocks #1894 +* Enhancement - Ensure uniform button appearance for PayPal, Google Pay, and Apple Pay buttons #1900 +* Enhancement - remove string translations for package tracking carriers from repository #1885 +* Enhancement - Incorrect margins when PayPal buttons are rendered as separate gateways. #1908 +* Feature preview - Save payment methods (Vault v3) integration #1779 + = 2.4.2 - 2023-12-04 = * Fix - Action callback arguments count in ShipStation tracking integration #1841 * Fix - Google Pay scripts loading on unrelated admin pages #1834 diff --git a/package.json b/package.json index 943b26caa..8e534d0b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-paypal-payments", - "version": "2.4.2", + "version": "2.4.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 bd626ac8e..d37ec2657 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.4.2 +Stable tag: 2.4.3 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -179,6 +179,19 @@ If you encounter issues with the PayPal buttons not appearing after an update, p == Changelog == += 2.4.3 - xxxx-xx-xx = +* Fix - PayPal Subscription initiated without a WooCommerce order #1907 +* Fix - Block Checkout reloads when submitting order with empty fields #1904 +* Fix - "Send checkout billing and shipping data to Apple Pay" displayed when Apple Pay is disabled #1883 +* Fix - "Order does not contain intent" error for ACDC renewals when triggering 3D Secure #1888 +* Enhancement - Add button to reload feature eligibility status from Connection tab #1902 +* Enhancement - Apple Pay validation message improvements #1901 +* Enhancement - Improve support for Classic Cart & Classic Checkout blocks #1894 +* Enhancement - Ensure uniform button appearance for PayPal, Google Pay, and Apple Pay buttons #1900 +* Enhancement - remove string translations for package tracking carriers from repository #1885 +* Enhancement - Incorrect margins when PayPal buttons are rendered as separate gateways. #1908 +* Feature preview - Save payment methods (Vault v3) integration #1779 + = 2.4.2 - 2023-12-04 = * Fix - Action callback arguments count in ShipStation tracking integration #1841 * Fix - Google Pay scripts loading on unrelated admin pages #1834 diff --git a/woocommerce-paypal-payments.php b/woocommerce-paypal-payments.php index 026f010e6..aeb358895 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.4.2 + * Version: 2.4.3 * Author: WooCommerce * Author URI: https://woocommerce.com/ * License: GPL-2.0 @@ -25,7 +25,7 @@ define( 'PAYPAL_API_URL', 'https://api-m.paypal.com' ); 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', '2023-11-28' ); +define( 'PAYPAL_INTEGRATION_DATE', '2023-12-18' ); ! 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_' );