Skip to content

Releases: mollie/laravel-mollie

v2.20.0

05 Dec 11:10
7463bc7
Compare
Choose a tag to compare

👏 Special thanks to @Skullbock for refactoring to the Laravel Http adapter!

What's Changed

New Contributors

Full Changelog: v2.19.2...v2.20.0

Release v2.19.2

13 Sep 10:11
c96fda1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.19.1...v2.19.2

Release v2.19.1

11 Jul 13:30
605d1f6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.19.0...v2.19.1

Release v2.19.0

17 Feb 09:48
c319151
Compare
Choose a tag to compare

What's Changed

  • Added enable- and disable debugging mode API client by @edwinvdpol in #186

New Contributors

Full Changelog: v2.18.0...v2.19.0

Release v2.18.0

31 Jan 19:50
ca4612e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.17.0...v2.18.0

Release v2.17.0

18 Jan 11:38
0bac3f6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.16.0...v2.17.0

Release v2.16.0

02 Nov 12:03
61d7298
Compare
Choose a tag to compare
  • Added support for php 8.1
  • Dropped support for php < 7.4
  • Dropped support for Laravel 6

Thanks @ciungulete !

Release v2.15.0

28 Jun 14:29
c971f68
Compare
Choose a tag to compare

🚀 Mollie introduces Payment Links.

A payment link by default does not expire and can be easily shared with your customers. More information here.

  • Added the mollie()->paymentLinks() endpoint (thanks @ciungulete!)

Release v2.14.0

19 Jan 19:29
e5b2acc
Compare
Choose a tag to compare
  • Added the profileMethods endpoint.

Thanks @ciungulete !

Release v2.13.0

03 Dec 09:54
2387a0e
Compare
Choose a tag to compare
  • Added support for php 8 (Thanks @ciungulete !)
  • Added paymentRefunds endpoint, for directly accessing refunds.
  • Switched CI to GitHub Actions (Thanks @ciungulete !)