Skip to content

Commit

Permalink
Release version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Jun 7, 2017
1 parent 64d0a5b commit eda5cdc
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 51 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This document lists the changes between each minor and patch versions. For changes between major versions, see the [Upgrade Reference](/docs/upgrading.md)

### 2.4.1 (2017-06-07)

- Fix a bug in Safari where `outboundLinkTracker` doesn't work with the back button [#185]

### 2.4.0 (2017-06-02)

- Add a `queryParamsWhitelist` option to the `cleanUrlTracker` plugin [#181]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Autotrack was created to solve this problem. It provides default tracking for th

## Plugins

The `autotrack.js` file in this repository is small (7K gzipped) and comes with all plugins included. You can use it as is, or you can create a [custom build](#custom-builds) that only includes the plugins you want to make it even smaller.
The `autotrack.js` file in this repository is small (8K gzipped) and comes with all plugins included. You can use it as is, or you can create a [custom build](#custom-builds) that only includes the plugins you want to make it even smaller.

The following table briefly explains what each plugin does; you can click on the plugin name to see the full documentation and usage instructions:

Expand Down
Loading

0 comments on commit eda5cdc

Please sign in to comment.