Skip to content

Commit

Permalink
docs: Add upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgrayston-paddle committed Sep 18, 2024
1 parent 61865ad commit 723ffc7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Upgrading

All breaking changes prior to v1 will be documented in this file to assist with upgrading.
All breaking changes will be documented in this file to assist with upgrading.

## v1.2.0

Upgrading to this version introduces 2 changes that may require action

1. `\Paddle\SDK\Entities\Shared\TransactionPaymentAttempt` field `paymentMethodId` was `string` only,
but has been aligned with the API to be `string` or `null`.

2. `Paddle\SDK\Resources\PricingPreviews\Operations` field `items` has been aligned with the API and can no longer be empty.

## v1.0.0

Expand Down

0 comments on commit 723ffc7

Please sign in to comment.