Releases: tansengming/stripe-rails
Releases · tansengming/stripe-rails
2.2.0
- Add Prices as a configuration object. Thanks @jamesprior!
2.1.0
- 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
- Everything from on the 2.0.0.pre release
- includes changes from the 1.10.2 release
Version 1.10.2
- adds missing callback
invoice.paid
. Thanks @SyborgStudios.
2.0.0.pre
- [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
- adds missing callbacks for
payment_intent
. Thanks @klapperkopp .
Version 1.10.0
- Adds support for using multiple tiers in a plan, thanks @cpsoinos
Version 1.9.1
- Fixes issue with
rake stripe:verify
thanks @Millariel !
Version 1.9.0
- Adds support for multiple signing secrets. Thanks again @jacobcsmith !
Version 1.8.2
- adds missing callbacks for
payment_intent
,payment_method
andsetup_intent
. Thanks @jacobcsmith !