Skip to content

Commit 582252e

Browse files
Merge pull request #198 from Shopify/kos/update_repo_links
Update API repo links (post Editions 2022 tidy-up)
2 parents 78a0416 + e482066 commit 582252e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
99

1010
## v3.0.0 - 2022-07-04
1111

12-
- [#197](https://github.com/Shopify/shopify-php-api/pull/197) ⚠️ [Breaking] Add REST resources for July 2022 API version, remove support and REST resources for July 2021 (`2021-07`) API version
13-
- [#180](https://github.com/Shopify/shopify-php-api/pull/180) Add optional `saving` parameter to `toArray` of `Base` class - default is `false` and will include read-only attributes in returned array; `true` used for `save` when committing via API to Shopify, which excludes read-only attributes.
12+
- [#197](https://github.com/Shopify/shopify-api-php/pull/197) ⚠️ [Breaking] Add REST resources for July 2022 API version, remove support and REST resources for July 2021 (`2021-07`) API version
13+
- [#180](https://github.com/Shopify/shopify-api-php/pull/180) Add optional `saving` parameter to `toArray` of `Base` class - default is `false` and will include read-only attributes in returned array; `true` used for `save` when committing via API to Shopify, which excludes read-only attributes.
1414

1515
## v2.0.1 - 2022-04-11
1616

1717
### Added
1818

19-
- [#168](https://github.com/Shopify/shopify-php-api/pull/168) Allow REST resources to configure a deny list of attributes to be excluded when saving
20-
- [#169](https://github.com/Shopify/shopify-php-api/pull/169) Allow loading dynamic fields returned by the API, and fix an issue when loading object arrays from API response data
19+
- [#168](https://github.com/Shopify/shopify-api-php/pull/168) Allow REST resources to configure a deny list of attributes to be excluded when saving
20+
- [#169](https://github.com/Shopify/shopify-api-php/pull/169) Allow loading dynamic fields returned by the API, and fix an issue when loading object arrays from API response data
2121

2222
## v2.0.0 - 2022-04-04
2323

2424
### Added
2525

26-
- [#139](https://github.com/Shopify/shopify-php-api/pull/139) Add support for REST resources
27-
- [#134](https://github.com/Shopify/shopify-php-api/pull/134) ⚠️ [Breaking] Add support for PHP 8.1 and remove 7.3 from the supported list, since it's no longer supported
28-
- [#136](https://github.com/Shopify/shopify-php-api/pull/136) Allow full paths in REST requests
26+
- [#139](https://github.com/Shopify/shopify-api-php/pull/139) Add support for REST resources
27+
- [#134](https://github.com/Shopify/shopify-api-php/pull/134) ⚠️ [Breaking] Add support for PHP 8.1 and remove 7.3 from the supported list, since it's no longer supported
28+
- [#136](https://github.com/Shopify/shopify-api-php/pull/136) Allow full paths in REST requests
2929

3030
### Fixed
3131

32-
- [#117](https://github.com/Shopify/shopify-php-api/pull/117) Handle float `Retry-After` headers
33-
- [#114](https://github.com/Shopify/shopify-php-api/pull/114) Update session cookie expiration after OAuth
34-
- [#116](https://github.com/Shopify/shopify-php-api/pull/116) Save signature OAuth cookies when using the fallback function for frameworkless apps
32+
- [#117](https://github.com/Shopify/shopify-api-php/pull/117) Handle float `Retry-After` headers
33+
- [#114](https://github.com/Shopify/shopify-api-php/pull/114) Update session cookie expiration after OAuth
34+
- [#116](https://github.com/Shopify/shopify-api-php/pull/116) Save signature OAuth cookies when using the fallback function for frameworkless apps

0 commit comments

Comments
 (0)