Releases: mmikkel/Retcon-Craft
Releases · mmikkel/Retcon-Craft
Retcon v. 3.2.1
Retcon v. 2.8.2
2.8.2 - 2024-10-21
Fixed
- Fixed an issue where Retcon would convert UTF-8 non-breaking spaces to HTML entities, preventing filters like
retconRemoveEmpty
from working correctly in all cases #70
Retcon v. 2.8.1
2.8.1 - 2024-07-03
Fixed
- Fixed a PHP 7 compatibility issue introduced in Retcon 2.8.0, affecting Craft 3 installs using the
retconSrcset
orretconTransform
filters. #69
Retcon v. 3.2.0
3.2.0 - 2024-06-28
Improved
- Improves support for Imager X named transforms for the
retconSrcset
filter. #69
Retcon v. 2.8.0
2.8.0 - 2024-06-28
Improved
- Improves support for Imager X named transforms for the
retconSrcset
filter. #69
Retcon v. 3.1.1
3.1.1 - 2024-06-14
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
Retcon v. 3.1.0
3.1.0 - 2024-06-10
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
Retcon v. 3.0.0
3.0.0 - 2024-03-28
Added
- Added Craft 5.0 compatibility
Changed
- Deprecated the
craft.retcon
variable
Retcon v. 3.0.0-beta.1
Added
- Craft 5.0 compatibility
Retcon v. 2.7.5
2.7.5 - 2023-11-11
Fixed
- Fixed a PHP exception that could be thrown when using the
retconTransform
orretconSrcset
with Imager (not Imager
X) installed