1.7.0 - 2024-10-16
- PHP 8.4 support by @driesvints in #109
1.6.3 - 2024-10-07
- Add support for prompts 0.2 and 0.3 by @driesvints in #107
1.6.2 - 2024-07-23
- fix: clean up annoying empty lines and timer for expose listen in terminal by @boudydegeer in #100
1.6.1 - 2024-07-23
- fix: Filter correct products for store in ListProductsCommand by @boudydegeer in #99
1.6.0 - 2024-07-03
- Add command to list products and variants by @heyjorgedev in #80
1.5.5 - 2024-07-01
- Limit Listen command on Windows by @driesvints in #97
1.5.4 - 2024-05-27
- Prevent firing of events when billable is deleted by @driesvints in #91
1.5.3 - 2024-05-06
- Replace carbon return type with carboninterface for trialEndsAt by @dimitri-koenig in #87
1.5.2 - 2024-03-26
- Fix Tests on Laravel 11 and exit codes by @heyjorgedev in #79
- Cast variant_id before saving by @matthiasweiss in #81
1.5.1 - 2024-03-21
- Fix listen command with webhook secret by @DanielHudson in #78
1.5.0 - 2024-03-08
- Laravel v11 by @driesvints in #75
1.4.0 - 2023-12-12
artisan lmsqueezy:listen
by @DanielHudson in #54
1.3.3 - 2023-12-12
1.3.2 - 2023-11-20
- Add indexes by @driesvints in #63
1.3.1 - 2023-11-20
- Fixes for orders by @calebporzio in #62
1.3.0 - 2023-11-19
- Implement Orders by @driesvints in #60
1.2.4 - 2023-11-02
1.2.3 - 2023-10-10
- Fix nullable lemon_squeezy_id on customers table by @driesvints in #50
1.2.2 - 2023-10-10
- PHP 8.3 support by @driesvints in #48
1.2.1 - 2023-10-05
- Fix issues with customer record by @driesvints in #47
1.2.0 - 2023-10-04
- Support for customer portals by @driesvints in #46
- Use
hash_equals
when validating webhook signature by @thinkverse in #42
1.1.2 - 2023-08-10
- Adding Event and Webhook handler to get license updates by @abishekrsrikaanth in #41
1.1.1 - 2023-08-06
- Dispatching the correct event name when a license is created by @abishekrsrikaanth in #35
1.1.0 - 2023-07-18
- Add support for custom name, description and receipt_thank_you_note at checkout by @UrosCodes in #34
1.0.1 - 2023-07-15
1.0.0 - 2023-06-16
- First stable release
- Add support for custom price at checkout by @mraheelkhan in #28
- Add remaining events by @driesvints in #30
0.2.1 - 2023-05-20
- Add "down" method for migrations by @Flatroy in #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 #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