From 8d9ff882525b51b33fba1f3502a125cbf8035aeb Mon Sep 17 00:00:00 2001 From: Murray Steele Date: Wed, 14 Feb 2018 14:48:23 +0000 Subject: [PATCH] Release v7.4.0 Includes code to allow marking analytics arguments as safe so that they won't be subject to PII stripping (see: #448) and documentation improvements (see: #446 & #447). --- CHANGELOG.md | 4 +++- VERSION.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d710d582..80fba90d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -# Unreleased +# 7.4.0 - Allow wrapping arguments to analytics as PII safe to tell the analytics code not to attempt to strip PII from the values: ([PR #448](https://github.com/alphagov/govuk_frontend_toolkit/pull/448)) +- Documentation improvements: ([PR #446](https://github.com/alphagov/govuk_frontend_toolkit/pull/446), [PR #447](https://github.com/alphagov/govuk_frontend_toolkit/pull/447)) + # 7.3.0 - Strip PII from all arguments passed to GA. Emails are stripped by default, postcodes can also be stripped if configured to do so: ([PR #435](https://github.com/alphagov/govuk_frontend_toolkit/pull/435)). diff --git a/VERSION.txt b/VERSION.txt index 15020207..ba7f754d 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -7.3.0 +7.4.0