Changelog
4.3.0
- Feature – Added a new checkout flow, Seamless Menu, which provides a more integrated payment experience within the WooCommerce checkout page.
- Feature – Added an option to automatically capture the payment when the order is marked as Completed in WooCommerce. This can be toggled in the plugin settings. Note, you can still manually capture payments if needed through the metabox action buttons.
- Feature – Added an option to automatically cancel the payment when the order is marked as Cancelled in WooCommerce. This can be toggled in the plugin settings. Note, you can still manually cancel payments if needed through the metabox action buttons.
- Tweak – Replaced jquery-blockui with wc-jquery-blockui for eligible WooCommerce versions.
- Tweak – Added UTM parameters in support form link for better tracking of support requests.
- Tweak – Replaced the internal support form page with a direct link to the external website's support page.
- Tweak – Refund processing has been optimized for improved speed and reliability.
- Tweak – IP address validation has been removed and replaced with a new mechanism that validates callback data, preventing valid callbacks from being incorrectly rejected.
- Fix – API requests no longer fail when the order line's description is too long. The item name is now used and trimmed if it exceeds the allowed length.
- Fix – Admin scripts now load only on Swedbank Pay orders, preventing read-only fields on other orders.
- Fix – Fixed a critical error when cancelling or refunding an order.
- Tweak – This version include no changes, only modifications to the changelog.
- Feature – Added support for WooCommerce Subscriptions.
- Tweak – The order status is now determined directly by WooCommerce. Previously, an authorized order was set to "on-hold".
- Tweak – A captured order will now be set to "completed" instead of the previous "processing" status.
- Fix – Update files included in the release.
- Feature – Added support for the WooCommerce Action Scheduler.
- Feature – Added setting to exclude order lines from the payment request to improve compatibility gift cards.
- Feature – Improved tracing and logging of errors for easier troubleshooting.
- Feature – Added an entry in the system report for encountered errors, and the plugin settings.
- Feature – Added PHP scoping for prevent dependencies conflict with other plugins or themes.
- Fix – Addressed various PHP warnings.
- Fix – Addressed warning related to referencing text domain before loaded.