Skip to content

Commit

Permalink
Bump version to 4.14.0
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
ikennaokpala committed Jul 21, 2016
1 parent 23e342d commit 2009003
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.13.0
4.14.0

0 comments on commit 2009003

Please sign in to comment.