Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## Unreleased

- [#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.
- [#161](https://github.com/Shopify/shopify-php-api/pull/161) Set psr/log dependency to "^1.1|^2.0|^3.0" to allow usage in various newer projects.

## v2.0.1 - 2022-04-11

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"require": {
"php": "^7.4 || ^8.0 || ^8.1",
"ramsey/uuid": "^4.1",
"psr/log": "^1.1",
"psr/log": "^1.1|^2.0|^3.0",
"firebase/php-jwt": "^5.2",
"psr/http-client": "^1.0",
"guzzlehttp/guzzle": "^7.0",
Expand Down