Releases: nozzlegear/ShopifySharp
Releases · nozzlegear/ShopifySharp
1.7.2
1.7.1
- Bugfix: ShopifySharp.Enums.ShopifyProcessingMethod did not contain 'free' value, threw exception on deserialization. Fixed by adding 'free' value and a converter that will set any future unknown values to 'Unknown'. Next release will apply this to all enums, owing to the fact that Shopify does not document all valid enums, making it impossible to include them all without trial and error.
1.7.0
New feature: ShopifyScriptTagService. Create, get, list, count, update and delete script tags.
1.6.0
1.5.0
Adds ShopifyRecurringChargeStatus
to ShopifyRecurringCharge
objects.
1.4.0
New feature: ShopifyRecurringChargeService
. Create, retrieve, list, activate and delete recurring application charges.