Skip to content

Releases: mollie/mollie-api-php

Release 1.2.6

15 Jun 14:08
Compare
Choose a tag to compare

Changes:

  • Keep-Alive for PHP >= 5.5
  • Add compatibility check to verify if JSON extension is loaded

Release 1.2.5

28 May 11:24
Compare
Choose a tag to compare

Changes:

  • Improve compatibility with some PHP 5.3 installations

Release 1.2.4

27 May 12:25
Compare
Choose a tag to compare

Changes:

  • Fix cURL misconfiguration.

Release 1.2.3

27 May 09:02
Compare
Choose a tag to compare

Changes:

  • Our API no longer requires the non-standard mbstring PHP extension.

Release 1.2.2

19 May 13:25
Compare
Choose a tag to compare

Changes:

  • Add ability to send extra parameters for REST list requests (e.g. sending locale=de with the methods->all() request.

Release 1.2.1

01 May 09:06
Compare
Choose a tag to compare

Changes:

  • Fix compatibility with PHP < 5.5

Release 1.2.0

28 Apr 13:01
Compare
Choose a tag to compare

Changes:

  • Add compatibility checker to test requirements
  • Replace mollie.nl with mollie.com
  • Update readme with technical requirements

Release 1.1.7

22 Apr 13:20
Compare
Choose a tag to compare

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() and isCancelled() convenience methods.

Release 1.1.6

08 Oct 09:52
Compare
Choose a tag to compare

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

23 Jun 14:27
Compare
Choose a tag to compare

Changes:

  • Add SOFORT Banking as a payment method.
  • Continue HTTP request even if unable to use shipped root certificates.