All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- A method to record the User Agent (UA) string when calling the Mollie API:
mollie()->addVersionString()
. If you're using this package within another package, this one is for you.
- Laravel-mollie now depends on mollie-api-php version 2.2.0 and up.
- You can now list chargebacks across all payments on the payment profile using
mollie()->chargebacks()->page()
.
- Bug fix for using Socialite with Laravel Mollie. See issue #73 for more information.
- You can now process your Orders, Shipments and Captures using the latest Laravel Mollie client. See Mollie's guides for more information about these brand new features.
- Bumped mollie core client dependency to from
^2.0
to^2.1
.
- Added support for the Organizations and Permissions endpoints. Advanced (OAuth) users, this one is for you.
- Introducing the global helper method
mollie()
. A convenient shortcut you can use anywhere in your Laravel application instead ofMollie::api()
.
Version 2.0.0 is here! See the migration instructions on how to upgrade from v1.
This release leverages the V2 mollie-api-php client.