Skip to content

1.6

Compare
Choose a tag to compare
@Chrico Chrico released this 11 May 06:38
· 95 commits to master since this release
31f5132

New Features

  • DataLayerRendererEvent // rename constant for FILTER_SCRIPT_ATTRIBUTES.
  • Introduce new PrintInlineScriptTrait. Update DataLayerRenderer and GtmScriptTagRenderer to make use of trait.
  • GtmScriptTagRenderer // implemented new wp_print_inline_script_tag() function and fallback. allowing now to filter $script and $attributes.

Improvements

  • update to php >= 7.2 min. update to PHPUnit 8
  • Add composer.scripts for phpcs and phpunit. Add codecov to Github Action.