Skip to content

Releases: nozzlegear/ShopifySharp

1.7.1

07 Oct 22:01
Compare
Choose a tag to compare
  • 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

03 Oct 21:24
Compare
Choose a tag to compare

New feature: ShopifyScriptTagService. Create, get, list, count, update and delete script tags.

1.6.0

25 Sep 02:40
Compare
Choose a tag to compare

New feature: ShopifyChargeService. Create, retrieve, list and activate one-time application charges.

Bugfixes for this release can be found here.

1.5.0

15 Sep 19:38
Compare
Choose a tag to compare

Adds ShopifyRecurringChargeStatus to ShopifyRecurringCharge objects.

1.4.0

12 Sep 03:32
Compare
Choose a tag to compare

New feature: ShopifyRecurringChargeService. Create, retrieve, list, activate and delete recurring application charges.