Skip to content

Releases: tansengming/stripe-rails

Version 1.8.1

26 Jul 13:58
Compare
Choose a tag to compare
  • adds callback for invoice.payment_action_required. Thanks @alexagranov .
  • fixes when clearing callbacks after unload doesn't play nice with eager_load. Thanks @alexagranov for reporting the problem and coming up with an initial fix for it.

Version 1.8.0

25 Jul 17:48
Compare
Choose a tag to compare
  • Configure publishable key from ENV. Thanks @cyu .

Version 1.7.2

29 Jun 21:22
Compare
Choose a tag to compare
  • fixes require error after update from Stripe gem. Thanks @dark-panda !

Version 1.7.1

24 May 13:20
Compare
Choose a tag to compare

Version 1.7.0

09 May 18:43
Compare
Choose a tag to compare
  • [New Feature] add support for Plan to use a constant name different from plan id thanks @alexagranov !
  • Add checkout.session.completed webhook thanks @Nitrino !

Version 1.6.1

04 Mar 15:46
Compare
Choose a tag to compare

Version 1.6.0

08 Jan 16:11
Compare
Choose a tag to compare
  • New Year New Feature: Easily include Stripe Elements into your project thanks to @garrettqmartin8 !
  • Travis is now testing the gem on Ruby 2.6.0

Version 1.5.5

16 Dec 19:35
Compare
Choose a tag to compare
  • Fixed issue with Rails development and Spring: Clear callbacks before files are reloaded during development and test - thanks @ndbroadbent

Version 1.5.4

14 Nov 18:34
Compare
Choose a tag to compare
  • Removes test exception from event dispatch
  • Travis is now testing the gem on Ruby 2.5.3, 2.4.5, 2.3.8

Version 1.5.3

25 Oct 20:06
Compare
Choose a tag to compare
  • Add usage_type, aggregate_usage, and billing_scheme - thanks @garrettqmartin8