v2.5.2 - 2024-08-20
- Allow false values in checkout by @driesvints in #276
v2.5.1 - 2024-07-30
- Handle empty name values for a customer by @doncadavona in #268
v2.5.0 - 2024-07-09
- Bill for non-catalog items by @AcTiv3MineD in #263
v2.4.4 - 2024-06-18
- Migrated from Paddle.Setup() to Paddle.Initialize() by @sertxudev in #264
v2.4.3 - 2024-05-28
- Fix empty payload by @driesvints in #260
- [2.x] Prevent customer from logging out by @driesvints in #261
- Rename name param to type by @driesvints in #262
v2.4.2 - 2024-04-23
v2.4.1 - 2024-04-09
v2.4.0 - 2024-02-27
- [2.x] Add the ability to get the paddle error by @bensherred in #248
v2.3.1 - 2024-02-13
Version
v2.3.0 - 2024-02-13
- Add support for Client Side Tokens by @HelgeSverre in #245
v2.2.1 - 2024-01-30
- [2.x] Carbon v3 support by @driesvints in #243
v2.2.0 - 2024-01-16
- [2.x] Laravel v11 support by @nunomaduro in #237
v2.1.0 - 2024-01-12
- [2.x] Use proper API Key naming by @driesvints in #233
- [2.x] Protect against duplication of customer by @driesvints in #234
v2.0.7 - 2024-01-09
- [2.x] Fix next payment amount by @driesvints in #231
v2.0.6 - 2023-12-21
- [2.x] Fix quantity method by @driesvints in #226
v2.0.5 - 2023-12-19
- [2.x] Clear generic trial for subscription creation by @driesvints in #222
v2.0.4 - 2023-12-12
- [2.x] Update Cashier::api error message by @Ahmad-Alkaf in #217
- [2.x] Fix existing customers in Paddle issue by @driesvints in #220
v2.0.3 - 2023-12-07
- Fix Verification Webhook Signature by @majdiyassin20 in #216
v2.0.2 - 2023-12-07
- Update VerifyWebhookSignature.php by @majdiyassin20 in #214
- [2.x] Fix generic trial for customers by @driesvints in #215
v2.0.1 - 2023-12-05
- Remove loading of migrations by @driesvints in #210
v2.0.0 - 2023-12-04
- Paddle Billing support
v1.9.2 - 2023-10-17
- Fix Livewire support by @ralphjsmit in #199
v1.9.1 - 2023-08-24
- Handle duplicated subscription created event by @AcTiv3MineD in #194
v1.9.0 - 2023-05-22
- Drop PHP 7.2 & 7.3 and Laravel 7 by @driesvints in #188
v1.8.2 - 2023-04-27
- 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 - 2023-01-19
- Modify return type of updateUrl and cancelUrl on Subscription by @LasseRafn in #179
v1.8.0 - 2023-01-06
- Laravel v10 Support by @driesvints in #178
v1.7.0 - 2023-01-03
- Uses PHP Native Type Declarations 🐘 by @nunomaduro in #171
v1.6.2 - 2022-11-15
- Do not allow updating quantities to zero by @driesvints in #174
v1.6.1 - 2022-06-22
- Replace heavy
symfony/intl
dependency by @jbrooksuk in #167
v1.6.0 - 2022-05-17
- Add trial expired methods by @driesvints in #166
v1.5.5 - 2022-04-22
- Add options to formatAmount by @driesvints in #162
v1.5.4 - 2022-04-01
- Pass locale to custom format amount by @driesvints in #160
v1.5.3 - 2022-03-28
- Fix type for event by @driesvints in #159
v1.5.2 - 2022-03-18
- Allow to serialize payment object by @driesvints in #157
v1.5.1 - 2022-02-22
- Allow spatie/url 2.0 by @bashgeek in #154
- Add hasTax method (#149)
- Laravel 9 Support (#150)
- Fix empty
paymentMethod
(#148)
- Allow moneyphp version 4 (#143)
- Trim whitespace for pay link values (#121)
- Fix maxlength characters for charge title (#112)
- Allow custom models (#106)
- Fix payment method calls (#105)
- Subscription Modifiers (#95)
- PHP 8 Support (#91)
- Missing use statement for
SubscriptionPaymentFailed
(#81) - Fix n+1 problem with subscription retrieval (#83)
- Allow customer values in payload override (#78)
- Event Improvements (#72)
- Added function to see when the trial is ending (#69)
- Update webhook events to be more expressive (#67)
- Refactor exception throwing for updates (#54)
- 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)
- 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)
Initial release.