Releases: TrueLayer/truelayer-woocommerce
Releases · TrueLayer/truelayer-woocommerce
1.4.2
1.4.1
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
1.2.1
Version 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 field, _truelayer_user_birth_date. This can be filtered using the truelayer_birth_date_field filter.
Version 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.