Releases: kfrancis/chargify-dot-net
Releases · kfrancis/chargify-dot-net
v1.4.0
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
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
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
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.0
- 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
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.3
NuGet Release v1.2.3
- Fixed issue #54 with hosted/public page URL being encoded incorrectly (thanks OSPete)
v1.2.1
NuGet Release v1.2.1
- Now targets .NET 4, .NET 4.5 and .NET Core (follows .NET Standard 2.0)
- Remove web.config transform