Releases: mollie/mollie-api-php
Releases · mollie/mollie-api-php
Release v2.44.0
What's Changed
- Add payment refund endpoint features by @ciungulete in #619
Full Changelog: v2.43.0...v2.44.0
Release v2.43.0
What's Changed
- Add Mobile app checkout url helper accessor by @sandervanhooft in #621
- type hint improvement by @margud in #620
New Contributors
Full Changelog: v2.42.1...v2.43.0
v2.42.1
What's Changed
- Adding reason and reversedAt attributes to Chargeback resource by @dmdijkslag in #615
New Contributors
- @dmdijkslag made their first contribution in #615
Full Changelog: v2.42.0...v2.42.1
Release v2.42.0
This release drops support for PHP 5.6.
What's Changed
- Drop support for PHP 5.6 by @ciungulete in #614
Full Changelog: v2.41.0...v2.42.0
Release v2.41.0
Deprecation Notice: PHP 5.6
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
- Upgraded PhpStan to Level 2 by @ciungulete in #605
- Added methods
listForId
andlistFor(Payment)
to PaymentChargebackEndpoint by @ciungulete in #609 - Use proper type for array by @holtkamp in #602
- Cleanup PHPDoc return types by @holtkamp in #604
Full Changelog: v2.40.2...v2.41.0
Release v2.40.2
What's Changed
- Reintroduce curl retries by @sandervanhooft in #600
Full Changelog: v2.40.1...v2.40.2
Release v2.40.1
This release reverts the curl retry behaviour introduced on v2.40.0.
Release v2.40.0
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
- Curl adapter retries by @sandervanhooft in #593
- Add Client api endpoints by @ciungulete in #591
- Implement Partner Status Endpoint by @ciungulete in #592
- Debug mode by @sandervanhooft in #597
Full Changelog: v2.39.0...v2.40.0
Release v2.39.0
- Added support for php 8.1 (thanks @ciungulete!)
- Added the
payment.getAmountChargedBack
helper method (thanks @edwinvdpol!)
Release v2.38.0
- 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!