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

Release v1.0.0 - Ready to rock and roll 🎸

Compare
Choose a tag to compare
@sandervanhooft sandervanhooft released this 03 Sep 10:42
· 253 commits to master since this release
0174412

We've had a rigorous beta testing period, followed by an amazing announcement party at Laracon.EU.

Thanks everyone for all the ❤️.

Here is laravel/cashier-mollie v1.

Enjoy! 🎉


- Sander


PS. Some noteworthy changes since last release:

  • added the MandateUpdated event
  • the downloaded invoice filename has the format invoiceReference_appName.pdf, so your customer sees a recognisable filename once it's in their Download folder.
  • the configured first payment amount is including the VAT (whatever the taxPercentage)
  • The redirectUrl on the FirstPaymentBuilder can be overridden
  • a number of subscription modifiers support lazy processing, so you can modify some more before the payment is generated (updateQuantity, incrementQuantity, decrementQuantity, swap and restartCycleWithModifications).
  • the helper method $subscription->restartCycleWithModifications(...) is public. This helper method is at the heart of Cashier's prorating features.