File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,29 @@ All notable changes to Payola will be documented in this file.
77## Unreleased
88[ Full Changelog] ( https://github.com/peterkeen/payola/compare/v1.4.0...HEAD )
99
10+ ### Security
11+ - Raise error if ` payola_can_modify_customer/subscription? ` unimplemented. #246
12+
13+ ### Enhancements
14+ - Take optional ` stripe_customer_id ` when creating a sale. #183
15+ - Clean up error target HTML attributes. #198
16+ - Update ` cancel_at_period_end ` in ` CancelSubscription ` service. #200
17+ - Synchronize subscription amount and currency fields with Stripe. #202
18+ - Send the ` plan_id ` along with the form submission. #206
19+ - Set a customer's payment source if nil. #210
20+ - Maintain the active coupon code on a subscription. #211
21+ - Disallow deleting a plan if it has any related subscriptions. #221
22+ - Flash message i18n. #229
23+ - Rails 5.0 support. #232
24+
1025### Bug Fixes
11- - Call ` instrument_quantity_changed ` from ` ChangeSubscriptionQuantity ` . #235
26+ - Stop setting ` Stripe.api_key ` directly in ` CancelSubscription ` service. #201
27+ - Convert tax_percent from integer to decimal (at most two decimal places). #189
28+ - Submit all subscription options for existing stripe customers. #207
29+ - Update subscription quantity when a subscription is changed. #218
30+ - Fix flash message typo 'Successfully'. #228
31+ - Make tax percentage migration reversible. #242
32+ - Call ` instrument_quantity_changed ` from ` ChangeSubscriptionQuantity ` . #250
1233
1334## v1.4.0 - 2016-01-28
1435[ Full Changelog] ( https://github.com/peterkeen/payola/compare/v1.3.2...v1.4.0 )
You can’t perform that action at this time.
0 commit comments