Skip to content

Releases: mollie/mollie-api-php

Release v2.44.0

10 May 13:20
686098c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.43.0...v2.44.0

Release v2.43.0

09 May 14:26
35941d9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.42.1...v2.43.0

v2.42.1

21 Apr 11:22
1ced585
Compare
Choose a tag to compare

What's Changed

  • Adding reason and reversedAt attributes to Chargeback resource by @dmdijkslag in #615

New Contributors

Full Changelog: v2.42.0...v2.42.1

Release v2.42.0

05 Apr 05:54
1d3ba6a
Compare
Choose a tag to compare

This release drops support for PHP 5.6.

What's Changed

Full Changelog: v2.41.0...v2.42.0

Release v2.41.0

24 Mar 15:10
26010bd
Compare
Choose a tag to compare

Deprecation Notice: PHP 5.6

⚠️ April 4th, support for PHP 5.6 will be dropped.

If you're still using php 5.6, this package will continue to function. However you will no longer be able to pull in any new package updates.

What's Changed

Full Changelog: v2.40.2...v2.41.0

Release v2.40.2

08 Feb 08:54
ac3e079
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.40.1...v2.40.2

Release v2.40.1

18 Jan 18:17
b99ad36
Compare
Choose a tag to compare

This release reverts the curl retry behaviour introduced on v2.40.0.

Release v2.40.0

17 Jan 10:52
Compare
Choose a tag to compare

This release packs a bunch.

Introducing the Client API, the Partner API, debug mode and automated retries on the curl http adapter.

Enjoy!

What's Changed

Full Changelog: v2.39.0...v2.40.0

Release v2.39.0

01 Nov 09:30
a47d444
Compare
Choose a tag to compare
  • Added support for php 8.1 (thanks @ciungulete!)
  • Added the payment.getAmountChargedBack helper method (thanks @edwinvdpol!)

Release v2.38.0

18 Oct 13:58
a3e8c01
Compare
Choose a tag to compare
  • Added support for the brand new split payments features (currently in private beta)
  • Added PaymentMethod::KLARNA_PAY_NOW
  • Added Profile.businessCategory
  • Marked Profile.categoryCode as deprecated

Thanks @ciungulete!