Skip to content

Commit 16a820c

Browse files
v4.10.2
1 parent b92a937 commit 16a820c

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

mailchimp-for-wp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: MC4WP: Mailchimp for WordPress
55
Plugin URI: https://www.mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page
66
Description: Mailchimp for WordPress by ibericode. Adds various highly effective sign-up methods to your site.
7-
Version: 4.10.1
7+
Version: 4.10.2
88
Author: ibericode
99
Author URI: https://www.ibericode.com/
1010
Text Domain: mailchimp-for-wp
@@ -43,7 +43,7 @@
4343
}
4444

4545
// bootstrap the core plugin
46-
define('MC4WP_VERSION', '4.10.1');
46+
define('MC4WP_VERSION', '4.10.2');
4747
define('MC4WP_PLUGIN_DIR', __DIR__);
4848
define('MC4WP_PLUGIN_FILE', __FILE__);
4949

readme.txt

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.mc4wp.com/contribute/#utm_source=wp-plugin-repo&utm_med
44
Tags: mailchimp, subscribe, email, newsletter, form
55
Requires at least: 4.6
66
Tested up to: 6.7
7-
Stable tag: 4.10.1
7+
Stable tag: 4.10.2
88
License: GPL-3.0-or-later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
Requires PHP: 7.4
@@ -189,6 +189,13 @@ The plugin provides various filter and action hooks that allow you to modify or
189189
== Changelog ==
190190

191191

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+
192199
#### 4.10.1 - Feb 06, 2025
193200

194201
- 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
11481155
- "Send welcome email" is now handled from your list settings in Mailchimp.
11491156
- Filter `mc4wp_form_merge_vars` is now called `mc4wp_form_data`.
11501157
- 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 ...
11641159

11651160
== Upgrade Notice ==
11661161

0 commit comments

Comments
 (0)