Skip to content

Releases: mollie/mollie-api-php

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.

Release 1.1.4

15 May 10:12
Compare
Choose a tag to compare

Added Bitcoin support.

Release 1.1.3

14 May 14:48
Compare
Choose a tag to compare

Fixes compatibility issue with PHP 5.2.

Release 1.1.2

13 May 09:26
Compare
Choose a tag to compare

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.

Release 1.1.1

21 Mar 14:35
Compare
Choose a tag to compare
  • Add constants for paidout and refunded status with their descriptions.
  • If the API returns an error that applies to a specific field, make this field available through a method on the exception.

This release contains some polishes. No critical bugs were fixed. If you are happy with your current version, you don't have to upgrade.

Release 1.1.0

10 Mar 08:50
Compare
Choose a tag to compare
  • Adds support for performing refunds on payments through the API.
  • Add bank transfer as a payment method.