Skip to content

Releases: mollie/mollie-api-php

Release v2.45.0

11 Jul 15:04
43ae547
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.44.1...v2.45.0

Release v2.balances-beta.0

27 Jun 09:08
684b142
Compare
Choose a tag to compare
Pre-release

⚠️ This is a BETA release.

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

24 May 14:03
5906cf9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.44.0...v2.44.1

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.