Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Releases: laravel/cashier-mollie

Release v1.12.1

01 Apr 14:24
Compare
Choose a tag to compare

Fixed an issue which occurred when processing negative order amounts with user balance (thanks @stefro!)

Release v1.12.0

31 Mar 12:19
Compare
Choose a tag to compare
  • Allows you to provide Dompdf options when generating an invoice pdf. (Thanks @DiyanDev !)
  • You can now access the Mollie Payment on the MandateUpdated event.

Release v1.11.2

11 Mar 14:04
77f9a63
Compare
Choose a tag to compare

Fixed an issue causing cashier:run to throw an exception.

Release v1.11.1

09 Mar 14:39
fc8ec82
Compare
Choose a tag to compare
  • Added support for Laravel 7.
  • Dropped support for Laravel 5.8 (you can read more in the Laravel support policy).

Release v1.10.5

27 Feb 14:07
Compare
Choose a tag to compare

Fixed an issue where the subscription quantity was not propagated properly throughout a first payment (#159).

Release v1.10.4

26 Feb 14:57
4322a2f
Compare
Choose a tag to compare

Fixed cashier:run to filter OrderItems with second precision instead of day precision (#156).

Release v1.10.3

28 Jan 13:46
ed8bfa7
Compare
Choose a tag to compare
  • Fixed issue #139 causing the OrderNumberGenerator not being loaded from the cashier config file.

Release v1.10.2

23 Dec 11:07
Compare
Choose a tag to compare
  • Swapping a cancelled subscription now results in an active subscription instead of a cancelled one.

Release v1.10.1

23 Dec 09:03
Compare
Choose a tag to compare
  • Fixed the calculation of $subscription->cycle_progress and $subscription->cycle_left attributes for cancelled subscriptions.

Release v1.10.0

23 Dec 07:31
Compare
Choose a tag to compare
  • Added the Subscription::cancelNow() method.