mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Merge pull request #1968 from woocommerce/release/2.5.0-rc2
Release 2.5.0-rc2
This commit is contained in:
commit
4c04144c23
3 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
= 2.5.0 - xxxx-xx-xx =
|
= 2.5.0 - xxxx-xx-xx =
|
||||||
* Fix - WC Subscriptions change subscription payment #1953
|
* 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
|
* 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 - Vault v3 WC Subscriptions integration #1920
|
||||||
* Enhancement - Add Pay Later Messaging block #1897
|
* Enhancement - Add Pay Later Messaging block #1897
|
||||||
* Enhancement - Implement early WC validation for Hosted Card Fields #1925
|
* Enhancement - Implement early WC validation for Hosted Card Fields #1925
|
||||||
|
@ -11,6 +12,8 @@
|
||||||
* Enhancement - Improve feature availability check UX #1941
|
* Enhancement - Improve feature availability check UX #1941
|
||||||
* Enhancement - Make all hosted card fields strings translatable #1926
|
* Enhancement - Make all hosted card fields strings translatable #1926
|
||||||
* Enhancement - PHP 8.2 deprecations #1939
|
* 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 =
|
= 2.4.3 - 2024-01-04 =
|
||||||
* Fix - PayPal Subscription initiated without a WooCommerce order #1907
|
* Fix - PayPal Subscription initiated without a WooCommerce order #1907
|
||||||
|
|
|
@ -77,7 +77,6 @@ export class ApmButtons {
|
||||||
this.containers.push(parent);
|
this.containers.push(parent);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
console.log('this.containers', this.containers);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
refresh() {
|
refresh() {
|
||||||
|
|
|
@ -182,6 +182,7 @@ If you encounter issues with the PayPal buttons not appearing after an update, p
|
||||||
= 2.5.0 - xxxx-xx-xx =
|
= 2.5.0 - xxxx-xx-xx =
|
||||||
* Fix - WC Subscriptions change subscription payment #1953
|
* 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
|
* 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 - Vault v3 WC Subscriptions integration #1920
|
||||||
* Enhancement - Add Pay Later Messaging block #1897
|
* Enhancement - Add Pay Later Messaging block #1897
|
||||||
* Enhancement - Implement early WC validation for Hosted Card Fields #1925
|
* Enhancement - Implement early WC validation for Hosted Card Fields #1925
|
||||||
|
@ -190,6 +191,8 @@ If you encounter issues with the PayPal buttons not appearing after an update, p
|
||||||
* Enhancement - Improve feature availability check UX #1941
|
* Enhancement - Improve feature availability check UX #1941
|
||||||
* Enhancement - Make all hosted card fields strings translatable #1926
|
* Enhancement - Make all hosted card fields strings translatable #1926
|
||||||
* Enhancement - PHP 8.2 deprecations #1939
|
* 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 =
|
= 2.4.3 - 2024-01-04 =
|
||||||
* Fix - PayPal Subscription initiated without a WooCommerce order #1907
|
* Fix - PayPal Subscription initiated without a WooCommerce order #1907
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue