Skip to content

Releases: mollie/laravel-mollie

Release v.2.4.0

22 Nov 13:56
7db5f29
Compare
Choose a tag to compare

You can now list chargebacks across all payments on the payment profile using mollie()->chargebacks()->page().

Release 2.3.1

10 Nov 16:59
2976190
Compare
Choose a tag to compare

Bug fix for using Socialite with Laravel Mollie. See issue #73 for more information.

Release 2.3.0

04 Oct 17:09
211de77
Compare
Choose a tag to compare

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

18 Sep 15:45
d33802c
Compare
Choose a tag to compare

Added support for the Organizations and Permissions endpoints. Advanced (OAuth) users, this one is for you.

Release 2.1.0

30 Jul 11:52
ac17009
Compare
Choose a tag to compare

Introducing the mollie() global helper method. See readme for more information.

Release 2.0.0

09 Jul 11:08
66350c3
Compare
Choose a tag to compare

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

02 Jul 12:57
Compare
Choose a tag to compare
Release V2.0.0 beta 1 Pre-release
Pre-release

Version 2.0.0 beta is here! 🎉

See the migration instructions on how to upgrade from v1.

Release 1.5.1

12 Sep 08:07
Compare
Choose a tag to compare
  • Enable auto-discovery for Laravel 5.5+

Release 1.5.0

31 Mar 14:37
Compare
Choose a tag to compare

Added method to get an access token with a refresh token (#26).

Release 1.4.0

26 Jan 09:46
Compare
Choose a tag to compare

Added compatibility with Laravel 5.4.