Skip to content

Releases: mollie/Shopware6

v4.9.3

04 Jul 08:03
Compare
Choose a tag to compare

Hotfix:

  • Apple Pay direct is working again if the phone number is not required in registration

v4.9.2

03 Jul 06:38
Compare
Choose a tag to compare

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.

v4.9.1

27 Jun 13:12
4da4d84
Compare
Choose a tag to compare

Features:

  • Giropay is discontinued and will not be activated after update. please deactivate the payment method and remove it from saleschannel

Improvments:

  • Apple Pay Direct: phone number is requested during checkout, if the phone number is required in shopware configuration

Fixes:

  • Line Items are shown again in non mollie orders
  • Apple Pay Direct: verification also works for domain with special characters
  • Apple Pay Direct: shipping methods now take availability rules into account

v4.9.0

25 Jun 08:34
68dc57e
Compare
Choose a tag to compare

Features:

  • In preparation of full iDeal 2.0 readiness we have removed the bank/issuer selection in the checkout. This is done to guarantee the most convenient experience possible for the shopper.
  • Authorized Klarna products can now be cancelled within shopware order.
  • OpenApi definition were added. Plugin Routes are now shown within Shopware Swagger

Fixes:

  • Polyfill classes are now loaded with correct namespace @jmatthiesen81

v4.8.1

23 May 09:02
Compare
Choose a tag to compare

Hotfix:

  • The credit card input fields in Shopware 6.6 have been fixed

v4.8.0

21 May 08:32
Compare
Choose a tag to compare

Features:

  • New payment method "Alma" is now available
  • New payment method "MyBank" is now available
  • New payment method "Bancomat Pay" is now available

Improvements:

  • Improved compatibility with the Plugin AcrisPersistentCart

Bug Fixes:

  • Fixed a storefront javascript warning on pages without offcanvas
  • Fixed a problem with creating orders and imageUrls. When a product had a special character in the product image file, the order could not be created.
  • Fixed the definition of the css class "d-none". It does apply now only within Mollie classes and not globally

v4.7.2

30 Apr 12:10
Compare
Choose a tag to compare

Hotfix:

  • Compatibility with Klarna payment plugin has been fixed.
  • SnippetFileInterface has been provided afterwards.

v4.7.1

30 Apr 08:26
Compare
Choose a tag to compare

Hotfix:

  • Fixed problems with routes
  • CSS-Class d-none is applied only for mollie components

v4.7.0

29 Apr 10:47
Compare
Choose a tag to compare

Features:

  • Added compatibility with Shopware 6.6
  • Support for Shopware 6.4.0.0 has been discontinued; the new minimum version is 6.4.1.0
  • Additional checkbox in the refund manager. There is now the option to refund taxes for net orders.

Improvements:

  • Loading of the mollie-payments.js has been optimized. Thx @akf-bw

Bug Fixes:

  • Fixed Polyfill classes for Shopware 6.4.20.2. The Flowbuilder had errors when flag FEATURE_NEXT_17858 was active.

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 )