v2.5.0 - v1.14.1

2.5.0 2021-07-16

chore

feat

fix

2.4.0 2021-07-09

feat

fix

2.3.0 2021-06-15

chore

feat

fix

revert

2.2.0 2021-06-05

chore

feat

fix

2.1.0 2021-05-25

chore

ci

  • move type check to validate stage

docs

  • highlight that not all service templates are free in wordpress.org plugin description

feat

fix

refactor

  • move compatibility code to own folder

  • own function to override native addEventListener functionality

  • style classes to functions for tree shaking internal reference #jh75eg

revert

  • own vendor bundle for blocker

style

test

2.0.3 2021-05-14

fix

  • customizer does not work when WP Fastest Cache is active internal reference #jq9aua

  • multilingual plugins like Weglot and TranslatePress should show more options in Consent Forwarding setting

2.0.2 2021-05-12

fix

  • compatibility with PixelYourSite Facebook image tag (pixel)

  • compatibility with WP Rocket lazy loading scripts internal reference #jq4bhw

2.0.1 2021-05-11

docs

  • update README typos

fix

2.0.0 2021-05-11

build

chore

docs

feat

fix

perf

  • avoid catastrophal backtracing and speed up regular expression for inline scripts/styles by 90% internal reference #j77a9g

  • combine vendor modules to a common chunk for both TCF and non-TCF

  • introduce deferred and preloaded scripts for cookie banner internal reference #gn4ng5

  • remove TCF CmpApi from non-TCF bundle

refactor

  • create wp-webpack package for WordPress packages and plugins

  • introduce bundleAnalyzerOptions in development package

  • introduce eslint-config package

  • introduce new grunt workspaces package for monolithic usage

  • introduce new package to validate composer licenses and generate disclaimer

  • introduce new package to validate yarn licenses and generate disclaimer

  • introduce new script to run-yarn-children commands

  • make content blocker independent of custom post type

  • make Vimeo and SoundCloud to Pro presets internal reference #gf49yy

  • move build scripts to proper backend and WP package

  • move jest scripts to proper backend and WP package

  • move PHP Unit bootstrap file to @devowl-wp/utils package

  • move PHPUnit and Cypress scripts to @devowl-wp/utils package

  • move special blocker PHP classes in own namespace

  • move technical doc scripts to proper WP and backend package

  • move WP build process to @devowl-wp/utils

  • move WP i18n scripts to @devowl-wp/utils

  • move WP specific typescript config to @devowl-wp/wp-webpack package

  • remove @devowl-wp/development package

  • split stubs.php to individual plugins' package

style

test

  • fix failing smoke test for Real Cookie Banner Lite

BREAKING CHANGE

  • please upgrade your PHP version to >= 7.2

1.14.1 2021-04-27

ci

fix

  • compatibility with Lite Speed Cache; white screen in customizer

  • introduce new filter RCB/Blocker/InlineScript/AvoidBlockByLocalizedVariable and fix copmatibility with EmpowerWP/Mesmerize internal reference #hb8v51

  • notice array_walk_recursive() expects parameter 1 to be array, integer given

  • output buffer callback should be called always and cannot be removed by third parties

refactor

revert

  • output buffer callback should be called always and cannot be removed by third parties