Skip to content

Releases: tansengming/stripe-rails

2.6.0

12 Aug 18:19
Compare
Choose a tag to compare
  • 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

22 Mar 15:03
70ef420
Compare
Choose a tag to compare

What's Changed

  • Allow stripe_elements_tag to accept a block. Thanks @chip !

New Contributors

  • @chip made their first contribution in #228

Full Changelog: 2.4.0...2.5.0

2.4.0

04 Feb 20:08
Compare
Choose a tag to compare
  • Add tax_behavior attribute to Price. Thanks @szechyjs !

2.3.5

01 Oct 06:18
Compare
Choose a tag to compare

2.3.4

03 May 20:00
Compare
Choose a tag to compare
  • Add setup_intent.canceled and setup_intent.requires_action callbacks. Thanks @jamesjason !

2.3.3

17 Dec 18:30
Compare
Choose a tag to compare

2.3.2

15 Oct 20:29
Compare
Choose a tag to compare

2.3.1

17 Sep 19:45
Compare
Choose a tag to compare

2.3.0

08 Mar 20:59
Compare
Choose a tag to compare

2.2.1

22 Dec 17:30
Compare
Choose a tag to compare
  • Add payment_intent.requires_action callback, thanks @VadimLeader.