Releases: TrueLayer/magento2
Releases · TrueLayer/magento2
v2.4.0
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
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
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
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