Skip to content

Releases: ParadoxLabs-Inc/tokenbase

4.7.3 - Apr 23, 2025

23 Apr 19:35

Choose a tag to compare

What's Changed

  • Added support for Magento 2.4.8 (monolog/monolog ^3.0).
  • Fixed a Magento 2.3 compilation error.
  • Fixed PHP 8.4 compatibility.

Full Changelog: 4.7.2...4.7.3

4.7.2 - Jan 13, 2025

13 Jan 15:21

Choose a tag to compare

What's Changed

  • Fixed a PHP 7.1-7.2 compatibility issue (regression in 4.7.0).
  • Fixed a payment load error on Instant Purchase.
  • Updated extension settings headers; removed remote-loaded images and CSP rule.

Full Changelog: 4.7.1...4.7.2

4.7.1 - Oct 16, 2024

16 Oct 19:39

Choose a tag to compare

What's Changed

  • Fixed checkout error message parameter replacement (causing "%1" rather than proper data in a message).
  • Fixed CVV/ACH help tooltips showing up at the end of the page after open.
  • Fixed the update feed checking too frequently, if the AdminNotification module is disabled.

Full Changelog: 4.7.0...4.7.1

4.7.0 - Strict CSP support

28 Jun 17:07

Choose a tag to compare

What's Changed

WARNING: Any customized extension templates or JS in your theme must be updated for compatibility with Magento's new strict CSP blocking on checkout.

  • Added CSP/SRI secure mode support for 2.4.0+ (2.4.7 checkout compatibility).
  • Fixed payment extension attributes holding tokenbase_id values improperly.
  • Fixed reorder applying the original payment method if a new card was entered.

New Contributors

Full Changelog: 4.6.1...4.7.0

4.6.1 - Feb 23, 2024

23 Feb 20:37

Choose a tag to compare

  • Fixed NoSuchEntity exception on loading a Magento Vault card.

4.6.0 - Instant Purchase

23 Jan 16:46

Choose a tag to compare

  • Added Instant Purchase support.
  • Fixed Maestro Domestic matching to prevent false matches.

4.5.6 - Nov 9, 2023

09 Nov 17:44

Choose a tag to compare

  • Added preliminary support for Magento 2.4.7-beta2.
  • Fixed ACH form template on multishipping checkout.
  • Fixed payment info incorrectly persisting and preventing new card entry after a payment decline or admin reorder.
  • Fixed performance issue on order grid and order collection load. (#1 -- thanks @lbajsarowicz)
  • Fixed possible error on 'Get Payment Update' if transaction is closed. (#4)

4.5.5 - May 11, 2023

11 May 19:17

Choose a tag to compare

  • Changed license from proprietary to Apache 2.0. Issues and contributions are welcome on GitHub.
  • Fixed hyphenated transaction IDs possibly being sent to payment gateway on refund.