Contact Form 7 version 5.7.5 is now available. This minor update release includes several improvements and bug fixes. Also, this is the plugin’s first release that has been tested with WordPress 6.2.
Requires: WordPress 6.0 or higher
Tested up to: WordPress 6.2-RC4
» Download Contact Form 7 plugin from WordPress.org
Major changes
- Block editor: Introduces
wpcf7_enqueue_block_editor_assets()
and retrieves contact forms only when needed. - Flamingo: Excludes form field data that supports
do-not-store
. Previously, this task was done in the common form submission process. In 5.7.5 and later, the responsibility lies with each data storage module like Flamingo. - Replaces the [contact-form-7 404 "Not Found"] error with a friendlier message.
- Replaces
get_page_by_title()
calls withWPCF7_ContactForm::find()
. - HTML formatter: Suppresses the insertion of
<p>
when the current position is inside a p-child element.
You can browse the full list of changes on GitHub.