Releases: deanpcmad/paddle
Releases · deanpcmad/paddle
v2.7.0
- Added support for the Customer Portal Sessions API
Full Changelog: v2.6.0...v2.7.0
v2.6.0
- Added support for the Webhook Simulation APIs
- Added credit notes for adjustments
Full Changelog: v2.5.2...v2.6.0
v2.5.0
- Fixed issue where
Paddle::Errors
wasn't being autoloaded
Full Changelog: v2.4.1...v2.5.0
v2.4.0
What's Changed
- Paddle::Object#update Readme Updates by @shettytejas in #7
- Fixes to the new error code by @deanpcmad in #8
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Add more detailed error handling by @nduplessis in #6
- Paddle::Object#update Method by @shettytejas in #5
New Contributors
- @nduplessis made their first contribution in #6
- @shettytejas made their first contribution in #5
Full Changelog: v2.2.1...v2.3.0
v2.2.1
- Added support for
each
,first
andlast
on Collections
Full Changelog: v2.2.0...v2.2.1
v2.2.0
Full Changelog: v2.0.0...v2.2.0
v2.0
This update contains breaking changes to existing methods
This library has now been renamed from paddlerb
to paddle
.
Thanks to Aaron Patterson for transferring ownership of the paddle
Rubygem to me.
This Library now supports both the Classic API and the API for Paddle's new Billing service.
When using the Classic API, these modules have been moved to Paddle::Classic
. For example:
@client = Paddle::Classic::Client.new(vendor_id: ENV["PADDLE_VENDOR_ID"], vendor_auth_code: ENV["PADDLE_VENDOR_AUTH_CODE"], sandbox: true)
Full Changelog: v0.1.4...v2.0.0