- New: Protected file upload errors will now include title, message, and code when calling wp_die so that 403 and 404 errors can be filtered and redirected.
- Fix: File uploads were getting flagged as spam on some mobile devices because of an autocomplete conflict when the honeypot setting was off or set to basic. This will now only happen if honeypot is set to strict.
- Fix: Name fields were displaying with a comma when displayed with a shortcode in an HTML field.
- Fix: Protected files were disappearing after in-place edits if the file data was assigned to post data.