Releases: mollie/laravel-mollie
Release v.2.4.0
You can now list chargebacks across all payments on the payment profile using mollie()->chargebacks()->page()
.
Release 2.3.1
Bug fix for using Socialite with Laravel Mollie. See issue #73 for more information.
Release 2.3.0
You can now process your Orders, Shipments and Captures using the latest Laravel Mollie client.
Orders allow you to use Mollie for your order management and the cool new "Pay after delivery" payment methods.
See Mollie's Order guides for more information about these brand new features.
Release 2.2.0
Added support for the Organizations and Permissions endpoints. Advanced (OAuth) users, this one is for you.
Release 2.1.0
Introducing the mollie()
global helper method. See readme for more information.
Release 2.0.0
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.
Release V2.0.0 beta 1
Version 2.0.0 beta is here! 🎉
See the migration instructions on how to upgrade from v1.
Release 1.5.1
- Enable auto-discovery for Laravel 5.5+
Release 1.5.0
Added method to get an access token with a refresh token (#26).
Release 1.4.0
Added compatibility with Laravel 5.4.