Releases: woocommerce/woocommerce-gateway-paypal-express-checkout
Releases · woocommerce/woocommerce-gateway-paypal-express-checkout
Version 1.5.5
- Update - WC 3.4 compatibility
- Update - Privacy policy notification.
- Update - Export/erasure hooks added.
Version 1.5.4
- Add - Hook to make billing address not required
woocommerce_paypal_express_checkout_address_not_required
(bool). - Fix - Duplicate checkout settings when PP Credit option is enabled.
- Fix - Impossible to open API credentials after saving Settings.
- Fix - Prevent filtering if PPEC is not enabled.
- Fix - Single Product checkout: Quantity being duplicated due to multiple AJAX calls.
- Fix - When returning from PayPal, place order buttons says "proceed to payment".
- Tweak - Default billing address to be required.
Version 1.5.3
- Fix - wp_enqueue_media was not correctly loaded causing weird behavior with other parts of system wanting to use it.
- Fix - Typo in activation hook.
Version 1.5.2
- Tweak - Express checkout shouldn't display "Review your order before the payment".
- Fix - Compatibility with Subscriptions and Checkout from Single Product page.
- Fix - Make sure session object exists before use to prevent fatal error.
Version 1.5.1
- Add - Hooks for Settings.
- Fix - Missing Settings link on Plugins page.
- Fix - Use correct image URL for PayPal image logo.
- Tweak - Default to signature method if certificate missing, rather than other way around.
Version 1.5.0
- Add - PayPal credit is now available on checkout.
- Fix - WC 3.3 compatibility.
- Add - Ability to select existing / upload new image(s) for logo / header fields.
- Fix - Shipping address overriden when PayPal returns billing address.
Version 1.4.7
- Fix - Issue with missing paypal session information.
- Fix - Dependency error when using LibreSSL.
- Fix - Additional compatibility with shipping plugins
- Fix - Issue where deprecated
WC_Cart::get_cart_url
is being used. - Tweak - Makes admin notification dismissible.
Version 1.4.6
- Fix - Coupon related PayPal error 10413.
Version 1.4.5
- Fix - Title/Description fields in the settings should appear based on Enable PayPal Express Checkout.
- Add - Invoice Prefix now has the ability to be empty.
- Fix - Additional compatibility fixes for line items.
- Fix - PHP notice for Subscription id.
Version 1.4.4
- Fix - PayPal error (10431).
- Fix - PHP notices.