Releases: tansengming/stripe-rails
Releases · tansengming/stripe-rails
2.6.0
- Add the following callbacks (Thanks @4nd2in !):
checkout.session.async_payment_failedcheckout.session.async_payment_succeededcustomer.subscription.pausedcustomer.subscription.pending_update_appliedcustomer.subscription.pending_update_expiredcustomer.subscription.resumedinvoice.deletedinvoice.finalization_failedinvoice.overdueinvoice.will_be_due
- Fix request handling in rack versions >= 3.1 where
Request#[]is deprecated (#230). Thanks @4nd2in and
@light-flight ! - adds testing for Ruby 3 and Rails 7
- stops testing on Ruby < 3 and Rails 5
2.5.0
What's Changed
- Allow
stripe_elements_tagto accept a block. Thanks @chip !
- removes testing for ruby 2.5.9, 2.6.10 by @tansengming in #229
New Contributors
Full Changelog: 2.4.0...2.5.0
2.4.0
2.3.5
- Fix some deprecation warnings in tests. Thanks @smtlaissezfaire !
- Fix
NameError when loading JavascriptHelper. Thanks @smtlaissezfaire !
2.3.4
- Add setup_intent.canceled and setup_intent.requires_action callbacks. Thanks @jamesjason !
2.3.3
- Add checkout.session.expired callback. Thanks @danielwellman !
2.3.2
- Add Subscription Schedule and Tax Rate Callbacks #213 . Thanks @lesliepoolman !
2.3.1
- Add price callbacks. Thanks @StevenElberger !
2.3.0
- Adds testing for Rails 6.0
- Add
nameattribute to coupons. Thanks @ZilvinasKucinskas!
2.2.1
- Add payment_intent.requires_action callback, thanks @VadimLeader.