Skip to content

Releases: mollie/mollie-api-php

Release v2.27.2

13 Jan 09:53
e8db8cd
Compare
Choose a tag to compare
  • The value of the recently released payment.amountChargedBack attribute is positive. The attribute's docblock now reflects this.

Release v2.27.1

15 Dec 09:02
84ce19b
Compare
Choose a tag to compare

Fixed the pre-built zip by updating PHP Scoper. Thanks @ciungulete!

Release v2.27.0

10 Dec 10:27
21e4548
Compare
Choose a tag to compare

Added amountChargedBack attribute to the Payment resource.

Release v2.26.0

03 Dec 09:47
eed0a32
Compare
Choose a tag to compare
  • Added support for PHP8
  • Switched CI to Github Actions

Thanks @ciungulete !

Release v2.25.0

25 Nov 09:06
ae0ff02
Compare
Choose a tag to compare
  • Dropped PaymentMethodStatus::PENDING_ONBOARDING
  • Added PaymentMethodStatus::PENDING_BOARDING
  • Added RefundStatus::FAILED and Refund::isFailed()
  • Modified OrderLine::update() to support empty parameters

Thanks @SanderVanLeeuwen for your help!

Release v2.24.0

15 Oct 12:58
52bd606
Compare
Choose a tag to compare

In the very rare occasion your application cannot reach Mollie, this client will now retry the request up to five times at an increasing interval.

Release v2.23.0

17 Sep 13:58
bc44a74
Compare
Choose a tag to compare
  • The ApiException message now contains the API response (when available) and a timestamp. So if anything goes wrong your log is even more helpful, especially when contacting Mollie support.
  • Are you dealing with a high number of daily transactions? We've added optional parameters to the $settlement->payments() method: limit, parameters. So you can now control how you paginate through all payments for a specific settlement.

Release v2.22.3

28 Aug 14:41
cf3b7a3
Compare
Choose a tag to compare

The pre-built zip includes all dependencies, but Guzzle 7 was causing issues with older php versions.

This release reverts the zip to using Guzzle 6.

Release v2.22.1

20 Aug 10:04
bb5ced8
Compare
Choose a tag to compare
  • Fixed issue #480 , the downloadable zip file for each release now again includes the dependencies.

Release v2.22.0

11 Aug 07:52
df60ebf
Compare
Choose a tag to compare

When updating an Order or OrderLine, these attributes will now also be saved:

Order:

  • redirectUrl
  • webhookUrl

OrderLine:

  • metadata