You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -189,6 +189,13 @@ The plugin provides various filter and action hooks that allow you to modify or
189
189
== Changelog ==
190
190
191
191
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
+
192
199
#### 4.9.16 - Sep 11, 2024
193
200
194
201
- 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
1183
1190
**Improvements**
1184
1191
1185
1192
- 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).
0 commit comments