Version 3.1.3

March 10, 2023

Fixed

  • Fixed a missing namespace

Version 3.1.2

March 4, 2023

Fixed

  • Fixed an error on the settings screen when API keys were set to an array in the config file.

Version 3.1.1

January 19, 2023

Fixed

  • Payment elements hav links again on the overview #61

Version 3.1.0

December 29, 2022

Added

  • We now pass a `currentSite` parameter in the metadata of all payments #59
  • Basic support for added custom metadata when creating your own payments

Version 3.0.0

May 2, 2022

Added

  • Craft 4 🚀

Version 3.0.0-beta.1

March 19, 2022

Added

  • Craft 4 compatibility

Version 2.2.3

March 13, 2022

Fixed

  • Fixed headers on transactions table

Version 2.2.2

March 13, 2022

Added

  • Added transaction property to payment to expose more detailed payment details (eg payment method)

Version 2.2.1

January 10, 2022

Fixed

Version 2.2.0

June 18, 2021

Added

  • Added support for Craft's new(ish) UI element in the forms field layout editor
  • Redirects after payment are now verified for better security

Version 2.1.4

May 16, 2021

Fixed

  • Fixed an issue with donation form submits (#31)

Version 2.1.3

May 4, 2021

Fixed

  • Forms can now be save without fields (#30)
  • Fixed an error deleting forms from project config (#30)

Version 2.1.2

April 20, 2021

Fixed

  • Fixed an issue with multi-step payments (#29)

Version 2.1.1

April 18, 2021

Fixed

  • Fixed an error where expired payments would in labelled as refundend.

Version 2.1.0

April 8, 2021

Added

  • Added better support for full refunds, payments and transactions now report the correcty status when a paymeny is refunded in Mollie

Version 2.0.1

March 13, 2021

Fixed

  • The plugin now properly supports project-config

Version 2.0.0

March 7, 2021

Added

  • The plugin now supports Craft's Project Config
  • E-mail address has been added to the meta data sent to Mollie
  • Requires Craft 3.5.0 or higher

Version 1.6.4

February 26, 2021

Fixed

  • Fixed an issue with querring payments by status (#23)

Version 1.6.3

February 15, 2021

Fixed

  • Fixed support for PostgreSQL (Thanks @boboldehampsink #21)

Version 1.6.2

December 19, 2020

Fixed

  • Fixed validation for custom fields

Version 1.6.1

October 13, 2020

Fixed

  • Proper validation for payment elements

Version 1.6.0

October 5, 2020

Added

  • The plugin now supports using a different API key per site. #12

Version 1.5.3

October 5, 2020

Added

  • Added a statuc column to the all payments export

Version 1.5.2

April 15, 2020

Fixed

  • Fixed an issue with deleting payment forms

Version 1.5.1

April 1, 2020

Fixed

  • Fixed an issue the donate action when using a multi-step form

Version 1.5.0

March 7, 2020

Added

  • Added a donate action so you can have forms where the user can choose the price. An example form can be found here

Version 1.4.2

March 4, 2020

Fixed

  • Fix an error where payment element wouldn't be assign an email address.

Version 1.4.1

March 2, 2020

Fixed

  • Payments with status "in cart" can now be viewed & clicked in the CP

Version 1.4.0

March 1, 2020

Added

  • Date created is now shown on element overviews (#7)
  • Payments can now also be done in multi-step forms, using your own controller action. Docs can be found here

Version 1.3.0

December 8, 2019

Added

  • Added `craft.payments`, making it easy to display data from the payment element on confirmation & profile pages. (#6)

Version 1.2.0

December 4, 2019

Added

  • The payment description visible in Mollie can now be set per payment form and can include values from the custom fields that are assigned ot the form.

Version 1.1.5

November 30, 2019

Fixed

  • Fixed a typo that caused the webhook post to crash

Version 1.1.4

November 28, 2019

Fixed

  • Payment amounts can now be decimals and not just numbers

Version 1.1.3

November 27, 2019

Fixed

  • Fixed an issue with conflicting variable names in the forms index template

Version 1.1.2

November 26, 2019

Fixed

  • Fixed a missing variable when handling free payments

Version 1.1.1

November 25, 2019

Fixed

  • Fixed the first attribute in the CP index view for pre Craft 3.2 installs

Version 1.1.0

November 25, 2019

Added

  • Payments for a zero amount can now be handled within the same flow as regular payments

Fixed

  • Fixed formId attribute in Payments query, fixing overview per forms in the CP

Version 1.0.0

November 24, 2019

Added

  • Added action to export selected payments to csv
  • Added action to select all payments to csv