Skip to content

Commit c609c37

Browse files
v4.10.5
1 parent c1f7d92 commit c609c37

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-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.4
7+
Version: 4.10.5
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.4');
46+
define('MC4WP_VERSION', '4.10.5');
4747
define('MC4WP_PLUGIN_DIR', __DIR__);
4848
define('MC4WP_PLUGIN_FILE', __FILE__);
4949

readme.txt

Lines changed: 9 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.8
7-
Stable tag: 4.10.4
7+
Stable tag: 4.10.5
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.5 - Jun 25, 2025
193+
194+
- [Ninja Forms] Always show at least one list option so that onchange event fires properly (to load Audience fields).
195+
- Update third-party JS dependencies.
196+
- Optimize SVG icons for reduced file sizes.
197+
198+
192199
#### 4.10.4 - May 26, 2025
193200

194201
- Improved context-dependent escaping in dynamic content tags.
@@ -1151,17 +1158,7 @@ Please note that installing this update requires you to also update any add-ons
11511158

11521159
**Fixes**
11531160

1154-
- Hidden fields which referenced interest groups by name were not sent to Mailchimp.
1155-
- Adding hidden field to form would reset value on every change.
1156-
1157-
**Improvements**
1158-
1159-
- Decrease file size of JavaScript for forms by about 30%.
1160-
1161-
1162-
#### 4.0 & 4.0.1 - August 9, 2016
1163-
1164-
This release updates the ...
1161+
- Hidden fields which referenced interest groups by name were ...
11651162

11661163
== Upgrade Notice ==
11671164

0 commit comments

Comments
 (0)