Added
- Add Salesforce/Pardot OAuth PKCE support.
- Add Flexible size option for Cloudflare Turnstile captchas. #2913.
- Add Theme setting for Friendly Captcha (light/dark/auto). #2907.
Changed
- Bump
nystudio107/craft-plugin-vite. - Bump
verbb/base. - Bump
verbb/auth. - Allow logged-in front-end users to delete their own submissions via
delete-submissionwithout Formie CP delete permissions (requires the form’s Collect User setting).
Fixed
- Fix Phone country dropdown stuck disabled on multi-page forms.
- Fixed the Restore action being permanently disabled for trashed forms. #2912.
- Fix multi-page forms wiping Group field values when advancing pages, caused by empty companion hidden inputs (Checkboxes, Agree, File Upload, etc.) still posting from non-current pages. #2910.
- Fix User element integration silently skipping group assignment when a configured group UID no longer resolves. #2909.
- Fix multi-page forms disabling Hidden fields on other pages, which broke later-page conditions and could reveal the wrong field on validation.
- Fixed Stripe dynamic amounts failing with floating-point rounding errors (e.g.
5.1becoming509.99999999999994cents). #2903.