Laravel Cashier Mollie Versions Save

Official Mollie integration for Laravel Cashier

v2.12.1

3 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/mollie/laravel-cashier-mollie/compare/v2.12.0...v2.12.1

v2.12.0

1 month ago

What's Changed

  • added support for Laravel 11
  • dropped support for PHP < 8.1
  • upgraded Carbon dependency to v3
  • wrapped ->diffIn*() calls in abs() 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 with Mollie\Api\MollieApiClient
  • updated GitHub workflow tests to include php 8.3 & Laravel v11, dropped php v8.0

Changes by @Naoray in https://github.com/mollie/laravel-cashier-mollie/pull/229

Full Changelog: https://github.com/mollie/laravel-cashier-mollie/compare/v2.11.1...v2.12.0

v2.11.1

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/mollie/laravel-cashier-mollie/compare/v2.11.0...v2.11.1

v2.11.0

6 months ago

2.10.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/mollie/laravel-cashier-mollie/compare/v2.9.0...2.10.0

v2.9.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/mollie/laravel-cashier-mollie/compare/v2.8.0...v2.9.0

v2.8.0

9 months ago

v2.7.1

10 months ago

What's Changed

Full Changelog: https://github.com/mollie/laravel-cashier-mollie/compare/v2.7.0...v2.7.1

v2.6.1

1 year ago

What’s Changed

  • Fixed potential deadlocks when updating payments when listening to OrderPaymentPaid|Failed events by @Naoray #157