Skip to content

Releases: mmikkel/Retcon-Craft

2.0.11

08 Oct 07:09
Compare
Choose a tag to compare

2.0.11 - 2018-10-08

Fixed

  • Fixes an issue where the retconOnly filter could throw an exception if the HTML contained tags that weren't well-formed (e.g. img tags that aren't explicitly closed). Thanks a lot @jcdarwin!

Retcon v. 2.0.10

16 Aug 22:19
Compare
Choose a tag to compare

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

16 Aug 20:31
Compare
Choose a tag to compare

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

12 Aug 23:48
Compare
Choose a tag to compare

2.0.8 - 2018-08-13

Fixed

  • Various minor issues ironed out (thanks, Scrutinizer)

Improved

  • The overwrite parameter for the attr() method can now be set to a string 'prepend', to prepend rather than append values to existing attributes

Retcon v. 2.0.7

07 Aug 09:10
Compare
Choose a tag to compare

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

05 Aug 17:22
Compare
Choose a tag to compare

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

28 Jul 10:56
Compare
Choose a tag to compare

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 and transform methods

Retcon v. 2.0.4

25 Jul 08:51
Compare
Choose a tag to compare

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

21 Jul 09:29
Compare
Choose a tag to compare

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

19 Jul 07:59
Compare
Choose a tag to compare

Fixed

  • Various minor issues fixed (yay Scrutinizer!)