Releases: mollie/mollie-api-php
Releases · mollie/mollie-api-php
Release v2.13.0
- Added support for updating subscription intervals.
- Added
whereStatus
filter method to theMandateCollection
.
Release v2.12.1
Release v2.12.0
You can now paginate through subscriptions across all customers using $mollie->subscriptions->page()
.
Release v2.11.0
- Direct integration of Apple Pay is now available.
- Introduced a new endpoint to update some details of created payments. See Update payment for more info.
- When updating an
Order
, theorderNumber
can now be updated as well.
Release v2.10.0
Mollie now supports Apple Pay.
This is the 100th release of mollie-api-php! 🎉
Release v2.9.2
Fixed a bug which occurred when calling $payment->chargebacks()
without any chargebacks present.
Thanks @vdbelt!
Release v2.9.1
Starting May 1st, Mollie no longer supports Bitcoin payments, so it's now marked as deprecated.
Release v2.9.0
Release v2.8.3
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
- Added
minimumAmount
andmaximumAmount
fields to theMethod
resource. - Included instructions in the docblock for
$mollie->methods->allAvailable()
to use theprofileId
when using OAuth access tokens.