Releases: laravel/cashier-paddle
Releases · laravel/cashier-paddle
v1.1.0
Added
- Added function to see when the trial is ending (#69)
- Update webhook events to be more expressive (#67)
v1.0.0
Added
- Add
paymentMethod
method (6f78dfe)
- Laravel 8 support (#62)
Changed
- Refactor exception throwing for updates (#54)
Fixed
- Fix webhook controller quantities (#44)
- Fix receipt relation with subscription (#49)
v1.0.0-beta.2
Changed
- Use primary key as customer ID (#3)
- Update minimum Laravel version (5a0531e)
- Refactor to Customer model (#18, f59334b)
- Implement new prices (#24)
- Use endpoint for card info (#25, 3b57ced, 442d4ca)
- Allow to create empty customer (#26)
- Refactor to polymorphic subscriptions (#29)
- Remove paddle_id and paddle_email columns (#38)
- Refactor transactions to receipts (#40)
Fixed
- Prevent swapping during trial (#19)
- Reset pause state after unpausing (7d80186)
- Handle Paddle not charging immediately when trial_days=0 (#35)
- Prevent updating quantities during trial (fcc8b35)
- Prevent cancelling during grace period (5016fea)