All Versions
22
Latest Version
Avg Release Cycle
54 days
Latest Release
2491 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.5.1 Changes
November 25, 2017โจ Enhancements
- ๐ Support Turbolinks & non-Turbolinks apps reliably. #254
- โ Added support to
ChangeSubscriptionPlan
fortrial_end
andcoupon
- Reset subscription
cancel_at_period_end
inChangeSubscriptionPlan
- โ Remove
spec/
and.gitignored
files fromgemspec.files
. #293 - ๐ Allow checkout form to override currency. #296
- โ Add support for single exp field
- ๐ Support Rails 5.1
- ๐ Allow for non-card payment types in Subscription Create #327
๐ Bug Fixes
- ๐
PayolaPaymentForm.poll()
handles HTTP error responses. #310
-
v1.5.0 Changes
October 27, 2016๐ Security
- Raise error if
payola_can_modify_customer/subscription?
unimplemented. #246
โจ Enhancements
- ๐คก Unpegged Stripe gem and stripe-ruby-mock. #255
- Take optional
stripe_customer_id
when creating a sale. #183 - Clean up error target HTML attributes. #198
- Update
cancel_at_period_end
inCancelSubscription
service. #200 - ๐ Synchronize subscription amount and currency fields with Stripe. #202
- Send the
plan_id
along with the form submission. #206 - Set a customer's payment source if nil. #210
- Maintain the active coupon code on a subscription. #211
- Disallow deleting a plan if it has any related subscriptions. #221
- Flash message i18n. #229
- ๐ Rails 5.0 support. #232
- Add client side validation to subscription_form_onestep.js. #262
๐ Bug Fixes
- Stop setting
Stripe.api_key
directly inCancelSubscription
service. #201 - Convert tax_percent from integer to decimal (at most two decimal places). #189
- Submit all subscription options for existing stripe customers. #207
- โก๏ธ Update subscription quantity when a subscription is changed. #218
- ๐ Fix flash message typo 'Successfully'. #228
- ๐ Make tax percentage migration reversible. #242
- Call
instrument_quantity_changed
fromChangeSubscriptionQuantity
. #250 - ๐ Fix api_key String spec errors with stripe-ruby-mock 2.3.1. #261
- ๐ Ensure ENV keys are seen as Strings by recent stripe-ruby versions. #265
- Raise error if
-
v1.4.0 Changes
January 28, 2016โจ Enhancements
- โ Add a wrapper for the error function to pass xhr.responseJSON to checkout buttons.
- ๐ Support free trials and plans by allowing subscription creation without credit card. #144, #145
- ๐ Support cancelling subscription at period end. #146
- Trigger
error
event on Payola HTML elements when an error occurs. #147 - ๐ Allows coupon to be applied to changing subscription, and turns off prorating in that scenario per Stripe instructions. #150
- ๐ Support for subscription creation with trial_end and optional stripeToken. #151
- โ Add config option to determine whether to create plans in Stripe. #156
- Allow
Plan#trial_period_days
attribute to remain optional. #160 - Accept tax percentage for subscriptions. #167
- Functionality to manage multiple cards and update customer attributes. Includes optional authorization check
payola_can_modify_customer?
. #168 - Optionally include checkout.stripe.com assets with
include_stripe_checkout_assets
. #169 - Improve support for subscription
at_period_end
. #165 - ๐ Support reusing existing Stripe customer for subscriptions. #170
- Listen for customer.subscription.deleted webhooks and cancel the associated subscription. #172
- ๐ Show plan interval in description instead of hardcoding to 'month'. #176
- ๐ Support coupons in
subscriptions/_checkout
partial. #179 - ๐ Allow sales to be refunded on the client side. #181
- ๐ Introduce
return_to
to support custom return paths after customer/card actions. #180 - ๐
StartSubscription
no longer requires Stripe token for free plans. #190 - Turbolinks compatibility. #191
๐ Bug Fixes
- Disable only Payola-related submit button(s) on page. #113
- ๐ Fix jQuery XHR JSON error handling. #159
- Ensure Payola.create_stripe_plans global gets set back to true. #164
- Registration form no longer uses hardcoded
/users
path. #171 - โ Remove debugging output in javascripts. #177
- โ Remove weird copy of StartSubscription service specs. #178
- Only cancel subscription in
SubscriptionDeleted
if it can be canceled. #186
-
v1.3.2 Changes
May 18, 2015- ๐ Lock stripe-ruby-mock to v2.1.0 to work around test issues
- Properly bubble subscription errors up to the user
- ๐ Handle card declines
- โ Add bitcoin option to checkout button
- ๐ Move the Payola Pro message out of initializers
-
v1.3.1 Changes
March 18, 2015- ๐ Fix a problem when creating subscription invoice payments
- ๐คก Peg Stripe gem at 1.20.1 pending a fix to rebelidealist/stripe-ruby-mock#203
-
v1.3.0 Changes
February 28, 2015- ๐ Support Stripe API version 2015-02-18
-
v1.2.7 Changes
February 28, 2015- ๐ Fix Javascript error handling for one-step subscriptions
- โ Add some docs about events and turbolinks incompatibility
- ๐ Support namespaced models for plans
-
v1.2.6 Changes
January 26, 2015- ๐ Fix Javascript error handling for subscriptions
-
v1.2.5 Changes
January 25, 2015- Capure all attributes from Stripe when starting a subscription
- ๐ Allow for use of Checkout for Subscriptions
- Only re-use active or canceled subscriptions
- ๐ Make plan creation idempotent
-
v1.2.4 Changes
January 06, 2015- ๐ Fix regressions in v1.2.3