Releases: mollie/mollie-api-php
Release v2.45.0
What's Changed
- Added ApiException.getPlainMessage by @sandervanhooft in #630
- Complete documentation of Method status types by @BrechtBonte in #625
New Contributors
- @BrechtBonte made their first contribution in #625
Full Changelog: v2.44.1...v2.45.0
Release v2.balances-beta.0
The Mollie Balance API and the implementation in this package is subject to change and not ready for live production environments.
This PR introduces the following Balance endpoints:
Balance
- Get Balance:
$mollie->balances->get($id, $parameters = []);
- Get Primary Balance:
$mollie->balances->primary($parameters = []);
- Get Balance Page:
$mollie->balances->page($from = null, $limit = null, array $parameters = []);
Balance Report
- Get Balance Report:
$mollie->balanceReports->getForBalanceId($id, $parameters = []);
$mollie->balanceReports->getForBalance($balance, $parameters = []);
- Get Primary Balance Report:
$mollie->balanceReports->getForPrimaryBalance($parameters = []);
Balance Transactions
- List Balance Transactions:
$mollie->balanceTransactions->listForId($balanceId, $parameters = []);
$mollie->balanceTransactions->listFor($balance, $parameters = []);
- List Primary Balance Transactions:
$mollie->balanceTransactions->listForPrimary($parameters = []);
Release v2.44.1
What's Changed
- Deprecate categoryCode from profile.update by @sandervanhooft in #623
Full Changelog: v2.44.0...v2.44.1
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.