Skip to content

Commit e9c0447

Browse files
Bump version
1 parent 2c23070 commit e9c0447

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

README.markdown

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

3131
## Changelog
3232

33+
### v1.1.3
34+
35+
- Fix cases where waypoints are added post-load and should be triggered immediately.
36+
3337
### v1.1.2
3438

3539
- Fixed error thrown by waypoints with triggerOnce option that were triggered via resize refresh.

waypoints.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
jQuery Waypoints - v1.1.2
2+
jQuery Waypoints - v1.1.3
33
Copyright (c) 2011 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,9 +14,12 @@ GitHub Repository: https://github.com/imakewebthings/jquery-waypoints
1414
Documentation and Examples: http://imakewebthings.github.com/jquery-waypoints
1515
1616
Changelog:
17-
v1.1.2
18-
- Fixed error thrown by waypoints with triggerOnce option that were
19-
triggered via resize refresh.
17+
v1.1.3
18+
- Fix cases where waypoints are added post-load and should be triggered
19+
immediately. (Issue #28)
20+
v1.1.2
21+
- Fixed error thrown by waypoints with triggerOnce option that were
22+
triggered via resize refresh.
2023
v1.1.1
2124
- Fixed bug in initialization where all offsets were being calculated
2225
as if set to 0 initially, causing unwarranted triggers during the

waypoints.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)