All Versions
22
Latest Version
Avg Release Cycle
54 days
Latest Release
2337 days ago

Changelog History
Page 1

  • v1.5.1 Changes

    November 25, 2017

    Full Changelog

    ✨ Enhancements

    • 👌 Support Turbolinks & non-Turbolinks apps reliably. #254
    • ➕ Added support to ChangeSubscriptionPlan for trial_end and coupon
    • Reset subscription cancel_at_period_end in ChangeSubscriptionPlan
    • ✂ Remove spec/ and .gitignored files from gemspec.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

    Full Changelog

    🔒 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 in CancelSubscription 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 in CancelSubscription 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 from ChangeSubscriptionQuantity. #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
  • v1.4.0 Changes

    January 28, 2016

    Full Changelog

    ✨ 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

    Full Changelog

    • 🔒 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

    Full Changelog

    • 🛠 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

    Full Changelog

    • 👌 Support Stripe API version 2015-02-18
  • v1.2.7 Changes

    February 28, 2015

    Full Changelog

    • 🛠 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

    Full Changelog

    • 🛠 Fix Javascript error handling for subscriptions
  • v1.2.5 Changes

    January 25, 2015

    Full Changelog

    • 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

    Full Changelog

    • 🛠 Fix regressions in v1.2.3