Releases: angelleye/paypal-woocommerce
Releases · angelleye/paypal-woocommerce
v4.6.8
v4.6.7
v4.6.6
Enhancements
- Added automated JavaScript and CSS minification to improve frontend performance. (2145)
- Added a processing spinner for Advanced Credit Card Payments on the checkout page to provide better visual feedback during payment processing. (2148)
Improvements
- Refactored Braintree payment handling to improve error messaging and event management for more reliable checkout behavior. (2144)
- Adjusted the gateway listing order on the admin payment settings page for improved organization.
- Renamed gateway names to match the updated naming convention and Fixed gateway links on the admin payment listing page to ensure correct navigation. (2149)
Fixes
- Fixed text domain loading notice and dynamic property declaration warnings for better compatibility with newer PHP versions. (2136)
- Fixed a country warning issue on the FunnelKit review order page during checkout. (2138)
- Fixed an issue where the Place Order button would not respond if a customer attempted payment again with a valid card after an initial failure. (2140)
- Fixed an issue where PPCP Hosted Fields did not release the BlockUI overlay when WooCommerce validation errors occurred. (2142)
- Venmo button issue fix for US users. ([2151]#2151)
Full Changelog: v4.6.5...v4.6.6
Contributors: @deepakmaurya
v4.6.5
- Tested and verified compatibility with the latest versions of WordPress and WooCommerce.
- Ensured smooth performance and stability with the most recent platform updates.
v4.6.4
- Fix - Prevents a fatal error during PPCP onboarding when the API response result is not returned as an array. (PFW-1959)
- Fix - Handles a console error occurring in certain scenarios to prevent unnecessary browser warnings. (PFW-1952)
- Enhancement - Adds BN code support and resolves the authorization flow for the PayPal Pro payment gateway. (PFW-1960)
v4.6.3
What's Changed
- Fixed Basic Authentication for IP Address by @meet-creedally in #2121
- Add checks to avoid calling angelleye_braintree_lib on null gateway by @meet-creedally in #2119
- PFW-1950 - Fix: Ensure payment gateways load on correct hook for consistent detection by @deepakmaurya in #2122
Full Changelog: v4.6.2...v4.6.3
v4.6.2
What's Changed
- PFW-1948 Fix PHPCompabilities Issues by @meet-creedally in #2118
New Contributors
- @meet-creedally made their first contribution in #2118
Full Changelog: v4.6.1...v4.6.2
v4.6.1
v4.6.0
- Feature - Braintree SDK Upgrade (PFW-1922)
- Feature - Overcharge Handling (PFW-1923)
- Feature - PayPal Sandbox Error Mocking (PFW-1935, PFW-1937)
- Fix - Resolves a broken link in on-boarding notice. (PFW-1921)
- Fix - Resolves on-boarding fatal error. (PFW-1939)
- Tweak - Resolves translation loading order to remove the warning. (PFW-1940)