Skip to content

Releases: thirtybees/paypal

Version 5.6.2

28 Mar 15:44

Choose a tag to compare

Fixed security issue

Version 5.6.1

16 Jun 07:09

Choose a tag to compare

Code maintenance release - PHP8 compatibility

Version 5.6.0

26 Oct 08:58

Choose a tag to compare

  • fixed bug with web profile creation
  • general code maintenance
  • performance improvements - AT caching

Version 5.5.1

18 Oct 07:44

Choose a tag to compare

Bugfix release

  • Fixed reference to undefined variable
  • Removed improper logout for guest accounts

Version 5.5.0

11 Jul 06:21

Choose a tag to compare

  • 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

03 Mar 20:43

Choose a tag to compare

Fixed bug with composer autoload

Version 5.4.4

02 Mar 14:29

Choose a tag to compare

Fix bug when new customers that using express payment method could not complete order

Version 5.4.3

21 Nov 13:50

Choose a tag to compare

Fixed following bugs:

  • removed reference to DEBUG_MODE constant 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

24 Jan 08:47

Choose a tag to compare

Fixed broken version 5.4.1

Version 5.4.0

24 Jan 04:54

Choose a tag to compare

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