Skip to content

Releases: mollie/Shopware6

v4.14.1

03 Feb 11:43
9d30b90
Compare
Choose a tag to compare

Fixed

  • Fixed scheduled tasks

v4.14.0

03 Feb 07:25
Compare
Choose a tag to compare

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

17 Dec 11:39
Compare
Choose a tag to compare

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

14 Nov 07:53
b011aa0
Compare
Choose a tag to compare

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

11 Nov 13:40
2b7976c
Compare
Choose a tag to compare

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 Shopware addToCart 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 parameter isExpressCheckout=1 to your addToCart 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

17 Oct 05:05
5394993
Compare
Choose a tag to compare

Hotfix:

  • Fixed compatibility issues with Shopware 6.6.7.0

v4.11.1

09 Oct 10:21
c046b5c
Compare
Choose a tag to compare

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

08 Oct 09:24
22cea2c
Compare
Choose a tag to compare

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

27 Sep 08:24
Compare
Choose a tag to compare

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

05 Sep 12:05
Compare
Choose a tag to compare

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.