Skip to content

Commit 15b29aa

Browse files
v4.10.6
1 parent 9925ae1 commit 15b29aa

File tree

2 files changed

+10
-11
lines changed

2 files changed

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

readme.txt

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

191191

192+
#### 4.10.6 - Jul 23, 2025
193+
194+
- [WooCommerce Checkout] Fix checkbox from showing up in order confirmation email if using Checkout Block.
195+
- [Forms] Fix `{response}` tag being escaped.
196+
197+
192198
#### 4.10.5 - Jun 25, 2025
193199

194200
- [Ninja Forms] Always show at least one list option so that onchange event fires properly (to load Audience fields).
@@ -1151,14 +1157,7 @@ Please note that installing this update requires you to also update any add-ons
11511157
**Additions**
11521158

11531159
- Add pre-checked option to Ninja Forms integration.
1154-
- You can now [conditionally hide fields or elements](https://www.mc4wp.com/kb/conditional-fields-elements/) using the `data-show-if` attribute.
1155-
1156-
1157-
#### 4.0.2 - August 10, 2016
1158-
1159-
**Fixes**
1160-
1161-
- Hidden fields which referenced interest groups by name were ...
1160+
- ...
11621161

11631162
== Upgrade Notice ==
11641163

0 commit comments

Comments
 (0)