Releases: mmikkel/Retcon-Craft
Releases · mmikkel/Retcon-Craft
2.0.11
Retcon v. 2.0.10
2.0.10 - 2018-08-17
Fixed
- Fixes an issue where Retcon would return escaped HTML if no matching selectors were found
Retcon v. 2.0.9
2.0.9 - 2018-08-16
Fixed
- Fixes an issue where using Retcon on a string with only whitespace could throw an exception
Retcon v. 2.0.8
2.0.8 - 2018-08-13
Fixed
- Various minor issues ironed out (thanks, Scrutinizer)
Improved
- The
overwrite
parameter for theattr()
method can now be set to a string'prepend'
, to prepend rather than append values to existing attributes
Retcon v. 2.0.7
2.0.7 - 2018-08-07
Fixed
- Fixes an issue where Retcon could throw an exception if given a NULL value instead of a string (e.g. if a Redactor field had been added to a Field Layout, without re-saving the entries)
Retcon v. 2.0.6
2.0.6 - 2018-08-05
Fixed
- Fixes an issue where Retcon would attempt to use Imager for transforms, even if Imager was not installed or deactivated
Retcon v. 2.0.5
2.0.5 - 2018-07-28
Fixed
- Fixes a bug where the
transform
method would return an empty string if Retcon would fail to transform an image - Fixes various issues related to the project config file (i.e.
/config/retcon.php
) and plugin settings
Improved
- Improves image path handling for the
srcset
andtransform
methods
Retcon v. 2.0.4
2.0.4 - 2018-07-25
Fixed
- Fixes a recently introduced regression error in the "retcon" catch-all method, affecting the "srcset" method and others.
Retcon v. 2.0.3
Fixed
- Retcon no longers attempt to decode quote entities, to fix an issue where serialized data in HTML attributes were getting butchered
Retcon v. 2.0.2
Fixed
- Various minor issues fixed (yay Scrutinizer!)