diff --git a/bower.json b/bower.json index d345c7c..c3abde5 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "scroll-depth", "main": "jquery.scrolldepth.js", - "version": "1.0.0", + "version": "1.1.0", "homepage": "http://scrolldepth.parsnip.io", "authors": [ "Rob Flaherty" diff --git a/package.json b/package.json index 595a9fb..a13584a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scroll-depth", - "version": "1.0.0", + "version": "1.1.0", "description": "A Google Analytics plugin for measuring page scrolling.", "main": "jquery.scrolldepth.js", "directories": { diff --git a/readme.md b/readme.md index 9e9754d..f221951 100644 --- a/readme.md +++ b/readme.md @@ -17,6 +17,8 @@ There's a test HTML file that mocks the Google Analytics functions and writes th If you have any questions you can find me on Twitter at [@robflaherty](https://twitter.com/robflaherty). If you need help fixing something, **please provide a URL**. ## Changelog +1.1 (6/26/20): Added gtag.js support + 1.0 (12/8/16): Added support for customer tracker name and custom dataLayer name. 0.9.1 (4/28/16): Added support for Universal Module Definition (UMD).