Version 3.2.3
July 3, 2026
Security
- Hardened filesystem path handling in the native image transform pipeline.
Fixed
- Fixed a bug where the
retconInjectfilter would fail to inject non-well-formed HTML (e.g. unclosed void tags or bare entities), silently drop all but the first top-level node when injecting multiple sibling elements, and mangle plain text containing&or<. - Fixed a deprecation notice ("Handling HTML entities via mbstring is deprecated") emitted on every filter invocation under PHP 8.2+.
Version 3.2.2
December 9, 2025
Fixed
- Fixed a bug where Retcon would remove UTF-8 encoded
entities in CKEditor field values. #73
Version 3.2.0
June 28, 2024
Improved
- Improves support for Imager X named transforms for the
retconSrcsetfilter. #69
Version 3.1.1
June 14, 2024
Fixed
- Fixed a compatibility issue with CKEditor 4.1, where applying a Retcon filter to a CKEditor field's output would cause nested entries to not render
Version 3.1.0
June 10, 2024
Added
- Adds support for the body element selector (i.e.
'body'), which can be used in conjunction with the child combinator to only select top-level nodes (e.g.'body > p'). #68
Version 3.0.0
March 28, 2024
Added
- Added Craft 5.0 compatibility
Changed
- Deprecated the
craft.retconvariable