Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Releases: renoki-co/cashier-register

4.0.0

16 Mar 20:26
36b4d8e
Compare
Choose a tag to compare

BillableWith* traits got removed (#21), and instead, you should use the Billable trait bundled with either Stripe or Paddle.

Starting with Stripe Cashier 12.9.1 and Paddle Cashier 1.4.3, the packages support useSubscriptionModel. You can still change the subscription model from saas.php when publishing the config file for this package.

This version requires a minimum of one of the following, based on your use case:

  • laravel/cashier:"^12.9.1"
  • laravel/cashier-paddle:"^1.4.3"

3.4.1

20 Jan 08:22
7ed1dc5
Compare
Choose a tag to compare

Security patches

3.4.0

20 Nov 08:56
777ca11
Compare
Choose a tag to compare
Update ci.yml

3.3.0

11 Sep 16:07
c8b052e
Compare
Choose a tag to compare

Laravel 8.x

3.2.2

05 Aug 16:18
Compare
Choose a tag to compare

3.2.1

05 Aug 15:05
Compare
Choose a tag to compare
  • Fixed a bug with unlimited quota features and swapping check (bbaef5c)

3.2.0

05 Aug 14:13
2d90e33
Compare
Choose a tag to compare
  • Added featuresOverQuotaWhenSwapping to check the feature usage compared to another plan (#12)

3.1.1

27 Jul 15:45
667c80e
Compare
Choose a tag to compare
Update composer.json

3.1.0

27 Jul 15:29
a1789c4
Compare
Choose a tag to compare
Update composer.json

3.0.2

22 Jul 17:05
Compare
Choose a tag to compare
  • Added tags for publish commands (0f64eaf)