Releases: mollie/laravel-mollie
Releases · mollie/laravel-mollie
Release v3.0.0
What's Changed
- Implemented PHP 8.3 compatibility in CI tests, courtesy of @jnoordsij.
- Added support for Laravel v11, thanks to @Naoray's contribution.
- Updated the license from BSD to MIT.
- Discontinued support for PHP 8.0.
- Discontinued Lumen support.
- Removed the global
mollie()
helper method.
For detailed instructions on upgrading from v2.x to v3.0, please consult our UPGRADE.md guide.
Full Changelog: v2.25.0...v3.0.0
Release v2.25.0
This release enables idempotency methods on the Mollie Laravel client. Note that idempotency is all wired up by default for you, no additional actions required to benefit from this. 🪄
What's Changed
- Added mollie client idempotency methods by @sandervanhooft in #231
Full Changelog: v2.24.0...v2.25.0
Release v2.24.0
Release v2.24.0-beta
Release v2.23.0
This release adds support for Mollie's brand new terminals endpoint.
What's Changed
- Added terminals endpoint by @Naoray and @sandervanhooft in #227
Full Changelog: v2.22.0...v2.23.0
Release v2.22.0
🥳 Laravel 10 support has landed.
What's Changed
- Update readme for easier copy of code snippets by @PluginYML in #216
- Auto-migrate PHPunit configuration by @jnoordsij in #220
- Use actions/checkout@v3 in tests workflow by @jnoordsij in #222
- Add testing on PHP 8.2 to GitHub workflow by @jnoordsij in #219
- Add Laravel 10 support by @sandervanhooft in #225
- Dropped support for graham-campbell/testbench by @sandervanhooft in #225
New Contributors
- @PluginYML made their first contribution in #216
Full Changelog: v2.21.1...v2.22.0
Release v2.21.1
What's Changed
- Fixes #653
MollieLaravelHttpClientAdapter::send
when returning anull
value by @sandervanhooft in #217
Full Changelog: v2.21.0...v2.21.1
Release v2.21.0
This release adds support for Mollie's shiny new Balance API.
What's Changed
- Introduce Balance endpoints and drop php7 support by @sandervanhooft in #215
Full Changelog: v2.20.2...v2.21.0
Release v2.20.2
What's Changed
- Fixed issue with double headers by @Skullbock in #213
Full Changelog: v2.20.1...v2.20.2
v2.20.1
What's Changed
- Temporarily revert Laravel http client resolution by @sandervanhooft in #214
Full Changelog: v2.20.0...v2.20.1