- Security: Added a nonce check and additional validation when deleting payments.
- New: A clickable (no title) link will now be displayed instead of a blank space in the form column of the payments table for forms without titles.
- New: Subscription IDs are now clickable links to the Stripe Dashboard when viewing a subscription.
- New: Links to deleted entries have been removed from the payments table. Deleted entries are now flagged with (Deleted) following the entry ID.
- New: Compatibility with the PayPal add on has been improved. Now PayPal payments will use the proper PayPal case when displayed on admin pages and the payment status will no longer be be blank for a pending PayPal payment.
- New: A confirmation pop up has been added when deleting a payment.
- Fix: Stripe Link payments would redirect to an invalid URL when embedded.
- Fix: Stripe Link payments would redirect to a blank 0 page when Formidable Multilingual was active because of an invalid URL.
- Fix: Stripe payment intents were getting created without additional payment method types for recurring payments when using a connected Stripe account.
- Fix: An additional incomplete payment would always get created after submitting a form with a Stripe Link action.
- Fix: Stripe actions with dynamic amount values were not updating on load when the amount is defined by a target field's default value, causing payments to appear as $1 instead of the expected value.
- Fix: A redirect would go to a blank page after successfully cancelling a subscription from the View Entry page.
- Fix: Conditional logic wasn't working for redirect confirmation actions. The same redirect URL would always be used regardless of field values.
- Fix: Japanese Yen payments were getting logged to the database as the incorrect value because of a decimal calculation issue.