We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f4250 commit c3dca02Copy full SHA for c3dca02
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Payola Changelog
2
3
+* v1.3.2 - 2015-05-18
4
+ - Lock stripe-ruby-mock to v2.1.0 to work around test issues
5
+ - Properly bubble subscription errors up to the user
6
+ - Handle card declines
7
+ - Add bitcoin option to checkout button
8
+ - Move the Payola Pro message out of initializers
9
+
10
* v1.3.1 - 2015-03-18
11
- Fix a problem when creating subscription invoice payments
12
- Peg Stripe gem at 1.20.1 pending a fix to rebelidealist/stripe-ruby-mock#203
lib/payola/version.rb
@@ -1,3 +1,3 @@
module Payola
- VERSION = "1.3.1"
+ VERSION = "1.3.2"
end
0 commit comments