- Add a payment status of 'authorized' and a link to capture an authorized payment. When a charge is captured, the status is automatically changed to complete.
- Add hooks for frm_stripe_error_code and frm_stripe_error_messages
- Add frm_pay_[payment type]_sidebar hook for adding content to the sidebar of a single payment
- Add log message when plan creation fails
- If locale is English, return the message from Stripe. This gives us better error messages.
- Add Swedish and Norwegian translations
- Fix: No plan errors for accounts using the current API version. Use the older API version for creating plans
- Fix: Canceled subscriptions were triggering successful payment triggers