Skip to content

Releases: mollie/mollie-api-php

Release v2.32.0

03 Jun 09:11
8bbb42e
Compare
Choose a tag to compare
  • Removed the Guzzle dependency for improved compatibility.
  • Extracted Http calls into adapters. If present, Guzzle 6 or 7 will automatically be used. If Guzzle is not present, curl will be used as a fallback.
  • It's possible to override the Http adapter with your own.

Release v2.31.1

26 Apr 11:40
c1a500d
Compare
Choose a tag to compare

Fixed pagination settings on $payment->listRefunds() - thanks @johannesdr-tb!

Release v2.31.0

23 Apr 10:12
3d5b6b5
Compare
Choose a tag to compare
  • You can now update an Order Line's sku field.

Release v2.31.1 Alpha

07 Apr 15:26
773837f
Compare
Choose a tag to compare
Release v2.31.1 Alpha Pre-release
Pre-release

We're urging you to test this release as soon as possible.

This is an "alpha" pre-release covering PR #545 - on top of PR #538 .

Essentially this PR is non-breaking, unless you're using dependency injection to instantiate the MollieApiClient.

You can test it by setting the following in your composer.json file:

"mollie/mollie-api-php": "2.31.1-alpha",

and run composer update.

Release v2.30.2

31 Mar 14:45
c3eb212
Compare
Choose a tag to compare

Added the Organization.vatRegulation field.

Release v2.30.1

29 Mar 14:52
6b0cd53
Compare
Choose a tag to compare

Fixed some docblocks.

Release v2.31.0 alpha

25 Mar 15:30
e41e9e3
Compare
Choose a tag to compare
Release v2.31.0 alpha Pre-release
Pre-release

We're urging you to test this release as soon as possible.

This is an "alpha" pre-release covering PR #538 .

Essentially this PR is non-breaking, unless you're using dependency injection to instantiate the MollieApiClient.

You can test it by setting the following in your composer.json file:

"mollie-api-php": "2.31.0-alpha",

and run composer update.

Release v2.30.0

08 Mar 09:17
53f461a
Compare
Choose a tag to compare
  • Added the nextPaymentDate field to the Subscription resource (#535 - docs). Thanks @hesje !

Release v2.29.0

27 Jan 10:09
6193498
Compare
Choose a tag to compare
  • Added missing fields to the Payment and OrderLine resources (thanks @ciungulete)
  • Marked PaymentMethod::INGHOMEPAY as deprecated. February 1st 2021, support for inghomepay will be discontinued. More info here.

Release v2.28.0

18 Jan 13:16
8ae6104
Compare
Choose a tag to compare
  • Added list methods to the paymentRefunds endpoint.
  • Fixed the applicationFee method on the Payment resource.
  • Documentation: some relative url paths were modified for consistency in the included code examples.

Thanks @ciungulete!