@@ -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.0
7
+ Stable tag: 4.10.1
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,15 @@ The plugin provides various filter and action hooks that allow you to modify or
189
189
== Changelog ==
190
190
191
191
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
+
192
201
#### 4.10.0 - Jan 23, 2025
193
202
194
203
- 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
1151
1160
**Improvements**
1152
1161
1153
1162
- 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 ...
1165
1164
1166
1165
== Upgrade Notice ==
1167
1166
0 commit comments