Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

<!-- Next -->

- Do not flag get_block_wrapper_attributes as an escaping risk, this is a false positive as function escapes internally #340

## 2.2.0 (June 22, 2026)

- Adds official support for single-file must-use plugins when appropriate by relaxing side-effect and file name restrictions on direct children of mu-plugins/ and client-mu-plugins/ #337
Expand Down
1 change: 1 addition & 0 deletions HM-Minimum/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<element value="paginate_links" />
<element value="get_the_title" />
<element value="get_post_gallery" /> <!-- with param 2 set to true, the default -->
<element value="get_block_wrapper_attributes" /> <!-- uses safecss_filter_attr and esc_attr internally -->
</property>
</properties>

Expand Down