Releases: phpclassic/php-shopify
Releases · phpclassic/php-shopify
v1.1.21
- AccessScope resource #246
- FulfillmentOrder hold and release_hold methods #245
Fixes:
- Default API Version. #251
v1.1.20
- Add additional curl configuration #238
v1.1.19
Fixes
- Added the Cart Resource #204
- Throw an exception if the access token request failed #219
- Return location header as array if response is 303 #221
- Remove query params from current url #227
- Adding Fulfillment Order #228
v1.1.18
- Update CountryTest (error fix)
v1.1.17
- Update Default API Version to 2021-01
v1.1.16
Issues
- Missing TenderTransaction endpoint #199, Resolves #198
v1.1.15
- Add Shopify API header
X-Shopify-Api-Features
as a config to the SDK #165
- Added resources and child resources of Balance, Balance->Transaction, and Payouts to ShopifyPayment. #171
- Update Customer.php with query string parameter #176
- Created function to generate account_activation_link #178
- Fix bug introduced by #143 by lowercasing key in getHeader #183
- Use Retry-After header as value to sleep for before retrying request #184
- Support DiscountCode batch Action #188
- calculate() takes an optional array as a parameter. #191 #190
v1.1.14
Added ShopifyPayment Dispute resource #162
v1.1.13
Fixes
- Update ShopifySDK.php (Add missing @property-read and @method php doc.) #159
v1.1.12
Fixes:
- price rule endpoint supports count #158