Skip to content

v4.0.0

Compare
Choose a tag to compare
@BlackScorp BlackScorp released this 07 Jun 09:07
· 360 commits to master since this release
b13bd8d

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.