Version Description
- 13 feb. 2017
- Bug fix: Remove use of short tag to prevent 500 error on some installations
Download this release
Release Info
Developer | juliobox |
Plugin | Lazy Load by WP Rocket |
Version | 1.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.1 to 1.1.1
- admin/admin.php +1 -1
- readme.txt +5 -2
- rocket-lazy-load.php +1 -1
admin/admin.php
CHANGED
@@ -102,7 +102,7 @@ function rocket_lazyload_options_output() {
|
|
102 |
<a href="https://wp-rocket.me?utm_source=wp_plugin&utm_medium=rocket_lazyload"><img src="<?php echo ROCKET_LL_ASSETS_URL ?>img/wp-rocket@2x.jpg" alt="WP Rocket" width="393" height="180"></a>
|
103 |
<?php if ( ! is_plugin_active( 'imagify/imagify.php' ) ) : ?>
|
104 |
<a href="https://imagify.io?utm_source=wp_plugin&utm_medium=rocket_lazyload"><img src="<?php echo ROCKET_LL_ASSETS_URL ?>img/imagify@2x.jpg" alt="Imagify" width="393" height="180"></a>
|
105 |
-
<? endif; ?>
|
106 |
</div>
|
107 |
</div>
|
108 |
</div>
|
102 |
<a href="https://wp-rocket.me?utm_source=wp_plugin&utm_medium=rocket_lazyload"><img src="<?php echo ROCKET_LL_ASSETS_URL ?>img/wp-rocket@2x.jpg" alt="WP Rocket" width="393" height="180"></a>
|
103 |
<?php if ( ! is_plugin_active( 'imagify/imagify.php' ) ) : ?>
|
104 |
<a href="https://imagify.io?utm_source=wp_plugin&utm_medium=rocket_lazyload"><img src="<?php echo ROCKET_LL_ASSETS_URL ?>img/imagify@2x.jpg" alt="Imagify" width="393" height="180"></a>
|
105 |
+
<?php endif; ?>
|
106 |
</div>
|
107 |
</div>
|
108 |
</div>
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== Rocket Lazy Load ===
|
2 |
-
Contributors:
|
3 |
Tags: lazyload, lazy load, images, thumbnail, thumbnails, smiley, smilies, avatar, gravatar
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.7.1
|
6 |
-
Stable tag: 1.1
|
7 |
|
8 |
The tiny Lazy Load script for WordPress without jQuery or others libraries.
|
9 |
|
@@ -45,6 +45,9 @@ function deactivate_rocket_lazyload_on_single() {
|
|
45 |
Simply add a 'data-no-lazy="1"' property in you IMG tag.
|
46 |
|
47 |
== Changelog ==
|
|
|
|
|
|
|
48 |
|
49 |
= 1.1 =
|
50 |
* 12 feb. 2017
|
1 |
=== Rocket Lazy Load ===
|
2 |
+
Contributors: geekpress, wp_media
|
3 |
Tags: lazyload, lazy load, images, thumbnail, thumbnails, smiley, smilies, avatar, gravatar
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.7.1
|
6 |
+
Stable tag: 1.1.1
|
7 |
|
8 |
The tiny Lazy Load script for WordPress without jQuery or others libraries.
|
9 |
|
45 |
Simply add a 'data-no-lazy="1"' property in you IMG tag.
|
46 |
|
47 |
== Changelog ==
|
48 |
+
= 1.1.1 =
|
49 |
+
* 13 feb. 2017
|
50 |
+
* Bug fix: Remove use of short tag to prevent 500 error on some installations
|
51 |
|
52 |
= 1.1 =
|
53 |
* 12 feb. 2017
|
rocket-lazy-load.php
CHANGED
@@ -5,7 +5,7 @@ defined( 'ABSPATH' ) or die( 'Cheatin\' uh?' );
|
|
5 |
* Plugin Name: Rocket Lazy Load
|
6 |
* Plugin URI: http://wordpress.org/plugins/rocket-lazy-load/
|
7 |
* Description: The tiny Lazy Load script for WordPress without jQuery or others libraries.
|
8 |
-
* Version: 1.1
|
9 |
* Author: WP Media
|
10 |
* Author URI: https://wp-rocket.me
|
11 |
* Text Domain: rocket-lazy-load
|
5 |
* Plugin Name: Rocket Lazy Load
|
6 |
* Plugin URI: http://wordpress.org/plugins/rocket-lazy-load/
|
7 |
* Description: The tiny Lazy Load script for WordPress without jQuery or others libraries.
|
8 |
+
* Version: 1.1.1
|
9 |
* Author: WP Media
|
10 |
* Author URI: https://wp-rocket.me
|
11 |
* Text Domain: rocket-lazy-load
|