Skip to content

Releases: deanpcmad/paddle

v2.7.0

13 Nov 19:24
Compare
Choose a tag to compare

Full Changelog: v2.6.0...v2.7.0

v2.6.0

18 Sep 20:21
3fe120e
Compare
Choose a tag to compare

Full Changelog: v2.5.2...v2.6.0

v2.5.0

01 Aug 19:14
7d8c727
Compare
Choose a tag to compare
  • Fixed issue where Paddle::Errors wasn't being autoloaded

Full Changelog: v2.4.1...v2.5.0

v2.4.0

01 Aug 18:42
aa7a578
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

16 Jul 18:16
826fee6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.3.0

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