diff --git a/changelog.txt b/changelog.txt index 5ef614c32..8529b2f9d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,12 +5,14 @@ * 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 +* Fix - PayPal Subscriptions button greyed out (inactive) on Checkout page for variable subscription products #1914 * 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 +* Enhancement - Improved button spacing when Apple Pay is enabled but current buyer is not eligible #1922 * Feature preview - Save payment methods (Vault v3) integration #1779 = 2.4.2 - 2023-12-04 = diff --git a/readme.txt b/readme.txt index d37ec2657..9ea1fa2ff 100644 --- a/readme.txt +++ b/readme.txt @@ -184,12 +184,14 @@ If you encounter issues with the PayPal buttons not appearing after an update, p * 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 +* Fix - PayPal Subscriptions button greyed out (inactive) on Checkout page for variable subscription products #1914 * 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 +* Enhancement - Improved button spacing when Apple Pay is enabled but current buyer is not eligible #1922 * Feature preview - Save payment methods (Vault v3) integration #1779 = 2.4.2 - 2023-12-04 = diff --git a/woocommerce-paypal-payments.php b/woocommerce-paypal-payments.php index aeb358895..38eb242ad 100644 --- a/woocommerce-paypal-payments.php +++ b/woocommerce-paypal-payments.php @@ -9,7 +9,7 @@ * License: GPL-2.0 * Requires PHP: 7.2 * WC requires at least: 3.9 - * WC tested up to: 8.3 + * WC tested up to: 8.4 * Text Domain: woocommerce-paypal-payments * * @package WooCommerce\PayPalCommerce