Skip to content

Releases: SchemaApp/php-shopify

API version 2024-01

01 Apr 17:00
2a49dc3
Compare
Choose a tag to compare

Bumps the API version to 2024-01

Add support for Shopify API versioning

22 Aug 17:33
Compare
Choose a tag to compare

Allow configuration of Shopify API version (e.g. 2022-07)

Remove loop

21 Jun 14:55
Compare
Choose a tag to compare
2.1.4

fix(curlrequest): remove loop, don't retry failing attempts

Throw exception for throttling rather than retry

29 Apr 14:59
Compare
Choose a tag to compare
2.1.3

fix(throttle): change throttle to throw exception instead of retry

Add sleep between throttle checks

25 Apr 20:33
Compare
Choose a tag to compare
2.1.2

fix(throttling): add sleep between lock checks

Import redis

24 Apr 20:03
Compare
Choose a tag to compare
2.1.1

fix: import redis

Throttle API calls using redis

24 Apr 18:38
Compare
Choose a tag to compare
2.1.0

fix(shopify): change throttling amount

Remove static properties for config

08 Mar 14:38
Compare
Choose a tag to compare

Allow multiple instances of the ShopifySDK to work simultaneously by removing the static config properties and switching them to object properties.

Remove sleeping retry

27 Nov 19:07
Compare
Choose a tag to compare
v1.0.4

remove sleeping retry