Skip to content

Commit ed3149e

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 <info@wordpress-premium.net>
1 parent adec36a commit ed3149e

File tree

169 files changed

+4546
-2562
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+4546
-2562
lines changed

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is the **fully activated premium version** of the plugin, provided by [word
1414
>
1515
> ## Donate
1616
>
17-
> If [WordPress Premium](https://www.wordpress-premium.net/) helps you access premium plugins safely, consider [supporting us via PayPal](https://www.paypal.com/paypalme/thaikolja) to keep the service running.
17+
> If [WordPress Premium](https://www.wordpress-premium.net/) helps you access premium plugins safely, consider [supporting us via PayPal](https://www.paypal.com/paypalme/thaikolja) or by [cryptocurrency](https://www.wordpress-premium.net/wallets/) to keep the service running.
1818
1919
### Using Premium Features
2020

@@ -28,21 +28,17 @@ Advanced Custom Fields PRO comes with a range of advanced features, including:
2828

2929
To access these features, simply activate the plugin and navigate to the **ACF** section in your WordPress dashboard.
3030

31-
---
32-
33-
Here are the last three updates from the Advanced Custom Fields PRO changelog to keep you in the loop.
34-
3531
## Changelog
3632

37-
### v6.4.2
38-
39-
**Released:** May 20th, 2025
33+
### v6.4.3
4034

41-
* New - In ACF PRO, fields can now be added to WooCommerce Subscriptions when using HPOS
42-
* Security - Changing a field type no longer enables the "Allow Access to Value in Editor UI" setting
43-
* Fix - Paginated Repeater fields no longer save duplicate values when saving to a WooCommerce Order with HPOS disabled
44-
* Fix - Blocks registered via acf_register_block_type() with a `parent` value of `null` no longer fail to register
35+
**Released:** July 22nd, 2025
4536

46-
---
37+
* 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
38+
* Security - HTML is now escaped from field group labels when output in the ACF admin
39+
* Security - Bidirectional and Conditional Logic Select2 elements no longer render HTML in field labels or post titles
40+
* 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
41+
* 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
42+
* 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
4743

4844
For the full changelog, visit [Advanced Custom Fields PRO Changelog](https://www.advancedcustomfields.com/changelog/).

0 commit comments

Comments
 (0)