mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
61 lines
2.7 KiB
Text
61 lines
2.7 KiB
Text
*** Changelog ***
|
|
|
|
= 1.3.2 - 2021-06-08 =
|
|
* Fix - Improve Subscription plugin support. #161
|
|
* Fix - Disable vault setting if vaulting feature is not available. #150
|
|
* Fix - Cast item get_quantity into int. #168
|
|
* Fix - Fix Credit Card form fields placeholder and label. #146
|
|
* Fix - Filter PayPal-supported language codes. #154
|
|
* Fix - Wrong order status for orders with contain only products which are both virtual and downloadable. #145
|
|
* Fix - Use order_number instead of internal id when creating invoice Id. #163
|
|
* Fix - Fix pay later messaging options. #141
|
|
* Fix - UI/UX for vaulting settings. #166
|
|
|
|
= 1.3.1 - 2021-04-30 =
|
|
* Fix - Fix Credit Card fields for non logged-in users. #152
|
|
|
|
= 1.3.0 - 2021-04-28 =
|
|
* Add - Client-side vaulting and allow WooCommerce Subscriptions product renewals through payment tokens. #134
|
|
* Add - Send transaction ids to woocommerce. #125
|
|
* Fix - Validate checkout form before sending request to PayPal #137
|
|
* Fix - Duplicate Invoice Id error. #143
|
|
* Fix - Unblock UI if Credit Card payment failed. #122
|
|
* Fix - Detected container element removed from DOM. #123
|
|
* Fix - Remove disabling credit for UK. #127
|
|
* Fix - Show WC message on account creating error. #136
|
|
|
|
= 1.2.1 - 2021-03-08 =
|
|
* Fix - Address compatibility issue with Jetpack.
|
|
|
|
= 1.2.0 - 2021-03-08 =
|
|
* Add - Rework onboarding code and add REST controller for integration with the OBW. #121
|
|
* Fix - Remove spinner on click, on cancel and on error. #124
|
|
|
|
= 1.1.0 - 2021-02-01 =
|
|
* Add - Buy Now Pay Later for UK. #104
|
|
* Add - DE now has 12 month installments. #106
|
|
* Fix - Check phone for empty string. #102
|
|
|
|
= 1.0.4 - 2021-01-18 =
|
|
* Fix - Check if WooCommerce is active before initialize. #99
|
|
* Fix - Payment buttons only visible on order-pay site when Mini Cart is enabled; payment fails. #96
|
|
* Fix - High volume of failed calls to /v1/notifications/webhooks #93
|
|
* Fix - GB country has ACDC blocked. #91
|
|
|
|
= 1.0.3 - 2020-11-30 =
|
|
* Fix - Order with Payment received when Hosted Fields transaction is declined. #88
|
|
|
|
= 1.0.2 - 2020-11-09 =
|
|
* Fix - Purchases over 1.000 USD fail. #84
|
|
|
|
= 1.0.1 - 2020-11-05 =
|
|
* Fix - PayPal Smart buttons don't load when using a production/live account and `WP_Debug` is turned on/true. #66
|
|
* Fix - [Card Processing] SCA/Visa Verification form loads underneath the Checkout blockUI element. #63
|
|
* Fix - Attempting to checkout without country selected results in unexpected error message. #67
|
|
* Fix - Remove ability to change shipping address on PayPal from checkout page. #72
|
|
* Fix - Amount value should be a string when send to the api. #76
|
|
* Fix - "The value of a field does not conform to the expected format" error when using certain e-mail addresses. #56
|
|
* Fix - HTML tags in Product description. #79
|
|
|
|
= 1.0.0 - 2020-10-15 =
|
|
* Initial release.
|