From 200900327716cdaf1b63a024651e1936c13f48f2 Mon Sep 17 00:00:00 2001 From: Ikenna Okpala Date: Thu, 21 Jul 2016 15:26:45 +0100 Subject: [PATCH] Bump version to 4.14.0 - Allow use of multiple GA customDimensionIndex. - Configurable duration (in days) for AB Test cookie. - Add assignment of jQuery explicitly so it's consistent with other modules. - Allow base scripts to run within a module loader. - Force push tracking branch on new version. --- CHANGELOG.md | 6 ++++++ VERSION.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15b4dcee..93588e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 4.14.0 + +- Allow use of multiple GA customDimensionIndex. See [this section](https://github.com/alphagov/govuk_frontend_toolkit/blob/master/docs/javascript.md#using-google-custom-dimensions-with-your-own-statistical-model) of the documentation for more information. +- Configurable duration (in days) for AB Test cookie. See [this section](https://github.com/alphagov/govuk_frontend_toolkit/blob/master/docs/javascript.md#multivariate-test-framework) of the documentation for more information. +- Allow base scripts to run within a module loader. See [this PR](https://github.com/alphagov/govuk_frontend_toolkit/pull/290) for more information. + # 4.13.0 - Make headings block-level by default (PR #200). If you are styling elements you want to be inline with heading includes, you’ll need to explicitly make them inline in your CSS. diff --git a/VERSION.txt b/VERSION.txt index 813b83b6..c412a4e2 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -4.13.0 +4.14.0