Releases: thirtybees/paypal
Releases · thirtybees/paypal
Version 5.6.2
Fixed security issue
Version 5.6.1
Code maintenance release - PHP8 compatibility
Version 5.6.0
- fixed bug with web profile creation
- general code maintenance
- performance improvements - AT caching
Version 5.5.1
Bugfix release
- Fixed reference to undefined variable
- Removed improper logout for guest accounts
Version 5.5.0
- Fix call to undefined javascript function displayExpressCheckoutShortcut
- Fix invalid smarty escaping
- Removed TLS check
- Fixed PayPal login
- Fix credit card logo on standard checkout page for non-OPC orders
- Fixed wrong web profile for express checkout
- Omit execution of unneeded JavaScript when Express Checkout and Login disabled
- Resize logo if bigger than PayPal expects
- General code maintenance
Version 5.4.5
Fixed bug with composer autoload
Version 5.4.4
Fix bug when new customers that using express payment method could not complete order
Version 5.4.3
Fixed following bugs:
- removed reference to
DEBUG_MODEconstant that prevented module to uninstall properly - fix syntax error - replaced backticks with single-quotes in file
classes/PayPalRestApi.php - fixed tls check
Version 5.4.2
Fixed broken version 5.4.1
Version 5.4.0
This version should fix rounding errors that prevented payments from being processed.
The error message this release fixes is " An error has occurred"
Added fix for the order confirmation page thanks to @getdatakick