Skip to content

Releases: mollie/mollie-api-php

Release v2.13.0

20 Jan 11:26
0cbc56f
Compare
Choose a tag to compare
  • Added support for updating subscription intervals.
  • Added whereStatus filter method to the MandateCollection.

Release v2.12.1

29 Nov 10:28
04e2c18
Compare
Choose a tag to compare

Fixed an issue accessing some subresources (#423, #424)

Release v2.12.0

26 Sep 12:38
a854089
Compare
Choose a tag to compare

You can now paginate through subscriptions across all customers using $mollie->subscriptions->page().

Release v2.11.0

20 Sep 10:13
1d86de5
Compare
Choose a tag to compare

Release v2.10.0

20 May 09:09
151bdb8
Compare
Choose a tag to compare

Mollie now supports Apple Pay.

This is the 100th release of mollie-api-php! 🎉

Release v2.9.2

08 May 19:24
Compare
Choose a tag to compare

Fixed a bug which occurred when calling $payment->chargebacks() without any chargebacks present.

Thanks @vdbelt!

Release v2.9.1

24 Apr 15:16
940b869
Compare
Choose a tag to compare

Starting May 1st, Mollie no longer supports Bitcoin payments, so it's now marked as deprecated.

Release v2.9.0

24 Apr 13:33
Compare
Choose a tag to compare

Added support for the Onboarding API. Read more about this endpoint here. Big thanks to @LauLaman!

Release v2.8.3

11 Apr 12:24
df6e0ce
Compare
Choose a tag to compare

Fixed a bug on $mollie->methods->allAvailable($parameters), where the parameters were not handled correctly.

You can find more information on the allAvailable method here.

Release v2.8.2

02 Apr 13:50
4ac1456
Compare
Choose a tag to compare
  • Added minimumAmount and maximumAmount fields to the Method resource.
  • Included instructions in the docblock for $mollie->methods->allAvailable() to use the profileId when using OAuth access tokens.