Releases: mollie/laravel-cashier-mollie
Releases · mollie/laravel-cashier-mollie
v2.18.0
What's Changed
- Simplified
Subscription.valid()
by @npostman in #286 - Improved handling of order not found on aftercare webhook controller by @sandervanhooft in #291
- Added support for dompdf v3 by @sandervanhooft in #298
- Dropped legacy support for metadata based actions by @sandervanhooft in #294
New Contributors
Full Changelog: v2.17.0...v2.18.0
v2.17.0
v2.16.1
What's Changed
- Improve subscription plans sync by @sandervanhooft in #278
Full Changelog: v2.16.0...v2.16.1
v2.16.0
You can now run cashier:sync-plans
to see your subscription plan price changes reflected immediately.
What's Changed
- Added dedicated command for syncing subscription plan prices by @sandervanhooft in #276
Full Changelog: v2.15.1...v2.16.0
v2.15.1
What's Changed
Full Changelog: v2.15.0...v2.15.1
v2.15.0
What's Changed
- User has any subscription by @ignaciocunado in #262
New Contributors
- @ignaciocunado made their first contribution in #262
Full Changelog: v2.14.0...v2.15.0
v2.14.0
Release v2.13.0
What's Changed
- Swap Illuminate EventServiceProvider in favour of plain ServiceProvider by @sandervanhooft in #248
- Improved DatabasePlanRepository documentation by @Naoray in #240
- Added getter for DefaultIntervalGenerator.php by @PabloHendriks in #223
Full Changelog: v2.12.1...v2.13.0
Release v2.12.1
Release v2.12.0
What's Changed
- added support for Laravel 11
- dropped support for PHP < 8.1
- upgraded Carbon dependency to v3
- wrapped
->diffIn*()
calls inabs()
because these can now return negative values - moved
lang
folder to root - migrated
phpunit.xml.dist
to latest version - restructured
CashierServiceProvider
- replaced references to
Mollie\Laravel\MollieApiWrapper
withMollie\Api\MollieApiClient
- updated GitHub workflow tests to include php 8.3 & Laravel v11, dropped php v8.0
Full Changelog: v2.11.1...v2.12.0