You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,26 +9,26 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
9
9
10
10
## v3.0.0 - 2022-07-04
11
11
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.
14
14
15
15
## v2.0.1 - 2022-04-11
16
16
17
17
### Added
18
18
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
21
21
22
22
## v2.0.0 - 2022-04-04
23
23
24
24
### Added
25
25
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
0 commit comments