File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ #### 4.8.6 - Jun 24, 2021
5
+
6
+ - Add nonce field to button for dismissing notice asking for plugin review.
7
+ - Add strings from config/ directory to POT file.
8
+ - Add nonce check to AJAX endpoint for refreshing cached Mailchimp lists.
9
+ - Add capability check to AJAX endpoint for retrieving list details.
10
+ - Schedule event to refresh cached Mailchimp list upon plugin activation.
11
+
12
+ Thanks to the team over at [ pluginvulnerabilities.com] ( https://www.pluginvulnerabilities.com/ ) for bringing some of these changes to our attention.
13
+
14
+
4
15
#### 4.8.5 - Jun 1, 2021
5
16
6
17
Add nonce verification to all URL's using _ mc4wp_action query parameter.
7
18
This fixes a CSRF vulnerability where a malicious website could trick a logged-in admin user in performing unwanted actions.
8
19
9
- Thanks to Erwan from [ WPScan] ( https://wpscan.com/ ) for bringing this issue to our attention.
20
+ A special thanks to Erwan from [ WPScan] ( https://wpscan.com/ ) for bringing this issue to our attention.
10
21
11
22
12
23
#### 4.8.4 - May 7, 2021
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ public function load_preview() {
31
31
32
32
$ form_id = (int ) $ _GET ['mc4wp_preview_form ' ];
33
33
status_header ( 200 );
34
+
35
+ var_dump ( is_singular () );
34
36
require __DIR__ . '/views/preview.php ' ;
35
37
exit ;
36
38
}
You can’t perform that action at this time.
0 commit comments