Skip to content

Commit 00da115

Browse files
v4.9.17
1 parent 9287944 commit 00da115

File tree

2 files changed

+11
-30
lines changed

2 files changed

+11
-30
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.16
7+
Version: 4.9.17
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.16');
50+
define('MC4WP_VERSION', '4.9.17');
5151
define('MC4WP_PLUGIN_DIR', __DIR__);
5252
define('MC4WP_PLUGIN_FILE', __FILE__);
5353

readme.txt

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

191191

192+
#### 4.9.17 - Sep 17, 2024
193+
194+
- Fix compatibility with WooCommerce versions 8.5 to 8.8 because of private method that was later made public.
195+
- Fix potential reflected XSS by stripping and escaping all HTML from `{email}` tag replacements. Thanks to kauenavarro for responsibly disclosing.
196+
- Fix potential stored XSS for attackers with both administrator access and Mailchimp account access by escaping HTML from interest group name. Thanks to Jorge Diaz (ddiax) for responsibly disclosing.
197+
198+
192199
#### 4.9.16 - Sep 11, 2024
193200

194201
- Add support for WooCommerce Checkout Block in sign-up checkbox integration.
@@ -1183,33 +1190,7 @@ This release updates the plugin to version 3 of the Mailchimp API. Please [read
11831190
**Improvements**
11841191

11851192
- Show dismissible notice when API key is not set.
1186-
- Show empty API key errors in plugin log.
1187-
- Friendlier error message for re-subscribe failures.
1188-
1189-
**Additions**
1190-
1191-
- Add `form.reset()` method to JS API.
1192-
1193-
#### 3.1.7 - May 9, 2016
1194-
1195-
**Fixes**
1196-
1197-
- Shortcode wasn't accepting `element_id` as a valid attribute.
1198-
- Take array style fields into account when checking if a form contains a given field.
1199-
1200-
1201-
**Improvements**
1202-
1203-
- Nested fields will now be properly validated when they're marked as required.
1204-
- If plugin is installed using Composer, autoloader won't be loaded (again).
1205-
1206-
1207-
1208-
#### 3.1.6 - April 12, 2016
1209-
1210-
**Fixes**
1211-
1212-
- ...
1193+
- Show empty API key errors ...
12131194

12141195
== Upgrade Notice ==
12151196

0 commit comments

Comments
 (0)