Skip to content

Releases: mollie/laravel-cashier-mollie

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

Release v2.11.1

15 Jan 14:50
20f8f5d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.11.0...v2.11.1

Release v2.11.0

16 Nov 09:30
ec07354
Compare
Choose a tag to compare

What's Changed

  • add amountChargedBack method to order by @Naoray in #215

Full Changelog: 2.10.0...v2.11.0

Release v2.10.0

02 Oct 11:52
f22df34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.0...2.10.0

Release v2.9.0

14 Sep 09:38
2b635b1
Compare
Choose a tag to compare

What's Changed

  • add subscription scopes documentation by @Naoray in #191
  • Custom mollie_customer_id and mollie_mandate_id column names by @sander3 in #189
  • add test for swapping subscription and apply a coupon immediately by @Naoray in #201
  • Makes Payment description and Receipt translatable by @Naoray in #192

New Contributors

Full Changelog: v2.8.0...v2.9.0

Release v2.8.0

18 Jul 08:13
a8d9555
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.1...v2.8.0

Release v2.7.1

26 Jun 13:38
b233a34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.7.1

Release v2.7.0

13 Mar 11:54
49576dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.1...v2.7.0

Release v2.6.1

17 Feb 15:01
55f76f9
Compare
Choose a tag to compare

What’s Changed

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