Changelog

Changelog

1.4.1
  • Tweak - Updated Wordpress.org assets.
  • Tweak - Bump supported versions.
1.4.0
  • Feature - Added automatic migration functionality to be able to make necessary changes when a new version is installed.
  • Enhancement - Added fallbacks and deeper error handling when the encryption key is being set to the wp-config file.
  • Enhancement - Improved the logic behind the encryption and decryption of stored API credentials to reduce the amount of times we encrypt/decrypt these settings.
  • Fix - Fixes an issue with trying to re-encode settings that where already encoded when a new encryption key is created.
  • Fix - Fixes creating multiple encryption keys when the plugin is first installed.
1.3.0
  • Feature - Add feature to set a custom release channel for the payment in TrueLayer. This can be set on the settings page for the plugin in the setting "Release channel". If left empty no release channel will be sent to TrueLayer.
  • Fix - Fixed some deprecation warnings for PHP version 8.2+.
1.2.1
  • Fix - Remove sensitive data from logs
1.2.0
  • Feature - Added support for embedded payment page for the checkout as a option.
  • Feature - Add customer address to the create payment request if we have any.
  • Enhancement - We now save the customers date of birth to the order under the meta filed, _truelayer_user_birth_date. This can be filtered using the truelayer_birth_date_field filter.
1.1.0
  • Feature - Add support for sending different customer types in create payment request. New setting "Banking Provider Types" introduced to control this feature.
  • Tweak - Bumped minimum required PHP version to 7.4.
  • Fix - Fix PHP8 related error that could happen during plugin activation when TrueLayer config key was created.
1.0.4
  • Fix - Do not try to load plugin if WooCommerce isn't activated. Could cause fatal error.
  • Fix - Remove enqueuing of unused admin css file.
1.0.3
  • Tweak - GitHub/SVN tweak.
1.0.2
  • Tweak - Supports WC 6.9.4.
1.0.1
  • Tweak - Logging improvements.
  • Fix - Use untampered received body in callback verifying.
  • Fix - Add logic for trying path with and without trailing slash in callback verifying.
1.0.0
  • Feature - Adds support for EUR.
  • Feature - Adds support for selecting which EUR countries TrueLayer should be available for in checkout.
  • Feature - Stores bearer token & TrueLayer API credentials encrypted in db. Uses [defuse/php-encryption](https://github.com/defuse/php-encryption) for encryption/decryption.
  • Tweak - Refunds now executed via payments/{id}/refunds endpoint instead of /payouts.
  • Tweak - Improved messaging in order note when refund fails.
  • Tweak - Uses Ramsey lib to generate UUID.
  • Tweak - Updates TrueLayer signing SDK to v0.1.0.
  • Tweak - Adds verifying webhook callbacks via TrueLayer signing SDK.
  • Tweak - Adds TL-Agent to headers in requests sent to TrueLayer.
  • Tweak - Saves TL-Trace-Id to plugin log.
  • Tweak - Remove access_token from plugin log when returned in get token request.
0.9.3
  • Tweak - Logging tweaks.
  • Fix - Use production client id and secret when retrieve token in requests towards production environment.
0.9.2
  • Fix - Adds missing vendor folder to plugin.
0.9.1
  • Tweak - Remove the unused Beneficiary Type from plugin settings field.
  • Fix - User order customer data for user name sent in create payment request.
0.9.0
  • Initial release.