Skip to content

Commit 00de22e

Browse files
Bump version to v4.8.6
1 parent 1324b22 commit 00de22e

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

mailchimp-for-wp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: MC4WP: Mailchimp for WordPress
44
Plugin URI: https://www.mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page
55
Description: Mailchimp for WordPress by ibericode. Adds various highly effective sign-up methods to your site.
6-
Version: 4.8.5
6+
Version: 4.8.6
77
Author: ibericode
88
Author URI: https://ibericode.com/
99
Text Domain: mailchimp-for-wp
@@ -45,7 +45,7 @@ function _mc4wp_load_plugin() {
4545
}
4646

4747
// bootstrap the core plugin
48-
define( 'MC4WP_VERSION', '4.8.5' );
48+
define( 'MC4WP_VERSION', '4.8.6' );
4949
define( 'MC4WP_PLUGIN_DIR', __DIR__ );
5050
define( 'MC4WP_PLUGIN_FILE', __FILE__ );
5151

readme.txt

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=mailchi
44
Tags: mailchimp, mc4wp, email, marketing, newsletter, subscribe, widget, mc4wp, contact form 7, woocommerce, buddypress, ibericode, mailchimp form
55
Requires at least: 4.6
66
Tested up to: 5.7
7-
Stable tag: 4.8.5
7+
Stable tag: 4.8.6
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Requires PHP: 5.3
@@ -197,12 +197,23 @@ The plugin provides various filter & action hooks that allow you to modify or ex
197197
== Changelog ==
198198

199199

200+
#### 4.8.6 - Jun 24, 2021
201+
202+
- Add nonce field to button for dismissing notice asking for plugin review.
203+
- Add strings from config/ directory to POT file.
204+
- Add nonce check to AJAX endpoint for refreshing cached Mailchimp lists.
205+
- Add capability check to AJAX endpoint for retrieving list details.
206+
- Schedule event to refresh cached Mailchimp list upon plugin activation.
207+
208+
Thanks to the team over at [pluginvulnerabilities.com](https://www.pluginvulnerabilities.com/) for bringing some of these changes to our attention.
209+
210+
200211
#### 4.8.5 - Jun 1, 2021
201212

202213
Add nonce verification to all URL's using _mc4wp_action query parameter.
203214
This fixes a CSRF vulnerability where a malicious website could trick a logged-in admin user in performing unwanted actions.
204215

205-
Thanks to Erwin from [WPScan](https://wpscan.com/) for bringing this issue to our attention.
216+
A special thanks to Erwan from [WPScan](https://wpscan.com/) for bringing this issue to our attention.
206217

207218

208219
#### 4.8.4 - May 7, 2021

0 commit comments

Comments
 (0)