Releases: mollie/Shopware6
Releases · mollie/Shopware6
v4.12.1
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
v4.10.1
Hotfix:
- The memory usage issue in the newly scheduled task "mollie.order_status.expire" has been fixed.
- Issues with marking the order as shipped have been resolved.
v4.10.0
Features:**
- New payment method "Riverty" is now available
- New payment method "Satispay" is now available
- New payment method "Payconiq" is now available
- Introduced a new event: SubscriptionCartItemAddedEvent. This allows you to implement custom logic when a subscription item is added to the cart.
- Added Italian translations.
Improvements:
- Apple Pay Direct now requests a phone number if the phone field is enabled in the Administration.
- Apple Pay Direct guest accounts will now be reused instead of being created each time.
- The ElasticSearch Indexer is now compatible with the MolliePayments plugin. @M-arcus
- When using the "Ship through Mollie" button, you can now input a full URL in the code input field. The URL will automatically be extracted from the code.
- Orders stuck in the "in progress" state will now be canceled if the payment link expires in Shopware. You can configure the expiration time in the Shopware Cart Settings.
Bug Fixes:
- Orders can now be created when image names contain special query values, e.g.,
product.png?width={width}
. - Fixed an issue where polyfill classes were incorrectly loaded. @rommelfreddy
- Fixed an issue where delivery states were not loaded correctly, causing problems with automatic shipment. @niklaswolf
v4.9.3
Hotfix:
- Apple Pay direct is working again if the phone number is not required in registration
v4.9.2
Features:
- New payment method "Trustly" is now available.
- New payment method "Payconiq" is now available.
Improvements:
- Reduced the amount of requests to the database when loading configuration data.
Fixes:
- Creating an order has been fixed. If a SalesChannel had an invalid localization, it resulted in errors.