webform_tracking 7.x-2.4

Bug fixes

Changes since 2.3

  • #10 Fix escaping & serialization.
  • #11 Remove support for old patch version.

webform_tracking 7.x-2.3

New features

Changes since 2.2

  • #9: Optionally wait for JS event (e.g from a cookie bar)

webform_tracking 7.x-2.2

Bug fixes

Changes since 7.x-2.1

  • #7 Fix syntax error for when no cookie is set.

webform_tracking 7.x-2.0-beta3

New features

Summary

Don’t store IP-addresses. Webform itself does it.

Full list of changes since 7.x-2.0-beta2

  • Avoid saving the IP-address. webform takes care of that already. [view commit]

webform_tracking 7.x-2.0-beta2

Bug fixes
New features

Full list of changes since 7.x-2.0-beta1

  • Only set cookie if it is still possible in this request. [view commit]
  • Don’t reset cookie data after submit. [view commit]

webform_tracking 7.x-2.0-alpha1

Bug fixes
New features

Changes since 7.x-1.x

This is a complete rewrite of the same functionality using JavaScript and client-side cookies instead of session_cache. This makes it compatible with server-side caches (ie. varnish).

  • Removes the dependency on session_cache.
  • Adds a dependency on psr0 for autoloading.

JS now has some unit-tests using QUnit.

webform_tracking 7.x-1.0-beta2

New features

Summary

* First attempt to have a webform4 compatible version.
* Support for google-analytics style URL parameters.

Subscribe with RSS Subscribe to Releases for Webform tracking