Skip to content

Commit b8ca649

Browse files
committed
version update
1 parent 08e7d9c commit b8ca649

5 files changed

Lines changed: 13 additions & 8 deletions

File tree

bower.json

Lines changed: 2 additions & 2 deletions
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.9.0",
4+
"version": "0.9.1",
55
"homepage": "http://scrolldepth.parsnip.io",
66
"authors": [
77
"Rob Flaherty"
@@ -17,7 +17,7 @@
1717
],
1818
"dependencies": {
1919
"jquery" : ">=1.8"
20-
},
20+
},
2121
"license": "MIT",
2222
"ignore": [
2323
"test",

jquery.scrolldepth.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* @preserve
3-
* jquery.scrolldepth.js | v0.9
4-
* Copyright (c) 2015 Rob Flaherty (@robflaherty)
3+
* jquery.scrolldepth.js | v0.9.1
4+
* Copyright (c) 2016 Rob Flaherty (@robflaherty)
55
* Licensed under the MIT and GPL licenses.
66
*/
77

jquery.scrolldepth.min.js

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

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scroll-depth",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "A Google Analytics plugin for measuring page scrolling.",
55
"main": "jquery.scrolldepth.js",
66
"directories": {
@@ -24,5 +24,8 @@
2424
"google analytics",
2525
"scrolling"
2626
],
27+
"dependencies": {
28+
"jquery": ">=1.8"
29+
},
2730
"homepage": "http://scrolldepth.parsnip.io/"
2831
}

readme.md

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

1919
## Changelog
2020

21+
0.9.1 (4/28/18): Added support for Universal Module Definition (UMD).
22+
2123
0.9 (11/19/15): Removed Baseline event. Added methods to add elements, remove elements, and reset the current scroll tracking state.
2224

2325
0.8 (7/18/15): Added option for custom GA global. Added '__gaTracker' as auto-detected global. Added option for overriding GTM.

0 commit comments

Comments
 (0)