Releases: LevelInteractive/gravityforms-gtm
Releases · LevelInteractive/gravityforms-gtm
Release list
v2.0.3
v2.0.2
- Security hardening.
- Fixes some unescaped outputs from
apply_filtersoutput. This was "low" risk, but still worth hardening. - Forces all
dataLayeroutput throughwp_json_encode - Should not introduce any breaking changes under "normal" operation/use
v2.0.1
Updates documentation and makes minor adjustment to plugin description comment headers.
v2.0.0
This is the first "official" release. All v1.x versions are considered "pre-release" due to using v1.x in manually distributed/installed versions.
New Features
- Adds
event_namespacefilter to allow for customizing thedataLayerevent namespace (default islvl). - Adds
data-providerdata attribute to<form>tag output.
🔥 Breaking Changes
- All filters now use a
lvl:gravityforms/gtm/(previouslylvl:gforms_gtm/) - All filters now use a default priority of
50(previously20) to ensure they run later. - Default redirect delay reduced to
1500milliseconds (previously2000). redirect_delayfilter now enforces that the returned value be anintegerand that it be no less than500milliseconds.
v1.0-beta
- Initial stable release
- Does not include
Updaterclass for updates directly via WP update hooks/system