Important
As part of the PHP 8.2 compatibility improvements (#52), the AttributesOutputFilter
class was changed to use the WP_HTML_Tag_Processor
class instead of DOMDocument
under the hood. WP_HTML_Tag_Processor
was introduced in WordPress 6.2, so packages using AttributesOutputFilter
MUST use WordPress 6.2 or newer.
What's Changed
- Update getting-started.md by @sovetski in #50
- test: fix library directory detection by @shvlv in #51
- fix: mb_convert_encoding PHP 8.2 deprecation by @shvlv in #52
New Contributors
Full Changelog: 2.8.3...2.9.0