Skip to content

Latest commit

 

History

History
114 lines (70 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

114 lines (70 loc) · 3.2 KB

Release Notes for Mollie for Craft Commerce

4.2.1 - 2025-02-07

  • Added Dutch translations.
  • Fixed a bug where billingEmail wasn’t being passed in purchase request to Mollie. (#62)

4.2.0 - 2024-03-20

  • Added Craft CMS 5 and Craft Commerce 5 compatibility.

4.1.0.1 - 2023-03-28

Fixed

  • Fixed a PHP error that occurred when making payments. (#49)

4.1.0 - 2022-10-07

Changed

  • Mollie for Craft Commerce now supports other payment methods that have issuers. (#33)

Fixed

  • Fixed a bug where expired payments weren’t showing a human-readable error message. (#37)

4.0.1 - 2022-08-26

Fixed

  • Fixed a bug where the gateway was using the incorrect RequestResponse class.

4.0.0 - 2022-05-04

Added

  • Added Craft CMS 4 and Craft Commerce 4 compatibility.
  • All gateway settings now support environment variables.

3.0.2 - 2022-10-06

Fixed

  • Fixed a bug where expired payments weren’t showing a human-readable error message. (#37)

3.0.1 - 2022-03-22

Fixed

  • Fixed a PHP error that could occur when processing a webhook.

3.0.0 - 2021-04-20

Changed

  • The plugin now requires Craft 3.6 and Commerce 3.3 or later.
  • The plugin now requires Guzzle 7.

Changed

  • Bank transfer payments with an open/processing status will now complete and order. (#17)

2.1.2.1 - 2021-03-03

Added

  • Added version strings for better support integration.

2.1.2 - 2020-06-17

Added

  • Added craft\commerce\mollie\gateways\Gateway::getTransactionHashFromWebhook() to support mutex lock when processing a webhook. (#23)

2.1.1 - 2020-02-02

Changed

  • Updated how the plugin handles webhook responses from mollie. (#22)

2.1.0.1 - 2019-07-24

Changed

  • Updated changelog with missing changes for 2.1.0

2.1.0 - 2019-07-24

Changed

  • Update Craft Commerce requirements to allow for Craft Commerce 3.

2.0.1 - 2019-03-22

Changed

  • The plugin now overrides the default message returned by Omnipay if the payment failed or was canceled. (#15)

2.0.0 - 2019-03-04

Added

  • Added support for pre-selecting payment method.

Changed

  • Mollie for Craft Commerce now requires Craft 3.1.5 or later.
  • Mollie for Craft Commerce now uses Omnipay v3.

Fixed

  • Fixed a bug where HTTP 400 would sometimes be triggered for Mollie webhooks. (#7)

1.1.1 - 2019-02-13

Added

  • API Key setting can now be set to an environment variable. (#9)

1.1.0 - 2019-01-22

Changed

  • Switched to an MIT license.

1.0.0.1 - 2018-12-11

Changed

  • Added a craftcms/cms requirement to composer.json.

1.0.0 - 2018-04-02

  • Initial release.