Releases: mollie/laravel-mollie
Releases · mollie/laravel-mollie
v2.20.0
👏 Special thanks to @Skullbock for refactoring to the Laravel Http adapter!
What's Changed
- Http client adapter by @Skullbock in #202
- Update tests.yml by @ciungulete in #205
- Move "symfony/finder": "^5.0|^6.0" to require-dev by @ciungulete in #207
- Added missing endpoints related to Payments, Orders and Shipments by @wesselperik in #209
- Remove misplaced space character in composer.json by @jnoordsij in #208
New Contributors
- @Skullbock made their first contribution in #202
- @wesselperik made their first contribution in #209
- @jnoordsij made their first contribution in #208
Full Changelog: v2.19.2...v2.20.0
Release v2.19.2
What's Changed
- Allow empty mollie key by @sandervanhooft in #200
- Fix tests and replace php-cs-fixer with Laravel Pint by @ciungulete in #199
Full Changelog: v2.19.1...v2.19.2
Release v2.19.1
What's Changed
- Add docblock to
mollie()
helper method by @MSnoeren in #195 - Update readme for easier copy of code snippets by @robindirksen1 in #193
New Contributors
Full Changelog: v2.19.0...v2.19.1
Release v2.19.0
What's Changed
- Added enable- and disable debugging mode API client by @edwinvdpol in #186
New Contributors
- @edwinvdpol made their first contribution in #186
Full Changelog: v2.18.0...v2.19.0
Release v2.18.0
Release v2.17.0
Release v2.16.0
- Added support for php 8.1
- Dropped support for php < 7.4
- Dropped support for Laravel 6
Thanks @ciungulete !
Release v2.15.0
🚀 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
- Added the
profileMethods
endpoint.
Thanks @ciungulete !
Release v2.13.0
- Added support for php 8 (Thanks @ciungulete !)
- Added
paymentRefunds
endpoint, for directly accessing refunds. - Switched CI to GitHub Actions (Thanks @ciungulete !)