1.6.2 - 2024-07-23
- fix: clean up annoying empty lines and timer for expose listen in terminal by @boudydegeer in lmsqueezy/laravel#100
1.6.1 - 2024-07-23
- fix: Filter correct products for store in ListProductsCommand by @boudydegeer in lmsqueezy/laravel#99
1.6.0 - 2024-07-03
- Add command to list products and variants by @heyjorgedev in lmsqueezy/laravel#80
1.5.5 - 2024-07-01
- Limit Listen command on Windows by @driesvints in lmsqueezy/laravel#97
1.5.4 - 2024-05-27
- Prevent firing of events when billable is deleted by @driesvints in lmsqueezy/laravel#91
1.5.3 - 2024-05-06
- Replace carbon return type with carboninterface for trialEndsAt by @dimitri-koenig in lmsqueezy/laravel#87
1.5.2 - 2024-03-26
- Fix Tests on Laravel 11 and exit codes by @heyjorgedev in lmsqueezy/laravel#79
- Cast variant_id before saving by @matthiasweiss in lmsqueezy/laravel#81
1.5.1 - 2024-03-21
- Fix listen command with webhook secret by @DanielHudson in lmsqueezy/laravel#78
1.5.0 - 2024-03-08
- Laravel v11 by @driesvints in lmsqueezy/laravel#75
1.4.0 - 2023-12-12
artisan lmsqueezy:listen
by @DanielHudson in lmsqueezy/laravel#54
1.3.3 - 2023-12-12
- Fix missing Illuminate Builder import in Order model by @rvetrsek in lmsqueezy/laravel#68
1.3.2 - 2023-11-20
- Add indexes by @driesvints in lmsqueezy/laravel#63
1.3.1 - 2023-11-20
- Fixes for orders by @calebporzio in lmsqueezy/laravel#62
1.3.0 - 2023-11-19
- Implement Orders by @driesvints in lmsqueezy/laravel#60
1.2.4 - 2023-11-02
- Fix missing lemon_squeezy_id if billable was on generic trial by @pdziewa in lmsqueezy/laravel#52
1.2.3 - 2023-10-10
- Fix nullable lemon_squeezy_id on customers table by @driesvints in lmsqueezy/laravel#50
1.2.2 - 2023-10-10
- PHP 8.3 support by @driesvints in lmsqueezy/laravel#48
1.2.1 - 2023-10-05
- Fix issues with customer record by @driesvints in lmsqueezy/laravel#47
1.2.0 - 2023-10-04
- Support for customer portals by @driesvints in lmsqueezy/laravel#46
- Use
hash_equals
when validating webhook signature by @thinkverse in lmsqueezy/laravel#42
1.1.2 - 2023-08-10
- Adding Event and Webhook handler to get license updates by @abishekrsrikaanth in lmsqueezy/laravel#41
1.1.1 - 2023-08-06
- Dispatching the correct event name when a license is created by @abishekrsrikaanth in lmsqueezy/laravel#35
1.1.0 - 2023-07-18
- Add support for custom name, description and receipt_thank_you_note at checkout by @UrosCodes in lmsqueezy/laravel#34
1.0.1 - 2023-07-15
- Fix can't find Subscription from SubscriptionPayment by @ycs77 in lmsqueezy/laravel#33
1.0.0 - 2023-06-16
- First stable release
- Add support for custom price at checkout by @mraheelkhan in lmsqueezy/laravel#28
- Add remaining events by @driesvints in lmsqueezy/laravel#30
0.2.1 - 2023-05-20
- Add "down" method for migrations by @Flatroy in lmsqueezy/laravel#19
- Add endTrial method and document billing anchor by @driesvints in https://github.com/lmsqueezy/laravel/commit/2d63056363fd345ef8971d2d1651f628ef7599f1
0.2.0 - 2023-05-08
- Add missing
hasExpiredTrial
method onSubscription
model by @driesvints in https://github.com/lmsqueezy/laravel/commit/8e2e711c08245bfc0f8010531d106c9221dbab60 - Anonymous class migration by @shuvroroy in lmsqueezy/laravel#5
- Allow regular checkouts to create subscriptions by @driesvints in https://github.com/lmsqueezy/laravel/commit/7fd4375591ac4253c61c2c1a72c0858693876a18
- Fix creation of customers by @driesvints in https://github.com/lmsqueezy/laravel/commit/29c141971d1d41c3a16b4b6aac670db45d639083
- Initial pre-release