Skip to content

Releases: TrueLayer/magento2

v2.4.0

07 Nov 12:56
005f461
Compare
Choose a tag to compare

Added

  • A notice will appear on the settings page of the plugin if a newer version of the plugin is available.
  • Added "Magento Order Increment ID" to payment metadata when creating the payment in Truelayer.
  • PSR-16 cache adapter
  • Automatically generate cache encryption key

Changed

  • Using constant filename new uploaded private keys
  • Increased PHP dependency version
  • Increased TrueLayer PHP Client dependency version

Fixed

  • Potential security issue when deleting a private key

v2.3.0

01 Oct 11:29
1ed15d9
Compare
Choose a tag to compare

Added:

  • Test validity of private key file when testing credentials.
  • Store transaction ID in sales_order_payment table last_trans_id column.

Fixed:

  • Check credentials button will correctly use unsaved values from the form fields.
  • View logs button will show the end of the log file instead of the beginning.

v2.1.0

18 Jul 11:58
5db817a
Compare
Choose a tag to compare

Added:

  • New option to hide or show payment method description

Changed:

  • Improved UX for failed or canceled payments by redirecting users back to the checkout billing step
  • More aggressive payment status checking on user return flow

Fixed:

  • Payment method description not rendering on checkout page

v2.0.0

19 Jun 10:49
05d3ae7
Compare
Choose a tag to compare

Added:

  • Payment metadata including store and order ID
  • Support for handling failing refunds

Fixed:

  • Minicart cache busting
  • Refund metadata being set to NULL
  • Improved database indexes
  • Improved idempotency for webhooks
  • Payment creation failing when shipping address not required
  • Issues duplicating Quotes

Changed:

  • Place orders upfront and update them throughout the payment lifecycle
  • Improved logging

v1.0.11

15 May 11:06
2f3b6af
Compare
Choose a tag to compare

Fixed:

  • Shipping method being dropped in some cases

v1.0.10

12 Apr 13:41
495d63c
Compare
Choose a tag to compare

Changed:

  • Remove phone from payment creation request

v1.0.9

22 Mar 14:01
a70595b
Compare
Choose a tag to compare

Changed:

  • Fix plugin version

v1.0.8

18 Mar 16:23
8d7e02b
Compare
Choose a tag to compare

Changed:

  • Replace jqXHR.success with jqXHR.done

v1.0.7

15 Mar 12:36
962e824
Compare
Choose a tag to compare

Fixed:

  • Payment totals not being rounded up, occasionally leading to a 1p difference

v1.0.6

13 Sep 14:12
7d1eb77
Compare
Choose a tag to compare

Features:

  • Wait for payment status updates on customer checkout
  • Admin panel improvements and fixes