- New: A new [frm-payment] shortcode has been added. This can be used to display quick details about a payment for a given entry ID. For example, [frm-payment entry=[id] show=amount] can be used in a view to get the payment amount.
- New: The table output from the [frm-subscriptions] shortcode is now responsive on mobile widths.
- New: Recurring payments now support a new "Recurring Payment Limit" setting. Once the limit has been reached, subscriptions will be automatically cancelled.
- New: The submit button will no longer be disabled when a Stripe link payment method field is conditionally hidden.
- Fix: Payments using a currency that uses a comma as the decimal separator would have an incorrect amount value when the amount value had a single decimal point like 11,5.
- Fix: After a recent Stripe update, forms with multiple payment actions would get stuck on a spinning button on submit.
- Fix: In some cases, a Stripe Link redirect would happen after failing to create an entry, resulting in an unexpected redirect to stripe.com.
- Fix: Subscription plan details would not update after changing the trial period.