|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | | -## Next Release |
| 3 | +## v8.0.0 (2025-04-28) |
| 4 | + |
| 5 | +See our [Upgrade Guide](UPGRADE_GUIDE.md#upgrading-from-7x-to-80) for more details. |
4 | 6 |
|
5 | 7 | - Drops support for PHP 8.0 |
6 | 8 | - Adds `custom_headers` property to webhook model |
|
19 | 21 | - Corrects the `param` references to `property` references on all error models |
20 | 22 | - Adds new `AddressVerificationFieldError` for the `errors` property on a `Verification` model |
21 | 23 | - Adds missing `suggestion` property to `FieldError` |
22 | | -- Removes deprecated `createList` tracker endpoint function as it is no longer available via API |
| 24 | +- Removes deprecated `tracker.createList` endpoint function as it is no longer available via API |
23 | 25 | - Removes deprecated `user.allApiKeys` and `user.apiKeys`, use `apiKey.all` and `apiKey.retrieveApiKeysForUser` respectively |
24 | 26 | - Bump deps |
25 | 27 |
|
|
52 | 54 |
|
53 | 55 | ## v7.0.0 (2023-12-01) |
54 | 56 |
|
55 | | -Upgrading major versions of this project? Refer to the [Upgrade Guide](UPGRADE_GUIDE.md). |
| 57 | +See our [Upgrade Guide](UPGRADE_GUIDE.md#upgrading-from-6x-to-70) for more details. |
56 | 58 |
|
57 | 59 | - Drops support for PHP 7.4 |
58 | 60 | - Adds support for PHP 8.3 |
@@ -127,7 +129,7 @@ Upgrading major versions of this project? Refer to the [Upgrade Guide](UPGRADE_G |
127 | 129 |
|
128 | 130 | ## v6.0.0 (2023-01-05) |
129 | 131 |
|
130 | | -Upgrading major versions of this project? Refer to the [Upgrade Guide](UPGRADE_GUIDE.md). |
| 132 | +See our [Upgrade Guide](UPGRADE_GUIDE.md#upgrading-from-5x-to-60) for more details. |
131 | 133 |
|
132 | 134 | - Release final version of v6 that contains all the changes in the `v6.0.0-rc1` below |
133 | 135 |
|
@@ -224,7 +226,7 @@ Upgrading major versions of this project? Refer to the [Upgrade Guide](UPGRADE_G |
224 | 226 |
|
225 | 227 | ## v5.0.0 (2022-02-09) |
226 | 228 |
|
227 | | -Upgrading major versions of this project? Refer to the [Upgrade Guide](UPGRADE_GUIDE.md). |
| 229 | +See our [Upgrade Guide](UPGRADE_GUIDE.md#upgrading-from-4x-to-50) for more details. |
228 | 230 |
|
229 | 231 | - Bumped minimum PHP version supported from `5.3` to `7.3` |
230 | 232 | - Adds a full test suite, all functions are now tested for each object |
@@ -252,7 +254,7 @@ Upgrading major versions of this project? Refer to the [Upgrade Guide](UPGRADE_G |
252 | 254 |
|
253 | 255 | ## v4.0.0 (2021-10-06) |
254 | 256 |
|
255 | | -Upgrading major versions of this project? Refer to the [Upgrade Guide](UPGRADE_GUIDE.md). |
| 257 | +See our [Upgrade Guide](UPGRADE_GUIDE.md#upgrading-from-3x-to-40) for more details. |
256 | 258 |
|
257 | 259 | - JSON encodes POST bodies instead of form encoding them |
258 | 260 | - Adds TaxIdentifier support |
|
0 commit comments