Releases: tansengming/stripe-rails
Releases · tansengming/stripe-rails
Version 1.8.1
- 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
- Configure publishable key from ENV. Thanks @cyu .
Version 1.7.2
- fixes
require
error after update from Stripe gem. Thanks @dark-panda !
Version 1.7.1
- Don't assume sprockets are loaded thanks @manusajith
Version 1.7.0
- [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
- Add new invoice webhooks thanks @noahezekwugo !
Version 1.6.0
- 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
- Fixed issue with Rails development and Spring: Clear callbacks before files are reloaded during development and test - thanks @ndbroadbent
Version 1.5.4
- 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
- Add usage_type, aggregate_usage, and billing_scheme - thanks @garrettqmartin8