Skip to content

Releases: mollie/Shopware6

v4.6.0

26 Mar 08:42
Compare
Choose a tag to compare

Features:

  • new payment method Klarna One available in UK.  Mollie's availability rules for payment methods in plugin settings can show or hide the method method for each customer

Improvements:

  • Optimized ACL behavior for admin users with less privileges. Plugin does not require system:config:read permissions anymore.
  • Mollie JS file is not loaded on every storefront page now, only when it is actually needed
  • Apple Pay can now be selected as default payment method in account area in other browsers than safari
  • Apple Pay Direct guest account creation uses shopware default behavior and settings from the administration. For example Bind customers to Sales Channel
  • Apple Pay Direct shipping methods now uses shopware default behavior.

Bug Fixes:

  • Fixed problem with saving payment methods in admin if the system language of shopware was changed to something different than en-GB
  • Fixed typo in "OrderAware" Compatibility class for older shopware version (@fjbender )

v4.5.0

19 Feb 10:32
e584842
Compare
Choose a tag to compare

Features:

  • New payment method "Blik" is now available for the currency Zloty.
  • "Mollie Limits" has been expanded and renamed to "Mollie Availability Rules". When this option in the plugin is activated, all payment methods that are not active in the Mollie dashboard are hidden. Additionally, payment methods are hidden if the following rules apply:
    • Minimum value in the shopping cart is not reached.
    • Maximum value in the shopping cart is exceeded.
    • Only predefined currencies are allowed.
    • Only allowed for predefined billing addresses.

Improvements:

  • Shopware cache now considers the value of the shopping cart, currency changes, and delivery address when listing payment methods.

Bug Fixes:

  • When purchasing a subscription, one was logged in as a guest after registration. This has now been fixed. Thanks to @uthiess

v4.4.2

24 Jan 10:06
95aa056
Compare
Choose a tag to compare

Compatibility with new Shopware version 6.5.8.2

v4.4.1

22 Jan 07:06
2cee88b
Compare
Choose a tag to compare

Hotfix:

  • Support the new technical names of the payment methods in Shopware. These should be automatically added for you on plugin updates/installing

v4.4.0

18 Jan 13:01
549addb
Compare
Choose a tag to compare

Features:

  • Added a new feature for multiple items shipment. You are now able to mark multiple items as shipped in the Shopware administration, and this information will be sent to Mollie.
  • Add new plugin configuration option to specify the duration for which log messages should be retained.

Improvements:

  • Support the new technical names of the payment methods in Shopware. These should be automatically added for you on plugin updates/installing
  • When stock management is disabled in Shopware, the refund manager no longer increases product stocks.
  • Mollie bank information is now saved in order customFields.
  • Minor performance fixes on the checkout page were added.
  • Automatic shipment and flow builder action will now send tracking information to Mollie when a tracking code is added to an order.

Fixes:

  • Resolved a problem with the Refund Manager. In rare cases, a promotion had no label, leading to a display error.
  • The subscription overview now functions correctly even if a customer was deleted.

v4.3.0

08 Nov 09:58
87cc065
Compare
Choose a tag to compare

Improvements:

  • Refund Manager can now be opened in combination with the SwagCommercial plugin
  • Compiling assets without a database is now possible
  • Installing the plugin via Composer shows no warnings
  • Timeout for Mollie API requests has been increased to 10 seconds
  • Some external mollie links were tagged with a "noopener" and "noreferrer" anchor tag

Fixes:

  • Vouchers can now be used with bundle products

v4.2.0

04 Oct 08:34
70d8511
Compare
Choose a tag to compare

Features:

  • The new payment method POS (Point of Sale) is now available. Together with Mollie's POS terminals, Shopware can now also be used for offline payments in your store. You can find out more about the Mollie POS terminals here: https://www.mollie.com/en/products/pos-payments
  • The new payment method TWINT is now available (coming to your Mollie account soon)

Improvements:

  • Refunds via Refund Manager now support any number of line items for refunds. The problem with the maximum size of the metadata memory starting from approx. 10 pieces has now been resolved.
  • The Refund Manager now also supports a line item refund with a quantity of 0. This makes it possible to refund an allowance for an item without a quantity and to also see this article in the composition of the refund. (thx @jkrzefski)
  • The RefundStarted Flow Builder event now also contains a variable "amount" for the value of the refund. (thx @kleinmann)
  • Subscriptions in administration are now supported in search

v4.1.0

05 Sep 10:51
c5f2ddd
Compare
Choose a tag to compare

Changes:

  • Apple Pay direct includes additional address line
  • Removed regenerator-runtime dependency, which breaks the storefront, in some cases

Fixes:

  • When payments were cancelled, not all payments were visible after redirect back to shop. (in rare cases)
  • Enabling mollie error mode does not lead anymore to an error when a payment is cancelled
  • Fixed some compatibility issues in Shopware 6.4.3.1
  • Business Events in Administration can be viewed again in Shopware 6.4.3.1
  • Fixed broken layout of the payment methods on the checkout page in Shopware 6.5
  • Fixed broken layout of the shipping methods on the cart page in Shopware 6.5
  • Fixed deletion of precompiled mollie-payments.js, when building the administration

v4.0.0

07 Jun 09:07
b13bd8d
Compare
Choose a tag to compare

Breaking Changes:

The new version 4.0 has been restructured to support both Shopware 6.4 and the new Shopware 6.5 with one single plugin.
This means that the Javascript in the Storefront is now loaded from a separate mollie-payments.js file.
That behaviour can of course be turned off if you want to build the storefront on your own (please see documentation for more).
If you do not see iDEAL dropdown or credit card components, then this could mean that your (custom) theme does accidentally override the Shopware default theme in a wrong way.

Features:

  • Full support for Shopware 6.5
  • Renamed the “Credit Card” components to “Card” because it also allows debit cards.

Fixes:

  • Fixed wrong static quantity of “1” when building shipping items for Mollie. Custom implementation with different quantities will now also be correctly passed on to Mollie.
  • Fixed “division-by-zero” error on missing tax rates in the order for rare cases of shop configurations.
  • Fixed error in the Refund Manager ACL. Restricted user roles got an error when creating refunds, although the refund was always correctly passed on to Mollie.

v3.6.0

16 Mar 10:45
Compare
Choose a tag to compare

Features:

  • New payment method "Billie" is now available.
  • With the new feature "Automatic cancellation" in the plugin configuration, the previously integrated cancellation of Klarna orders can now be optionally deactivated.
  • With the new placeholder "customernumber" for the user-defined order number format, the customer number can now also be integrated into the order number.

Improvements:

  • [developer] The deprecated field "mollieStatus" has now been removed from the subscription. The "status" field has been used here for some time.

Fixes:

  • Orders with refunds can now be deleted again according to the Shopware standard.
  • Fixed compatibility issue with NetInventors' "Prices after login..." plugin.
  • Fix problems with the automatic route detector for webhooks in headless shops based on Symfony Flex (.ENV parameter problem, thx to @shyim)
  • Removed the logs entry "Product is no longer a subscription product.." which was incorrectly always created.
  • Fixed a TWIG template error in combination with One-Click Payments and Shopware 6.3.5.x
  • Wrong "associations" were removed when loading orders, which led to ugly log entries.