Skip to content

Commit 505152d

Browse files
committedJul 31, 2012
Prepare for 1.8.0
1 parent 550690b commit 505152d

5 files changed

+8
-4
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 1.6.0-dev
1+
VERSION = 1.8.0
22
SHELL = /bin/sh
33
DOWNLOAD = /srv/www/www.appelsiini.net/shared/static/download
44
JSMIN = /home/tuupola/bin/jsmin

‎README.textile

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
h3. Changelog
22

3+
h4. 1.8.0
4+
5+
* Allow different elements to use different containers ("Rob Walch":https://github.com/robwalch)
6+
37
h4. 1.7.1
48

59
* Fix bug "#18":https://github.com/tuupola/jquery_lazyload/pull/18. Document was always scrolled to top issue on IE 7 and Chrome 17 if using jQuery 1.6 or older. ("Ross Allen":https://github.com/ssorallen)

‎jquery.lazyload.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Project home:
1010
* http://www.appelsiini.net/projects/lazyload
1111
*
12-
* Version: 1.8.0-dev
12+
* Version: 1.8.0
1313
*
1414
*/
1515
(function($, window) {

‎jquery.lazyload.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lazyload",
3-
"version": "1.8.0-dev",
3+
"version": "1.8.0",
44
"title": "Lazy Load",
55
"author": {
66
"name": "Mika Tuupola",

0 commit comments

Comments
 (0)
Please sign in to comment.