@@ -4,7 +4,7 @@ Donate link: https://www.mc4wp.com/contribute/#utm_source=wp-plugin-repo&utm_med
44Tags: mailchimp, subscribe, email, newsletter, form
55Requires at least: 4.6
66Tested up to: 6.9.1
7- Stable tag: 4.11.1
7+ Stable tag: 4.12.0
88License: GPL-3.0-or-later
99License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010Requires PHP: 7.4
@@ -189,6 +189,23 @@ The plugin provides various filter and action hooks that allow you to modify or
189189== Changelog ==
190190
191191
192+ #### 4.12.0 - Mar 9, 2026
193+
194+ - Remove the ability to unsubscribe through a form. You should migrate to the Mailchimp hosted form for this, which does email verification.
195+ - Add block properties so the form block can be reordered inside the Gutenberg editor.
196+ - Fix redirect not occuring after running MC4WP actions.
197+ - Various type fixes, PHPDoc improvements and removal of unused code.
198+
199+ The following fixes and improvements were contributed by [Faisal Ahammad](https://faisalahammad.com/):
200+
201+ - Add WP Forms field setting for configuring double opt-in.
202+ - Add PeepSo registration form integration.
203+ - Fix required validation for Ninja Forms integration.
204+ - Add autocomplete attribute to form fields.
205+ - Enable live updates in Gravity Forms editor.
206+
207+
208+
192209#### 4.11.0 - Jan 20, 2026
193210
194211- Add form setting to remove tags from existing subscribers.
@@ -1119,37 +1136,7 @@ Please note that installing this update requires you to also update any add-ons
11191136
11201137**Additions**
11211138
1122- - Added `mc4wp_form_api_error` action hook for API errors encountered by forms.
1123- - Added `element_class` argument to `[mc4wp_form]` shortcode for adding CSS classes.
1124-
1125-
1126- #### 4.0.6 - October 10, 2016
1127-
1128- **Fixes**
1129-
1130- - Issue with lists not showing when using W3 Total Cache with APCu object cache enabled.
1131-
1132- **Improvements**
1133-
1134- - We're no longer stripping newlines from text fields.
1135-
1136- **Additions**
1137-
1138- - Added missing e-commerce related API methods to API class.
1139-
1140-
1141- #### 4.0.5 - September 29, 2016
1142-
1143- **Fixes**
1144-
1145- - Allow checkbox option for the List Choice field (again).
1146-
1147- **Improvements**
1148-
1149- - Fetch Mailchimp lists over AJAX, to speed up perceived performance (especially when your account has many lists).
1150- - Periodically fetch Mailchimp lists, so cache is always fresh.
1151- - Improved `<label>` element accessibility for checkbox integrations.
1152- - Stop using double ...
1139+ - Added `mc4wp_form_api_error` action ...
11531140
11541141== Upgrade Notice ==
11551142
0 commit comments