Skip to content

Commit 0819f13

Browse files
v4.10.1
1 parent bf61600 commit 0819f13

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
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.0
7+
Version: 4.10.1
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.0');
46+
define('MC4WP_VERSION', '4.10.1');
4747
define('MC4WP_PLUGIN_DIR', __DIR__);
4848
define('MC4WP_PLUGIN_FILE', __FILE__);
4949

readme.txt

Lines changed: 11 additions & 12 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.0
7+
Stable tag: 4.10.1
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,15 @@ The plugin provides various filter and action hooks that allow you to modify or
189189
== Changelog ==
190190

191191

192+
#### 4.10.1 - Feb 06, 2025
193+
194+
- Fix JS error breaking Ninja Forms edit form page when not connected to a Mailchimp account or account has no audiences.
195+
- Remove `sprintf` usage in hot path.
196+
- Lazy load `MC4WP_API_V3` class to save some memory and parse time.
197+
- Save a tiny bit of memory in autoloader implementation by not repeatedly storing plugin directory.
198+
- Remove unused setting key from default options.
199+
200+
192201
#### 4.10.0 - Jan 23, 2025
193202

194203
- Bump required PHP version to 7.4 or higher.
@@ -1151,17 +1160,7 @@ This release updates the plugin to version 3 of the Mailchimp API. Please [read
11511160
**Improvements**
11521161

11531162
- The plugin now communicates with the latest & greatest Mailchimp API.
1154-
- Previously unsubscribed subscribers can now be re-added without errors.
1155-
- Add `User-Agent` header to all API requests.
1156-
- Available fields in form editor are now split-up by category.
1157-
- Birthday fields now accept a broader range of values and delimiters.
1158-
1159-
**Fixes**
1160-
1161-
- Issue with only 10 Mailchimp lists / fields / interests being returned.
1162-
- Incorrect form message showing when double opt-in is disabled.
1163-
- Error in upgrade routine when API request fails.
1164-
- List fields not ...
1163+
- Previously unsubscribed subscribers can ...
11651164

11661165
== Upgrade Notice ==
11671166

0 commit comments

Comments
 (0)