- New: This plugin now includes translations for French, Spanish, Italian, German, Japanese, and Brazilian Portuguese.
- New: The required email field used for Stripe Link payments will now display a required asterisk like other required fields.
- New: When a Name field is mapped to a Stripe payment action, the (First) and (Last) descriptions are now included in the dropdown option label to make it more clear how the values are mapped.
- New: Screen reader text has been updated to the payments admin page to improve accessibility.
- Fix: Conditional confirmation actions would not work as expected when using Stripe Link.
- Fix: Several additional checks have been added to help prevent issues with duplicate email notifications getting sent when a Stripe Link payment has been completed in some cases.
- Fix: Stripe payments would fail to initialize when using shortcode amount values for many currency types including Mexican Pesos.
- Fix: Additional checks have been added to prevent an Undefined array key “capture” PHP warning.
- Fix: A conversational form with Stripe disabled would not submit normally.
- Fix: The hook used to load translations has been updated to improve compatibility with WordPress 6.7+.
- Fix: The test mode column wasn't getting set up properly for Stripe Link payments.
- A reference to an old function, frmFrontForm.savingDraft, that no longer exists has been removed.
- Checks have been added to avoid trying to extend the time limit when the set_time_limit function does not exist to improve compatibility.