Releases: mollie/mollie-api-php
Releases · mollie/mollie-api-php
Release 1.5.0
Added Mollie Recurring resources and examples.
Release 1.4.1
Update bundled cacert.pem file. Follows Mozilla's recommendations on invalid certificates.
Added version
field to composer.json as per #20 request.
Release 1.4.0
Added Customer and Customer-Payments resources and examples.
Release 1.3.3
Changes
- Update bundled cacert.pem file. Follows Mozilla's recommendations on invalid certificates.
Release 1.3.1
- Support for OAuth access tokens added.
- Added new API Resources and Objects.
- Implemented "Undefined" Resource that can be used for beta resources.
Release 1.2.11
Changes
- Add new payment method PODIUM Cadeaukaart
Release 1.2.10
Changes:
- Add payment status
charged_back
- Add refund status to
Mollie_API_Object_Payment_Refund
- Add payment methods
canBeRefunded
,canBePartiallyRefunded
,getAmountRefunded
,getAmountRemaining
- Add pagination example to
5-payments-history.php
- Always use
webhookUrl
in1-new-payment.php
Release 1.2.9
Changes:
- Add new SEPA Direct Debit method
Release 1.2.8
Changes:
- Remove
file_exists
from autoloader. #13 - Do not send Accept-Encoding header to Mollie, since Mollie will not respond with compressed answers due to CRIME / BREACH attacks.
Release 1.2.7
Changes:
- Add missing payment attributes
amountRemaining
,expiryPeriod
,profileId
andlocale
.