From 484c355b653601376d8fec13b4d61ce87a078153 Mon Sep 17 00:00:00 2001 From: Emili Castells Guasch Date: Wed, 17 Jan 2024 15:06:35 +0100 Subject: [PATCH 1/2] Bump version 2.5.0-rc2 --- changelog.txt | 2 ++ modules/ppcp-button/resources/js/modules/Helper/ApmButtons.js | 1 - readme.txt | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index ece717b65..8983476c1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -11,6 +11,8 @@ * Enhancement - Improve feature availability check UX #1941 * Enhancement - Make all hosted card fields strings translatable #1926 * Enhancement - PHP 8.2 deprecations #1939 +* Enhancement - Subscription support on Block Cart & Block Express Checkout #1956 +* Enhancement - Venmo Vaulting integration #1958 = 2.4.3 - 2024-01-04 = * Fix - PayPal Subscription initiated without a WooCommerce order #1907 diff --git a/modules/ppcp-button/resources/js/modules/Helper/ApmButtons.js b/modules/ppcp-button/resources/js/modules/Helper/ApmButtons.js index 0cb97f262..d6512723e 100644 --- a/modules/ppcp-button/resources/js/modules/Helper/ApmButtons.js +++ b/modules/ppcp-button/resources/js/modules/Helper/ApmButtons.js @@ -77,7 +77,6 @@ export class ApmButtons { this.containers.push(parent); } }); - console.log('this.containers', this.containers); } refresh() { diff --git a/readme.txt b/readme.txt index b75c6650b..ed4b660fb 100644 --- a/readme.txt +++ b/readme.txt @@ -190,6 +190,8 @@ If you encounter issues with the PayPal buttons not appearing after an update, p * Enhancement - Improve feature availability check UX #1941 * Enhancement - Make all hosted card fields strings translatable #1926 * Enhancement - PHP 8.2 deprecations #1939 +* Enhancement - Subscription support on Block Cart & Block Express Checkout #1956 +* Enhancement - Venmo Vaulting integration #1958 = 2.4.3 - 2024-01-04 = * Fix - PayPal Subscription initiated without a WooCommerce order #1907 From ddca1b958e014c9d0b9f07fe9b0f54434eb17413 Mon Sep 17 00:00:00 2001 From: Emili Castells Guasch Date: Wed, 17 Jan 2024 15:10:44 +0100 Subject: [PATCH 2/2] Update changelog --- changelog.txt | 1 + readme.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index 8983476c1..54d11c182 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ = 2.5.0 - xxxx-xx-xx = * Fix - WC Subscriptions change subscription payment #1953 * Fix - GooglePay and ApplePay buttons disappear from the minicart when adding a product to the cart on the shop page #1915 +* Enhancement - Enable Vault v3 and Card Fields by default for US merchants #1967 * Enhancement - Vault v3 WC Subscriptions integration #1920 * Enhancement - Add Pay Later Messaging block #1897 * Enhancement - Implement early WC validation for Hosted Card Fields #1925 diff --git a/readme.txt b/readme.txt index ed4b660fb..91b454067 100644 --- a/readme.txt +++ b/readme.txt @@ -182,6 +182,7 @@ If you encounter issues with the PayPal buttons not appearing after an update, p = 2.5.0 - xxxx-xx-xx = * Fix - WC Subscriptions change subscription payment #1953 * Fix - GooglePay and ApplePay buttons disappear from the minicart when adding a product to the cart on the shop page #1915 +* Enhancement - Enable Vault v3 and Card Fields by default for US merchants #1967 * Enhancement - Vault v3 WC Subscriptions integration #1920 * Enhancement - Add Pay Later Messaging block #1897 * Enhancement - Implement early WC validation for Hosted Card Fields #1925