@@ -4,7 +4,7 @@ Donate link: https://www.mc4wp.com/contribute/#utm_source=wp-plugin-repo&utm_med
4
4
Tags: mailchimp, subscribe, email, newsletter, form
5
5
Requires at least: 4.6
6
6
Tested up to: 6.7
7
- Stable tag: 4.10.1
7
+ Stable tag: 4.10.2
8
8
License: GPL-3.0-or-later
9
9
License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
10
Requires PHP: 7.4
@@ -189,6 +189,13 @@ The plugin provides various filter and action hooks that allow you to modify or
189
189
== Changelog ==
190
190
191
191
192
+ #### 4.10.2 - Feb 28, 2025
193
+
194
+ - Fix WPForms parameter type change causing a fatal error if using WPForms with a Mailchimp sign-up field.
195
+ - Add Mailchimp data to Personal Data exporter. Contributed by [David Anderson from UpdraftPlus](https://updraftplus.com/).
196
+ - Prevent PHP notices in lists overview on general settings page.
197
+
198
+
192
199
#### 4.10.1 - Feb 06, 2025
193
200
194
201
- Fix JS error breaking Ninja Forms edit form page when not connected to a Mailchimp account or account has no audiences.
@@ -1148,19 +1155,7 @@ This release updates the plugin to version 3 of the Mailchimp API. Please [read
1148
1155
- "Send welcome email" is now handled from your list settings in Mailchimp.
1149
1156
- Filter `mc4wp_form_merge_vars` is now called `mc4wp_form_data`.
1150
1157
- Filter `mc4wp_integration_merge_vars` is now called `mc4wp_integration_data`.
1151
- - New format for GROUPING fields in forms & filter hooks.
1152
- - Value delimiter in hidden fields is now a pipe `|` character.
1153
-
1154
- **Additions**
1155
-
1156
- - New filter: `mc4wp_form_subscriber_data`.
1157
- - New filter: `mc4wp_integration_subscriber_data`.
1158
- - New form tag: `{cookie name="mycookie"}`
1159
-
1160
- **Improvements**
1161
-
1162
- - The plugin now communicates with the latest & greatest Mailchimp API.
1163
- - Previously unsubscribed subscribers can ...
1158
+ - New format ...
1164
1159
1165
1160
== Upgrade Notice ==
1166
1161
0 commit comments