Releases: laravel/cashier-paddle
Releases · laravel/cashier-paddle
v2.0.0
- Paddle Billing support
v2.0.0-alpha.3
- Fix transaction updated webhook handler by @karlomikus in #205
v2.0.0-alpha.2
- Fix incorrect variable assignment by @driesvints in d0db701
- Add missing
syncSubscriptionItems
method by @driesvints in c0f0da5
v2.0.0-alpha.1
- [2.x] Paddle Billing support by @driesvints in #198
- [2.x] Drop PHP 7.2 support by @driesvints in #108
- [2.x] Drop Laravel 7 support by @driesvints in #107
- [2.x] Fixed trial ends at by @yoeriboven in #123
hasTax()
for price by @Larsklopstra in #126- Apply fixes from StyleCI by @taylorotwell in #127
- [2.x] Use anonymous migrations by @mmachatschek in #155
- Drop old versions by @driesvints in #163
- [2.x] Modernize migrations by @driesvints in #172
- [2.x] Drop Laravel v9 and PHP 8.0 by @driesvints in #196
v1.9.2
- Fix Livewire support by @ralphjsmit in #199
v1.9.1
- Handle duplicated subscription created event by @AcTiv3MineD in #194
v1.9.0
- Drop PHP 7.2 & 7.3 and Laravel 7 by @driesvints in #188
v1.8.2
- Fix Japanese Yen amounts by @driesvints in #184
- Fix Korean Won amounts by @patrickomeara in #185
- Move the logic into a Cashier static method by @patrickomeara in #186
- Handle the paddle decimal amount by @patrickomeara in #187
v1.8.1
Fixed
- Modify return type of updateUrl and cancelUrl on Subscription by @LasseRafn in #179
v1.8.0
Added
- Laravel v10 Support by @driesvints in #178