Skip to content

v3.0.0

Choose a tag to compare

@Marvin-Magmodules Marvin-Magmodules released this 08 Jun 13:09
· 20 commits to master since this release
dfa467d

Features:

  • Added Saved Cards support for returning customers
  • Added Capture Delay configuration for delayed automatic captures
  • Added per-payment-method capture configuration
  • Added pending payment wait page for customers returning from Mollie #990
  • Added direct organisation-level Mollie Dashboard links #991
  • Added download logs functionality in Magento Admin
  • Added additional self-test checks for webhooks, GeoIP detection and connected Mollie modules
  • Added automatic synchronisation of external Mollie refunds to Magento credit memos #558
  • Added option to disable automatic invoice creation #526
  • Merged the standalone Analytics module into the main extension

Improvements:

  • Improved payment processing by using queue-based transaction handling by default
  • Simplified Klarna integration by consolidating legacy Klarna methods into a single Klarna payment method
  • Upgraded mollie/mollie-api-php to v3
  • Modernised the extension for PHP 8.1+ and Magento 2.4.5+
  • Improved customer experience when returning from pending payments
  • Migration from Cypress to Playwright for End-to-end testings
  • Increased PHPCS levels

Bugfixes:

  • Improved webhook diagnostics and validation
  • Improved transaction matching and refund synchronisation reliability
  • Improved payment status handling for pending transactions #932
  • Various stability, performance and compatibility improvements

Breaking Changes:

  • PHP 8.1 or higher required
  • Magento 2.4.5 or higher required
  • Removed Orders API support (Payments API is now used exclusively)
  • Removed legacy Klarna payment methods:
      - klarnapaylater
      - klarnapaynow
      - klanasliceit
  • Queue-based webhook processing enabled by default
  • Removed Trustly payment method
  • Manual capture configuration moved from global settings to per-payment-method settings
  • Analytics functionality merged into the main module
  • Automatic invoice creation can now be disabled and should be reviewed after upgrading

Minimum Requirements:

  • Magento 2.4.5
  • PHP 8.1
  • mollie/mollie-api-php ^3.3