BJ Lazy Load - Version 0.6.1

Version Description

Download this release

Release Info

Developer bjornjohansen
Plugin Icon 128x128 BJ Lazy Load
Version 0.6.1
Comparing to
See all releases

Code changes from version 0.6.0 to 0.6.1

Files changed (2) hide show
  1. bj-lazy-load.php +3 -2
  2. readme.txt +6 -2
bj-lazy-load.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: BJ Lazy Load
4
  Plugin URI: http://wordpress.org/extend/plugins/bj-lazy-load/
5
  Description: Lazy image loading makes your site load faster and saves bandwidth.
6
- Version: 0.6.0
7
  Author: Bjørn Johansen
8
  Author URI: http://twitter.com/bjornjohansen
9
  License: GPL2
@@ -206,7 +206,8 @@ if ( ! class_exists( 'BJLL' ) ) {
206
  'skip_classes' => '',
207
  'load_hidpi' => 'no',
208
  'load_responsive' => 'no',
209
- 'disable_on_wptouch' => 'no'
 
210
  ) );
211
  }
212
 
3
  Plugin Name: BJ Lazy Load
4
  Plugin URI: http://wordpress.org/extend/plugins/bj-lazy-load/
5
  Description: Lazy image loading makes your site load faster and saves bandwidth.
6
+ Version: 0.6.1
7
  Author: Bjørn Johansen
8
  Author URI: http://twitter.com/bjornjohansen
9
  License: GPL2
206
  'skip_classes' => '',
207
  'load_hidpi' => 'no',
208
  'load_responsive' => 'no',
209
+ 'disable_on_wptouch' => 'no',
210
+ 'infinite_scroll' => 'no'
211
  ) );
212
  }
213
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: images, iframes, lazy loading, jquery, javascript, optimize, performance,
5
  Author URI: http://twitter.com/bjornjohansen
6
  Requires at least: 3.3
7
  Tested up to: 3.5
8
- Stable tag: 0.6.0
9
 
10
  Lazy loading makes your site load faster and saves bandwidth. Uses jQuery and degrades gracefully for non-js users. Works with both images and iframes.
11
 
@@ -48,7 +48,8 @@ The included JavaScript is tested in Firefox 2+, Safari 3+, Opera 9+, Chrome 5+,
48
 
49
  = I'm using a CDN. Will this plugin interfere? =
50
  Lazy loading works just fine. The images will still load from your CDN.
51
- As of version 0.6.0, Serving responsive and hiDPI images will not work if you're using a CDN. Pull zones will be supported in the near future.
 
52
 
53
  = The plugin doesn't work/doesn't replace my images =
54
  Probably, your theme does not call wp_footer(). Edit the plugin settings to load in wp_head() instead.
@@ -58,6 +59,9 @@ Check your HTML source or see the magic at work in Web Inspector, FireBug or sim
58
 
59
  == Changelog ==
60
 
 
 
 
61
  = Version 0.6.0 =
62
  * Optionally serving size optimized images for responsive design/adaptive layout
63
  * Optionally serving hiDPI images (retina support)
5
  Author URI: http://twitter.com/bjornjohansen
6
  Requires at least: 3.3
7
  Tested up to: 3.5
8
+ Stable tag: 0.6.1
9
 
10
  Lazy loading makes your site load faster and saves bandwidth. Uses jQuery and degrades gracefully for non-js users. Works with both images and iframes.
11
 
48
 
49
  = I'm using a CDN. Will this plugin interfere? =
50
  Lazy loading works just fine. The images will still load from your CDN.
51
+
52
+ As of version 0.6.0, serving responsive and hiDPI images will not work if you're using a CDN. Pull zones will be supported in the near future.
53
 
54
  = The plugin doesn't work/doesn't replace my images =
55
  Probably, your theme does not call wp_footer(). Edit the plugin settings to load in wp_head() instead.
59
 
60
  == Changelog ==
61
 
62
+ = Version 0.6.1 =
63
+ * Bugfix: The infinite_scroll option wasn't initialized
64
+
65
  = Version 0.6.0 =
66
  * Optionally serving size optimized images for responsive design/adaptive layout
67
  * Optionally serving hiDPI images (retina support)