Skip to content

Commit

Permalink
v4.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Sep 11, 2024
1 parent c98bb2f commit 78f14c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions mailchimp-for-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: MC4WP: Mailchimp for WordPress
Plugin URI: https://www.mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page
Description: Mailchimp for WordPress by ibericode. Adds various highly effective sign-up methods to your site.
Version: 4.9.15
Version: 4.9.16
Author: ibericode
Author URI: https://www.ibericode.com/
Text Domain: mailchimp-for-wp
Expand Down Expand Up @@ -47,7 +47,7 @@ function _mc4wp_load_plugin()
}

// bootstrap the core plugin
define('MC4WP_VERSION', '4.9.15');
define('MC4WP_VERSION', '4.9.16');
define('MC4WP_PLUGIN_DIR', __DIR__);
define('MC4WP_PLUGIN_FILE', __FILE__);

Expand Down
11 changes: 6 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.mc4wp.com/contribute/#utm_source=wp-plugin-repo&utm_med
Tags: mailchimp, subscribe, email, newsletter, form
Requires at least: 4.6
Tested up to: 6.6
Stable tag: 4.9.15
Stable tag: 4.9.16
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 5.6
Expand Down Expand Up @@ -189,6 +189,11 @@ The plugin provides various filter and action hooks that allow you to modify or
== Changelog ==


#### 4.9.16 - Sep 11, 2024

- Add support for WooCommerce Checkout Block in sign-up checkbox integration.


#### 4.9.15 - Aug 13, 2024

- 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.
Expand Down Expand Up @@ -1204,10 +1209,6 @@ This release updates the plugin to version 3 of the Mailchimp API. Please [read

**Fixes**

- Form event for starting a form was named `start` where it should have been `started`.

**Improvements**

- ...

== Upgrade Notice ==
Expand Down

0 comments on commit 78f14c9

Please sign in to comment.