Skip to content

Retcon v. 2.7.1

Compare
Choose a tag to compare
@mmikkel mmikkel released this 23 Jul 22:34
· 22 commits to master since this release

2.7.1 - 2023-07-23

Fixed

  • Fixed a PHP exception that could occur if Retcon operated on markup containing <svg> nodes
  • Fixed an issue where the retconRemoveEmpty filter could remove <svg>, <iframe> and <object> tags

Changed

  • Retcon now requires symfony/dom-crawler v. 4.4.0 or later
  • Retcon now requires symfony/css-selector v. 3.4.0 or later
  • Retcon now requires masterminds/html5 v. 2.6.0 or later