Skip to content

Releases: mollie/mollie-api-php

Release 1.5.0

10 May 09:23
Compare
Choose a tag to compare

Added Mollie Recurring resources and examples.

Release 1.4.1

15 Mar 14:00
Compare
Choose a tag to compare

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

01 Mar 13:03
Compare
Choose a tag to compare

Added Customer and Customer-Payments resources and examples.

Release 1.3.3

16 Dec 09:55
Compare
Choose a tag to compare

Changes

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

Release 1.3.1

20 Nov 08:49
Compare
Choose a tag to compare
  • 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

20 Oct 13:52
Compare
Choose a tag to compare

Changes

  • Add new payment method PODIUM Cadeaukaart

Release 1.2.10

30 Sep 07:30
Compare
Choose a tag to compare

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 in 1-new-payment.php

Release 1.2.9

29 Sep 13:44
Compare
Choose a tag to compare

Changes:

  • Add new SEPA Direct Debit method

Release 1.2.8

10 Aug 08:58
Compare
Choose a tag to compare

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

30 Jun 11:44
Compare
Choose a tag to compare

Changes:

  • Add missing payment attributes amountRemaining, expiryPeriod, profileId and locale.