Skip to content

Commit 7a7e8d8

Browse files
Bump to 1.1.7
1 parent ff87b89 commit 7a7e8d8

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Unit tests for Waypoints are written with [Jasmine](http://pivotal.github.com/ja
3232

3333
## Changelog
3434

35+
### v1.1.7
36+
- Actually fix the post-load bug in Issue #28 from v1.1.3.
37+
3538
### v1.1.6
3639

3740
- Fix potential memory leak by unbinding events on empty context elements.

waypoints.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
jQuery Waypoints - v1.1.6
2+
jQuery Waypoints - v1.1.7
33
Copyright (c) 2011-2012 Caleb Troughton
44
Dual licensed under the MIT license and GPL license.
55
https://github.com/imakewebthings/jquery-waypoints/blob/master/MIT-license.txt
@@ -14,6 +14,8 @@ GitHub Repository: https://github.com/imakewebthings/jquery-waypoints
1414
Documentation and Examples: http://imakewebthings.github.com/jquery-waypoints
1515
1616
Changelog:
17+
v1.1.7
18+
- Actually fix the post-load bug in Issue #28 from v1.1.3.
1719
v1.1.6
1820
- Fix potential memory leak by unbinding events on empty context elements.
1921
v1.1.5
@@ -25,7 +27,7 @@ Changelog:
2527
immediately. (Issue #28)
2628
v1.1.2
2729
- Fixed error thrown by waypoints with triggerOnce option that were
28-
triggered via resize refresh.
30+
triggered via resize refresh.
2931
v1.1.1
3032
- Fixed bug in initialization where all offsets were being calculated
3133
as if set to 0 initially, causing unwarranted triggers during the

waypoints.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.

0 commit comments

Comments
 (0)