1.4.0 - 2023-12-12
artisan lmsqueezy:listen
by @DanielHudson in lmsqueezy#54
1.3.3 - 2023-12-12
- Fix missing Illuminate Builder import in Order model by @rvetrsek in lmsqueezy#68
1.3.2 - 2023-11-20
- Add indexes by @driesvints in lmsqueezy#63
1.3.1 - 2023-11-20
- Fixes for orders by @calebporzio in lmsqueezy#62
1.3.0 - 2023-11-19
- Implement Orders by @driesvints in lmsqueezy#60
1.2.4 - 2023-11-02
- Fix missing lemon_squeezy_id if billable was on generic trial by @pdziewa in lmsqueezy#52
1.2.3 - 2023-10-10
- Fix nullable lemon_squeezy_id on customers table by @driesvints in lmsqueezy#50
1.2.2 - 2023-10-10
- PHP 8.3 support by @driesvints in lmsqueezy#48
1.2.1 - 2023-10-05
- Fix issues with customer record by @driesvints in lmsqueezy#47
1.2.0 - 2023-10-04
- Support for customer portals by @driesvints in lmsqueezy#46
- Use
hash_equals
when validating webhook signature by @thinkverse in lmsqueezy#42
1.1.2 - 2023-08-10
- Adding Event and Webhook handler to get license updates by @abishekrsrikaanth in lmsqueezy#41
1.1.1 - 2023-08-06
- Dispatching the correct event name when a license is created by @abishekrsrikaanth in lmsqueezy#35
1.1.0 - 2023-07-18
- Add support for custom name, description and receipt_thank_you_note at checkout by @UrosCodes in lmsqueezy#34
1.0.1 - 2023-07-15
- Fix can't find Subscription from SubscriptionPayment by @ycs77 in lmsqueezy#33
1.0.0 - 2023-06-16
- First stable release
- Add support for custom price at checkout by @mraheelkhan in lmsqueezy#28
- Add remaining events by @driesvints in lmsqueezy#30
0.2.1 - 2023-05-20
- Add "down" method for migrations by @Flatroy in lmsqueezy#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#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