Skip to content

Commit f846eb7

Browse files
committed
version updates for 0.8 release
1 parent 2aa3615 commit f846eb7

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "scroll-depth",
33
"main": "jquery.scrolldepth.js",
4-
"version": "0.7.2",
4+
"version": "0.8.0",
55
"homepage": "http://scrolldepth.parsnip.io",
66
"authors": [
77
"Rob Flaherty"

jquery.scrolldepth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* @preserve
3-
* jquery.scrolldepth.js | v0.7.2
3+
* jquery.scrolldepth.js | v0.8
44
* Copyright (c) 2015 Rob Flaherty (@robflaherty)
55
* Licensed under the MIT and GPL licenses.
66
*/

jquery.scrolldepth.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ If you have any questions you can find me on Twitter at [@robflaherty](https://t
1414

1515
## Changelog
1616

17+
0.8 (7/18/15): Added option for custom GA global. Added '__gaTracker' as auto-detected global. Added option for overriding GTM.
18+
1719
0.7.2 (6/8/15): Fixed bug: https://github.com/robflaherty/jquery-scrolldepth/issues/62
1820

1921
0.7 (11/26/14): Added custom callback for sending scroll events to non-GA services

0 commit comments

Comments
 (0)