Skip to content

Releases: tansengming/stripe-rails

2.2.0

06 Dec 15:53
Compare
Choose a tag to compare
  • Add Prices as a configuration object. Thanks @jamesprior!

2.1.0

18 Oct 17:06
Compare
Choose a tag to compare
  • Added option to ignore missing API key and don't show any warning. Thanks @ndbroadbent!
  • Handle passing nil to signing_secret= and add tests. Thanks @martron!

2.0.0

18 Sep 19:06
a5b859b
Compare
Choose a tag to compare
  • Everything from on the 2.0.0.pre release
  • includes changes from the 1.10.2 release

Version 1.10.2

18 Sep 18:53
Compare
Choose a tag to compare

2.0.0.pre

29 May 21:51
Compare
Choose a tag to compare
2.0.0.pre Pre-release
Pre-release
  • [Breaking] Updated to work only with Rails >= 5.1
  • [Breaking] It'll only be tested on Ruby 2.7, 2.6 and 2.5.
  • [Breaking] Supports the Stripe gem => 3.15.0 (from 2 years ago)
  • [Breaking] Removes Stripe::PingsController controller.

Version 1.10.1

29 May 19:04
Compare
Choose a tag to compare
  • adds missing callbacks for payment_intent. Thanks @klapperkopp .

Version 1.10.0

31 Mar 22:10
Compare
Choose a tag to compare
  • Adds support for using multiple tiers in a plan, thanks @cpsoinos

Version 1.9.1

28 Oct 23:33
Compare
Choose a tag to compare
  • Fixes issue with rake stripe:verify thanks @Millariel !

Version 1.9.0

01 Sep 15:01
Compare
Choose a tag to compare
  • Adds support for multiple signing secrets. Thanks again @jacobcsmith !

Version 1.8.2

31 Aug 14:24
Compare
Choose a tag to compare
  • adds missing callbacks for payment_intent, payment_method and setup_intent. Thanks @jacobcsmith !