Skip to content

Releases: mollie/mollie-api-php

Release 1.9.3

16 Jun 10:53
Compare
Choose a tag to compare
  • The package now explicitly depends on ext-json
  • Updated examples
  • Added support for gift cards payment methods

Release 1.9.2

27 Feb 09:22
Compare
Choose a tag to compare

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

16 Dec 13:24
Compare
Choose a tag to compare

Update bundled cacert.pem file. Follows Mozilla's recommendations on invalid certificates.

Release 1.9.0

01 Dec 11:00
Compare
Choose a tag to compare

Release 1.8.1

15 Nov 14:59
Compare
Choose a tag to compare

Fix a bug where empty responses with HTTP code 204 No Content would cause the client to crash.

Release 1.8.0

31 Oct 12:27
Compare
Choose a tag to compare

Add isPaidOut method to the payment object and expand the test suite.

Release 1.7.1

06 Oct 08:07
Compare
Choose a tag to compare

Add support for payment method KBC/CBC.

Release 1.7.0

16 Sep 11:49
Compare
Choose a tag to compare

Release 1.6.0

16 Jun 09:17
Compare
Choose a tag to compare

Added Mollie Subscriptions API resource and example.

Release 1.5.1

12 May 12:57
Compare
Choose a tag to compare

Fixes an issue with the autoloading of Mandate objects.