Releases: mollie/Shopware6
Releases · mollie/Shopware6
v4.15.0
Added
- Swish payment method is now available for Mollie Payments.
Changed
- Previously a cancellation of an express checkout led to restoring the initial cart. This will not happen anymore if the previous cart was empty. Therefore, the product from the cancelled express checkout will now remain in the cart.
- Improve the way how express checkouts (Apple Pay Direct, PayPal Express) backup and restore carts on cancellation.
- Full refunds do now take already pending (partial) refunds into account. It's now way easier to also refund the rest amount of an order.
- The Administration and Storefront NPM Dev-Dependencies that we use for testing have been moved to a location that Shopware is not using. This should speed up a lot when you develop a shop where the Mollie plugin is installed.
- The subscription page in the account has been updated to comply with WCAG standards.
Fixed
- Fixed an issue with transitions at too early webhook calls from Mollie
- Fix problem with broken PayPal Express checkout in combination with some rare PayPal addresses.
- Fix problem where it was possible to get stuck in PayPal Express mode after cancelling the authorization.
- Fix problems with PayPal Express flows where carts were suddenly missing or not correctly restored.
- Fix problem in PayPal Express (JavaScript) where the checkout was already initialized before the product was correctly added to the cart.
- Fixed the issue with saved Credit Card. If you paid first with a different payment method and this payment is failed, the next attempt with Credit Card and saved token failed everytime.
v4.14.1
Fixed
- Fixed scheduled tasks
v4.14.0
Added
- Returns for Shopware Commercial plugins are now transferred to Mollie when the return status is set to "Done" and can be canceled with the "Cancelled" status. Please note that refunds cannot be canceled after two hours.
- MB Way payment method is now available for Mollie Payments.
- Multibanco payment method is now available for Mollie Payments.
- Added Portuguese translation
- Added Spanish translation
Changed
- The minimum supported Shopware version is now 6.4.5.0.
- Added a new Monolog channel "mollie." You can now add custom handlers and assign them to the Mollie channel.
- When a webhook from mollie is sent too early to the shop, a debug message is logged instead of a warning.
Fixed
- Fixed order details in the refund manager for Shopware 6.4.x.
- Resolved an issue with SwagCustomizedProducts where prices for option values are now correctly added to the order.
- Fixed the issue with OrderNotFoundException. This class was removed by shopware in 6.5.0 and it is not used within the plugin anymore
- Fixed compatibility with the Shopware B2B Suite Plugin
v4.13.0
Features:
- The payment method Trustly can now be used for subscriptions.
Improvements:
- The number of Ajax calls on the order details page in the administration has been reduced.
- The payment status is now set to "Unconfirmed" instead of "In Progress." This allows customers to complete their orders even if they closed the payment provider’s page or used the browser back button.
- Webhooks are now accepted only two minutes after order creation. This reduces the risk of the webhook updating the order status before the order is completed in the shop.
- Automatic expiration now ignores orders if the most recent payment method is not a Mollie payment.
- The Billie payment method is now hidden if no company name is provided in the billing address.
- When shipping or canceling items, the shipping costs are marked as "shipped" for Klarna payments.
- When shipping through Mollie, invalid tracking codes are now ignored. This ensures that the order is still marked as "shipped," even if the tracking information is invalid.
Fixes:
- Apple Pay: Guest accounts are now reused for the same email address.
- Fixed an issue with automatic expiration and bank transfer payments. Bank transfer payments were previously canceled too early. Now they are canceled after 100 days. This can be adjusted in the plugin configuration.
v4.12.1
Hotfix:
- Compatibility with Shopware 6.6.8.x has been fixed.
- The data protection checkbox is hidden when Apple Pay Direct is not available in the browser.
v4.12.0
Features:
- The new payment method "PayByBank" is now available.
Improvements:
- Autoloading of Shopware compatibility files is now during plugin runtime.
- Credit notes can now be created for refunds with custom amounts.
- Italian translation added to the configuration.
- More detailed log messages added for status changes.
- The Apple Pay payment method is now hidden in the shopping cart when displaying shipping details if Apple Pay is not available in the browser.
Deprecations:
- The Apple Pay headless route
/mollie/applepay/add-product
is now deprecated. Please use the default ShopwareaddToCart
route. If you wish to temporarily store the current user's cart and pay only for the current product (e.g., direct checkout from the product or category page), add the parameterisExpressCheckout=1
to youraddToCart
route request. After checkout, the original cart will be restored.
Fixes:
- Custom products with configured extra amounts are now correctly added to checkout.
- Custom products cannot be purchased via Apple Pay direct until all required fields are filled.
v4.11.2
Hotfix:
- Fixed compatibility issues with Shopware 6.6.7.0
v4.11.1
Hotfix:
- The "Add to Cart" button on the product detail page works again when Apple Pay Direct is enabled, and the privacy policy must be accepted via a checkbox.
- Creating orders in the administration works again.
v4.11.0
Features:
- Credit notes can be created during refunds.
- The payment method "Billie" is only shown for business customers.
- Subscription orders have a custom tag.
- Apple Pay Direct: If GDPR is enabled in the administration, additional checkboxes are shown above the buttons.
- Apple Pay Direct: The selector for finding and hiding Apple Pay Direct buttons in JavaScript was changed to improve usage with custom themes.
- Apple Pay Direct is now compatible with the Shopware Custom Product plugin.
- The Refund Manager is only available if the order contains refundable items.
Improvements:
- Installing the Mollie plugin via Composer no longer shows the error that the "dist" folder does not exist.
- Apple Pay Direct finds the correct shipping method if the customer changes the address within the Apple Pay overlay.
- Customers can be created at Mollie with different profiles in different sales channels.
- Added Italian translation to the administration.
Fixes:
- Fixed the issue where, in some cases, the webhook from Apple Pay Direct was triggered faster than the order update in Shopware.
- Added missing MailActionInterface for Shopware 6.4.
v4.10.2
Hotfix:
- Fixed problems with missing code for automatic delivery
- Added more logs for tracking information
- Made sure that delivery informations are sent to mollie even with missing code
- Automatic expire of orders can now be deactivated in plugin configuration
- Automatic expire finds all orders with the payment status "in progress" from the past two months and sets them to cancel if the order creation time is after the configuration payment link expiration duration