Skip to content

Releases: mollie/laravel-cashier-mollie

v2.18.0

08 May 18:39
85def4e
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v2.17.0

20 Feb 10:21
241680b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.16.1...v2.17.0

v2.16.1

06 Feb 09:51
b79c184
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.16.0...v2.16.1

v2.16.0

22 Jan 21:31
ab3f78b
Compare
Choose a tag to compare

You can now run cashier:sync-plans to see your subscription plan price changes reflected immediately.

What's Changed

Full Changelog: v2.15.1...v2.16.0

v2.15.1

18 Oct 09:24
983ca0a
Compare
Choose a tag to compare

What's Changed

  • Fix: Correct import to resolve TypeError in RefundItemCollection by @bobab12 in #265

Full Changelog: v2.15.0...v2.15.1

v2.15.0

26 Aug 13:09
0b588a6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.14.0...v2.15.0

v2.14.0

05 Aug 14:55
3c5bde3
Compare
Choose a tag to compare

What's Changed

  • Ignaciocunado feat/get reimbursable amount for unused time by @Naoray in #256

Full Changelog: v2.13.0...v2.14.0

Release v2.13.0

18 Jun 13:00
53d20bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.12.1...v2.13.0

Release v2.12.1

19 Apr 07:59
bfceb95
Compare
Choose a tag to compare

What's Changed

  • Fix using $this in static context in Subscription.php by @Woutrrr in #239

New Contributors

Full Changelog: v2.12.0...v2.12.1

Release v2.12.0

27 Mar 09:53
ff8a0b8
Compare
Choose a tag to compare

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 #229

Full Changelog: v2.11.1...v2.12.0