Skip to content

Releases: LukeTowers/php-shopify-api

Release list

v1.1.0

Choose a tag to compare

@LukeTowers LukeTowers released this 01 Jun 08:47
8684e68

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@LukeTowers LukeTowers released this 02 Sep 20:59
Fix for error when calling public method getCallsRemaining() (#2)

The X-Shopify-Shop-Api-Call-Limit header now returns an array with a single string element instead of just a string, this fixes that. Credit to @tpenaranda