Skip to content

Releases: tansengming/stripe-rails

Version 1.1.2

25 Oct 17:14
Compare
Choose a tag to compare
  • Fixes js partial crash if stripe_js_version is not defined

Version 1.1.1

31 Aug 15:29
Compare
Choose a tag to compare
  • Make stripe-ruby-mock an optional dependency (thanks @gaffneyc)

Version 1.1.0

29 Aug 14:33
Compare
Choose a tag to compare
  • Adds a testing module for testing callbacks (thanks @Pyo25)
  • Fixes loading with ActionController::API (thanks @gaffneyc)
  • Fixes NoMethodError: NoMethodError (undefined method 'object' for #ActionController::Parameters (thanks to a whole bunch of people for reporting this)

Version 1.0.2

15 Aug 22:05
Compare
Choose a tag to compare
  • Remove authenticity token check (thanks @lewispb)
  • Adding timeout options to config (thanks @rgerard)
  • Add 'day' as possible plan interval (thanks @vdragsic and @artemave)

Version 1.0.1

08 Aug 21:09
Compare
Choose a tag to compare

Version 1.0.0 (Breaky McBreakface)

24 Jul 15:09
Compare
Choose a tag to compare
  • [BREAKING] Update to latest stripe events (thanks @hopsoft). Note that if you are using the after_customer_card_created, after_customer_card_updated or after_customer_card_deleted callbacks, you MUST update them to after_customer_source_created, after_customer_source_updated or after_customer_source_deleted respectively. You also need to start using Stripe API Version > 2015-02-18 or else the webhook might not work as expected.
  • [BREAKING] Updates to the latest version of Stripe JS. If you were using stripe_javascript_tag without specifying the version number, note that it will now default to Stripe JS v3. This version is incompatible with the previous default.
  • The gem will only be tested on Rails 4 and 5 from now on.
  • Gem will henceforth only be tested on Ruby >= 2.1.9.
  • add statement descriptor to plan attributes (thanks @jbender)
  • Relax version constraint on the responders gem

Version 0.4.1

01 Jun 18:50
Compare
Choose a tag to compare
  • Support for api_version header parameter (thanks @kiddrew)
  • Relax version constraint on stripe gem (thanks @gaffneyc)