Skip to content

Releases: mollie/Shopware

v2.8.0

25 Nov 12:31
f88b76d
Compare
Choose a tag to compare

Features:

  • New configuration: "Reduce stock after successful payment." If an order is created before payment, the stock is only reduced once the payment is successful (payment status "Fully paid").

Fixes:

  • In the case of a canceled payment, the cart attributes are restored correctly.

2.7.1

19 Sep 09:47
Compare
Choose a tag to compare

Hotfix

  • "vendor" Folder was restored

v2.7.0

18 Sep 06:43
Compare
Choose a tag to compare

#Features:

  • New payment method "Trustly" is now available.
  • New payment method "Satispay" is now available.
  • New payment method "Payconiq" is now available.
  • New payment method "Riverty" is now available.
  • New payment method "Klarna One" is now available.

v2.6.0

20 Jun 06:00
d51ecce
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.
  • New payment method "Bancomatpay" is now available.
  • New payment method "Blik" is now available.

Fixes:

  • Fixed compatibility issues with the plugin "Virtual Variants". When the Plugin was used, the input fields for credit cards didn't work.
  • Fixed the message after updating the payment methods in plugin settings.

v2.5.2

27 Mar 09:48
bbfe9f2
Compare
Choose a tag to compare

Hotfix

  • Mollie details in the order are working again now.

v2.5.1

20 Feb 09:20
f214c90
Compare
Choose a tag to compare

Hotfix:

  • The input fields of the credit cards are working again now.

v2.5.0

24 Jan 09:35
f5bf68a
Compare
Choose a tag to compare

Features:

  • New payment method "Twint" is now available.

Improvements:

  • The Apple Pay Direct file for verification is now also downloaded even if file_get_contents is disabled on the server.

Fixes:

  • Payment surcharge now works with Apple Pay Direct.
  • The currency YEN is rounded up to the nearest whole number; decimal places are not allowed.

v2.4.0

09 Mar 08:40
Compare
Choose a tag to compare

Features:

  • New payment method "Billie" is now available.
  • Support for future Shopware 5.8

Improvements:

  • The link to the Mollie API keys in the plugin settings now works without having to enter an API key beforehand to make onboarding even easier.
  • Optimization of reading yes/no settings of plugin configurations. In rare cases, this led to incorrect reading if the administrator manually entered something in the settings without selecting a correct value.

v2.3.0

12 Oct 07:24
1ab92c0
Compare
Choose a tag to compare

Features:

  • Remove SEPA Direct Debit. This is not available anymore for regular and initial payment attempts.

Improvements:

  • Apple Pay Direct does now remove shipping method descriptions when displaying it, if HTML content is found.

Fixes:

  • Fix broken Shopware Backend when selecting orders in the order overview. This led to the error me.getOrderPositionGrid in the console output
  • Increase HTTP timeout for the Mollie API to make it even more reliable.

v2.2.0

29 Sep 13:00
Compare
Choose a tag to compare

Features:

  • Add new feature in plugin configuration to show Mollie payment failure reasons directly in the frontend.
  • Add new option to create partial refunds in the Shopware Backend. You can now enter a custom value before executing the refund.

Improvements:

  • Apple Pay Direct now uses the language of the sub shop instead of the one from the browser.
  • Improve broken layout of Credit Card Components in OnePageCheckout.

Fixes:

  • Fix compatibility problem with Apple Pay in OnePageCheckout. It will now be hidden on devices where Apple Pay is not available.
  • Fix problem with missing bank data in order confirmation mails in combination with "Create Order After Payment" and Mollie Payment-Reference IDs.
  • Fix problem of fatal error in CreditCardService that happens in rare scenarios.