Releases: mollie/Shopware
Releases · mollie/Shopware
v1.8.3
- Fix problem where wrong order number has been used for Mollie transaction in combination with "create order before payment".
- Fix problem with broken dutch translation in Shopware backend
v1.8.2
Improvements:
- Increase compatibility of rounding in (B2B) "net-price" based shops and in combination with the Shopware configuration "Net orders consistently round to 2 digits".
- Mollie does now ignore email errors during the checkout and in webhooks. We still add WARNINGS to the log file to let you know something went wrong.
- Avoid sending duplicate refund emails, due to the delayed/pending refund feature of the Mollie Dashboard. Only 1 email is now sent as soon as the official refund information has been received (after 2 hours).
- Remove unused configuration "Send Refund Status Mail". Mails will be sent anyway on transition changes, if enabled.
- Improve iDEAL issuer list integration and add logs in case of problems.
- Refactor all payment methods (internally) in order to allow easier payment specific features in upcoming releases.
Fixes:
- Fix problem of broken "due date" with Bank Transfer if also orders are created in Mollie.
- Fix problem of missing "currency" information in order confirmation email.
v1.8.1
- Added new "Test API Keys" button in the plugin configuration. Easily test the API keys of all your (sub) shops with 1 button.
- Different improvements of the new payment flows.
- Fix problem that payments with status "open" have been recognized as failed when used with "Create Orders in Mollie". These orders are now correctly marked as "successful".
- Fix rare problem when finishing a checkout since version 1.8.0 (Apple Pay Error).
- Fix problems in combination with PHP 5.6.
v1.8.0
- Brand new payment flows with improved stability for edge cases, such as a "lost sessions" which led to "missing orders" and "paymentID must not be NULL" errors.
- The Live API Key is now hidden under asterisks.
- The order status-history in the backend does now show a Mollie Logo for all transitions executed by Mollie.
- Added compatibility for "Custom Products". The custom fields are now restored correctly on failed payments.
- Improved "Update Order Status" transitions. Not all Mollie payment status led to a matching order status before.
- Improved Klarna CLI shipping command to have less warnings and errors and improve auto-repairing for failed/cancelled/expired orders.
- ApplePay and ApplePay Direct are now no longer saved as default payment method on the customer account.
v1.7.5
- Fix problem where expired orders did not get cancelled automatically in Shopware (through Notifications) when also creating orders in Mollie using the corresponding plugin configuration.
v1.7.4
- Fix compatibility issues with PHP 5.6 in the checkout.
- Fix problem of Apple Pay Direct checkout if the email address of the guest user is already registered in the shop.
- Optimization and fix of the Apple Pay Direct button in the offcanvas basket for better support of "Themeware" and other themes.
- Add logs on custom adjustments of shipping methods in Apple Pay Direct via events.
v1.7.3
- Add new CLI command to import/update payment methods
- Add new Shopware Filter Events for payment and status updates. You can now individually inject and use a custom status instead of the suggested one from Mollie.
- Improve Payment Method import/update functionality to keep custom settings like "active" when importing methods again.
- Fix very rare scenario where payment "actions" are not set correctly in the database, which leads to an immediate redirect to the checkout finish page without doing anything.
- Fix problem where sometimes payment method icons have not been imported correctly and thus where not visible.
- Fix compatibility problem with Shopware 5.4 when doing a checkout with Klarna.
- Fix error with Apple Pay Direct if an express (guest) checkout is done with an email that already exists as a "real" customer.
v1.7.2
- Addon to the multiple order bugfix. In some circumstances some mails still got sent several times.
v1.7.1
- Added new button in plugin configuration, to easily update payment methods without reinstalling the plugin.
- Refunds (full + partial) can now be started with the brand new CLI command
- Fix of multiple created orders in combination with "create order AFTER payment" in scenarios where the way, back from Mollie to Shopware, has been called multiple times. The plugin is now more tolerant and just skips creating an additional order in this case.
- The output of the Klarna CLI shipping command is now more compact with the new table view.
- Apple Pay Direct is now switched to Apple Pay if an error happens and the user is redirected to the confirm page for a second try.
- Fix Apple Pay Direct Javascript errors in Internet Explorer
- Fix compatibility problem with DHL Wunschpaket plugin in combination with "create orders in Mollie and not only transactions". The shipping costs will now be correctly added to Mollie.
- Fix problem that orders did not get marked as "shipped" within Shopware itself if the truck icon has been used in the backend. This did only lead to the case that processes like the CLI command would have tried to ship these orders again via Mollie.
v1.7.0
- Huge refactoring of the payment flows to improve the overall stability of the plugin along with better error logs.
- Installing/Updating/Reinstalling will clean unused fields in the database (Mollie Transactions OrderVariables) that will decrease the database size and improve the checkout performance.
- Add new database index (Mollie Transactions) to improve performance for shops with lots of orders.
- Add anonymized payment tokens to log entries for better debugging of Apple Pay Direct and Credit Card Components.
- Plugin Feature "Cancel Total Amount and Shipping Costs" can now be set independent from the "Reset Stock" functionality.
- Add clean completion of Apple Pay Direct session for customers on successful payments. Otherwise it could be that the Apple Pay sheet does not completely work on a retry.