Skip to content

Commit 1500a76

Browse files
committed
v6.4.3
* Security - Unsafe HTML in field group labels is now correctly escaped for conditionally loaded field groups, resolving a JS execution vulnerability in the classic editor * Security - HTML is now escaped from field group labels when output in the ACF admin * Security - Bidirectional and Conditional Logic Select2 elements no longer render HTML in field labels or post titles * Security - The `acf.escHtml` function now uses the third party DOMPurify library to ensure all unsafe HTML is removed. A new `esc_html_dompurify_config` JS filter can be used to modify the default behaviour * Security - Post titles are now correctly escaped whenever they are output by ACF code. Thanks to Shogo Kumamaru of LAC Co., Ltd. for the responsible disclosure * Security - An admin notice is now displayed when version 3 of the Select2 library is used, as it has now been deprecated in favor of version 4 Signed-off-by: mavrokordato <[email protected]>
1 parent ed3149e commit 1500a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "wordpress-premium/advanced-custom-fields-pro",
33
"description": "Advanced Custom Fields",
44
"type": "wordpress-plugin",
5-
"license": "GPLv2 or later",
5+
"license": "GPL-2.0-or-later",
66
"autoload": {
77
"psr-4": {
88
"ACF\\": "src/"

0 commit comments

Comments
 (0)