WordPress News
MC4WP 4.14.0 Released
What’s new in MC4WP 4.14.0
Released: 2026-08-04
Active installations: 1,000,000
Tested up to WordPress 7.0.2
Requires PHP 7.4
Changelog
- Integrations: Show the sign-up checkbox on the admin “Add New User” form. Thanks arnelap!
- Misc: Add a code snippet for sending the WordPress username to Mailchimp with User Sync.
- Misc: Update WordPress Coding Standards to 3.4 and fix a few incorrect type annotations.
Previous releases
4.13.1
- Forms: Improve handling of pasted wrapper tags in form content.
- Forms: Remove mc4wp_default_form_id option. We now default to first available form.
- Forms: Improve the {email} dynamic content tag by detecting common lowercase email field names.
- Misc: Adhere to DB, Security, I18n sniffs from WordPress Coding Standards.
- Misc: Prevent direct access to plugin configuration files.
4.13.0
- Improve performance by preloading core plugin classes and skipping dynamic content tag parsing when no tags are present.
- Improve security for admin AJAX requests by adding a nonce check and stricter audience ID handling.
- Improve dynamic content tag replacement by removing broken regular expressions.
- Improve form preview output by disabling PHP error display during preview rendering.
- Update JavaScript dependencies and pass admin script data using wp_add_inline_script().