Skip to content

Releases: deanpcmad/paddle

v2.2.1

28 Jun 10:10
62b2d1f
Compare
Choose a tag to compare
  • Added support for each, first and last on Collections

Full Changelog: v2.2.0...v2.2.1

v2.2.0

24 Apr 15:21
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.2.0

v2.0

12 Aug 19:39
Compare
Choose a tag to compare

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