Skip to content

Releases: mollie/mollie-api-php

Release 2.0.7

18 Jul 12:15
Compare
Choose a tag to compare
  • Retrieving and creating a test mode payment using OAuth now take the same third argument: ["testmode" => true]. The API client will convert the array to an appropriate query string.

Release 2.0.6

06 Jul 07:24
Compare
Choose a tag to compare
  • Helper method hasValidMandate added.
  • Added sleep and wakeup to optimise serialisation.

Release 2.0.5

25 Jun 13:00
Compare
Choose a tag to compare
v2.0.5

Release v2.0.5

Release 1.9.9

25 Jun 11:34
c8224e8
Compare
Choose a tag to compare

Release 2.0.4

19 Jun 07:34
Compare
Choose a tag to compare
  • Added the toplevel refund route /refunds as an endpoint
  • Improved typehints for Resource objects
  • Made the endpoint methods explicit

Release 1.9.8

19 Jun 07:14
Compare
Choose a tag to compare

Fixed some bugs

  • Documentation links are now correctly linked to their respective v1 documentation page
  • Missing parameters have been added to the Settlement object

Release 2.0.3

05 Jun 15:18
4a5150b
Compare
Choose a tag to compare

Fixes some bugs:

  • Delete mandate gives an exception on success #193
  • Chargebacks and payments for a settlement could not be retrieved #194
  • Scrolling through pages didn't work for settlements subresources #195 #196

Release 1.9.7

05 Jun 15:09
Compare
Choose a tag to compare

Updates the list of trusted root certificates that are shipped with this library.

v2.0.2

01 Jun 08:21
18477ff
Compare
Choose a tag to compare
  • Added the profile v2 endpoint to the client
  • Added the invoice v2 endpoint to the client
  • Improved the tests by using dataproviders
  • Created some new examples for profiles and invoices

v2.0.1

17 May 14:37
Compare
Choose a tag to compare
  • Improved the examples
  • Update the README
  • Code cleanup