Skip to content

Releases: TrueLayer/truelayer-woocommerce

1.4.2

26 Apr 12:05
c059a32
Compare
Choose a tag to compare
  • Fix - Fixes issue with billing state field being mandatory

1.4.1

01 Dec 11:54
2115c50
Compare
Choose a tag to compare
  • Tweak - Update branding assets

1.4.0

03 Nov 14:49
94da838
Compare
Choose a tag to compare
  • 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

05 Oct 09:07
f8eab52
Compare
Choose a tag to compare
  • Feature - Added support for setting a custom release channel for the payment in TrueLayer. New setting "Release channel" introduced to control this feature.
  • Fix - Fixed some deprecation warnings for PHP version 8.2+.

1.2.1

15 Sep 15:01
6aad718
Compare
Choose a tag to compare
  • Fix - Remove sensitive data from logs

Version 1.2.0

12 Sep 13:12
5114a43
Compare
Choose a tag to compare
  • 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 field, _truelayer_user_birth_date. This can be filtered using the truelayer_birth_date_field filter.

Version 1.1.0

16 Feb 07:50
85e4bd5
Compare
Choose a tag to compare
  • 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

30 Sep 06:31
Compare
Choose a tag to compare
  • 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

26 Sep 15:22
Compare
Choose a tag to compare
  • Tweak - GitHub/SVN tweak.

1.0.2

26 Sep 14:47
Compare
Choose a tag to compare
  • Tweak - Supports WC 6.9.4.