This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
Releases: signifly/shopify-php-sdk
Releases · signifly/shopify-php-sdk
v0.4.1 - 2020-09-11
v0.4.0 - 2020-03-05
This release contains the following:
- Add support for illuminate/support 7.0
- Drop support for illuminate/support 5.x
v0.3.1 - 2019-11-19
Fixed
- Bugfix: Replace singular resource key method call
v0.3.0 - 2019-11-19
Added
- Cursor implementation to paginate responses
- Retrieve last response from the client
Fixed
- Minor bugfixes
v0.2.1 - 2019-11-07
This release contains the following:
- Bugfix: Do not use lowercase on
name
property inResourceKey
v0.2.0 - 2019-09-10
This release contains the following:
- Upgrade illuminate/support to 6.0
v0.1.5 - 2019-06-25
This release contains the following:
- Bugfix: Fixed error in offsetExists
v0.1.4 - 2019-05-28
This release contains the following:
- Added
except
andonly
methods toApiResource
v0.1.3 - 2019-05-28
This release contains the following:
- Ignore all test and documentation with "export-ignore"
v0.1.2 - 2019-05-23
This release contains the following:
- Fixed a namespace bug in ActionFactory