Skip to content

Tags: sebastienhouzet/php-shopify

Tags

v1.1.2

Toggle v1.1.2's commit message
Count option is not available for Currency.

v1.1.1

Toggle v1.1.1's commit message
[Fixes phpclassic#47] Replace http_build_query with custom function

http_build_query in the method does URL-encoding to its components. While it may seem a logical thing to do, technically the string to be constructed is not a URL. Shopify doesn't do such encoding and as a result, the generated hash value does not match.

For example in the case when Shopify supplies protocol=http:// query parameter and current implementation with http_build_query encodes it to protocol=https%3A%2F%2F resulting in false negative result.

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request phpclassic#91 from phpclassic/v1.1

V1.1 - Merge to master

v1.1.0-beta

Toggle v1.1.0-beta's commit message
GraphQL Feature added

v1.0.6

Toggle v1.0.6's commit message
[Fixes phpclassic#85] Separate AdminUrl and ApiUrl (Because of ApiVer…

…sion update

v1.0.5

Toggle v1.0.5's commit message
[Fixes phpclassic#79] Api Versioning

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request phpclassic#52 from db306/master

Fixed PriceRule propertyRead from the main SDK

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ReadMe update for getting authentication url

v1.0.2

Toggle v1.0.2's commit message
Fixes phpclassic#18 - Added �Article Metafield child resource.

v1.0.1

Toggle v1.0.1's commit message
README Fix.