Skip to content

Commit 78f14c9

Browse files
v4.9.16
1 parent c98bb2f commit 78f14c9

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
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.9.15
7+
Version: 4.9.16
88
Author: ibericode
99
Author URI: https://www.ibericode.com/
1010
Text Domain: mailchimp-for-wp
@@ -47,7 +47,7 @@ function _mc4wp_load_plugin()
4747
}
4848

4949
// bootstrap the core plugin
50-
define('MC4WP_VERSION', '4.9.15');
50+
define('MC4WP_VERSION', '4.9.16');
5151
define('MC4WP_PLUGIN_DIR', __DIR__);
5252
define('MC4WP_PLUGIN_FILE', __FILE__);
5353

readme.txt

Lines changed: 6 additions & 5 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.6
7-
Stable tag: 4.9.15
7+
Stable tag: 4.9.16
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Requires PHP: 5.6
@@ -189,6 +189,11 @@ The plugin provides various filter and action hooks that allow you to modify or
189189
== Changelog ==
190190

191191

192+
#### 4.9.16 - Sep 11, 2024
193+
194+
- Add support for WooCommerce Checkout Block in sign-up checkbox integration.
195+
196+
192197
#### 4.9.15 - Aug 13, 2024
193198

194199
- Improved anti-spam measures on the [custom form integration](https://www.mc4wp.com/kb/subscribe-mailchimp-custom-html-form/). If you are using the custom form integration (using the `mc4wp-subscribe` checkbox), please test your forms after upgrading and report any issues to us.
@@ -1204,10 +1209,6 @@ This release updates the plugin to version 3 of the Mailchimp API. Please [read
12041209

12051210
**Fixes**
12061211

1207-
- Form event for starting a form was named `start` where it should have been `started`.
1208-
1209-
**Improvements**
1210-
12111212
- ...
12121213

12131214
== Upgrade Notice ==

0 commit comments

Comments
 (0)