Contact Form 7 4.7 is now available. This release is mainly aimed at several internal refinements that are going to be important in the future evolution. Although it doesn’t include fixes for security issues or critical bugs, I recommend that all users upgrade as soon as possible.
Requires: WordPress 4.6 or higher
Tested up to: WordPress 4.7.2
» Download Contact Form 7 plugin from WordPress.org
Change Log
- Added REST API custom endpoints to manipulate contact form data.
- Config Validator: Added test items for field names and attachment file paths.
- Added custom DOM events:
wpcf7invalid
,wpcf7spam
,wpcf7mailsent
,wpcf7mailfailed
andwpcf7submit
. - New action hook:
wpcf7_after_flamingo
. - Added
size
option toselect
andselect*
form-tag types. - Made it possible to use the 3rd parameter of
wpcf7_add_form_tag()
to specify “features” of the form-tag type.