Skip to content

Releases: kfrancis/chargify-dot-net

v1.4.0

03 Nov 18:10
Compare
Choose a tag to compare

NuGet Release: v1.4.0

  • Adding some price point functionality, though notably there are some issues between XML and JSON for these methods. (for #89 and #52)

v1.3.7

22 Jul 16:47
Compare
Choose a tag to compare

NuGet Release: v1.3.7

  • Implementing DotNet.ReproducibleBuilds and fixing up the GitHub Action for build and publish
  • Nice green flags now in NPE
  • Removed all the cruft and updated all packages

v1.3.4

30 Jun 15:42
Compare
Choose a tag to compare

NuGet Release v1.3.4

Changes:

  • (changed) Merge #82 default to IntervalUnit.Unknown for invalid IntervalUnit data on product
  • (changed) Merge #87 Update payment collection methods from invoice to remittance
  • (breaking change) Coupon percentage is now decimal (from int), thanks @Glen5641 from #88

v1.3.3

01 Apr 18:42
19f5d8a
Compare
Choose a tag to compare

NuGet Release v1.3.3

  • (Breaking) Switches ChargifyID from int to long (needed to happen eventually).
  • (add) PurgeSubscription
  • (add) Enable/disable portal access
  • (fixed) UpdateDelayedCancellation #75

Thanks @EdLichtman for the great work!

v1.3.2

19 Mar 14:24
Compare
Choose a tag to compare

Nuget release v1.3.2

  • Add filter when getting subscriptions (thanks @EdLichtman)
  • Add paused subscription state (thanks @formsoverdata)
  • Add cc_emails for customer (thanks @jpodpro)

v1.3.0

30 Oct 20:01
Compare
Choose a tag to compare
  • Sanitize full card number from request param in the exception for #65
  • Add the missing IMetafield code (sorry everyone!) for #64
  • Change psp generated urls to chargifypay.com from chargify.com for #60

NuGet Release

v1.2.5

28 Mar 19:30
Compare
Choose a tag to compare

NuGet Release v1.2.5

Adds subscription create preview endpoint, fixing #61 (thanks Matt Meo). Method CreateSubscriptionPreview() takes the same ISubscriptionCreateOptions as the create method making it super easy.

v1.2.4

23 Nov 17:44
Compare
Choose a tag to compare

NuGet Release v1.2.4

v1.2.3

19 Sep 14:47
Compare
Choose a tag to compare

NuGet Release v1.2.3

  • Fixed issue #54 with hosted/public page URL being encoded incorrectly (thanks OSPete)

v1.2.1

28 Jun 19:42
Compare
Choose a tag to compare

NuGet Release v1.2.1

  • Now targets .NET 4, .NET 4.5 and .NET Core (follows .NET Standard 2.0)
  • Remove web.config transform