Releases: mollie/mollie-api-php
Releases · mollie/mollie-api-php
Release 1.9.3
- The package now explicitly depends on
ext-json
- Updated examples
- Added support for gift cards payment methods
Release 1.9.2
This version removes support for OpenSSL 0.9.7. This version of OpenSSL was released in 2003, so this only applies to very old PHP versions.
Release 1.9.1
Update bundled cacert.pem file. Follows Mozilla's recommendations on invalid certificates.
Release 1.9.0
- Add support for updating profiles.
- Add support for managing API keys.
- Add @method annotations for all resources.
Release 1.8.1
Fix a bug where empty responses with HTTP code 204 No Content would cause the client to crash.
Release 1.8.0
Add isPaidOut
method to the payment object and expand the test suite.
Release 1.7.1
Add support for payment method KBC/CBC.
Release 1.7.0
Add support for updating customers.
Release 1.6.0
Added Mollie Subscriptions API resource and example.
Release 1.5.1
Fixes an issue with the autoloading of Mandate
objects.