Releases: tansengming/stripe-rails
Releases · tansengming/stripe-rails
2.6.0
- Add the following callbacks (Thanks @4nd2in !):
checkout.session.async_payment_failed
checkout.session.async_payment_succeeded
customer.subscription.paused
customer.subscription.pending_update_applied
customer.subscription.pending_update_expired
customer.subscription.resumed
invoice.deleted
invoice.finalization_failed
invoice.overdue
invoice.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_tag
to 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
name
attribute to coupons. Thanks @ZilvinasKucinskas!
2.2.1
- Add payment_intent.requires_action callback, thanks @VadimLeader.