Releases: mollie/mollie-api-php
Releases · mollie/mollie-api-php
Release 1.2.3
Changes:
- Our API no longer requires the non-standard
mbstring
PHP extension.
Release 1.2.2
Changes:
- Add ability to send extra parameters for REST list requests (e.g. sending
locale=de
with themethods->all()
request.
Release 1.2.1
Changes:
- Fix compatibility with PHP < 5.5
Release 1.2.0
Changes:
- Add compatibility checker to test requirements
- Replace mollie.nl with mollie.com
- Update readme with technical requirements
Release 1.1.7
Changes:
- Add Belfius Direct Net payment method constant.
- Update bundled CA root certificates as per Mozilla's recommendations.
- Always use bundled CA root certificates. Prevents extra HTTP request if using installed bundle fails.
- Use HTTP Keep-Alive when performing multiple API calls.
- Adds
isExpired()
andisCancelled()
convenience methods.
Release 1.1.6
Changes:
- Set HTTP request method even if request body is empty. This fixes creation of refunds without specific amounts (full refund).
Release 1.1.5
Changes:
- Add SOFORT Banking as a payment method.
- Continue HTTP request even if unable to use shipped root certificates.
Release 1.1.4
Added Bitcoin support.
Release 1.1.3
Fixes compatibility issue with PHP 5.2.
Release 1.1.2
This is a minor update:
- Validate resource IDs before calling API to increase performance, and save system resources.
- Update payment object status after refunding.
Note: All the code works on PHP 5.2 but cannot be built by Travis anymore.