Plugin Directory

Changeset 1103424


Ignore:
Timestamp:
03/02/2015 04:58:18 PM (11 years ago)
Author:
dbhynds
Message:

v 2.0 ready

Location:
lazy-load-xt
Files:
1 edited
9 copied

Legend:

Unmodified
Added
Removed
  • lazy-load-xt/tags/0.2.0/readme.txt

    r1100721 r1103424  
    44Requires at least: 3.1
    55Tested up to: 4.1.1
    6 Stable tag: 0.1.0
     6Stable tag: 0.2.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313
    1414Lazy load images, YouTube and Vimeo videos, and iframes using [Lazy Load XT](https://github.com/ressio/lazy-load-xt).
     15
     16Lazy Load XT is the fastest, lightest, fully customizable lazy load plugin in the WordPress Plugin Directory.
    1517
    1618This plugin works by loading the Lazy Load XT script and replacing the `src` attributes with `data-src` when the content of a post or page is loaded on the front end of a WordPress site.
     
    2830== Changelog ==
    2931
     32= 0.2 =
     33* Lazy load HTML5 elements
     34* Toggle and lazy load featured images, text widgets
     35* Specify css classes to skip lazy loading
     36* Improve settings, installation and upgrade
     37* Fallback to 1x1 pixel transparent gif
     38* HTML validation
     39
    3040= 0.1 =
    3141* Load Lazy Load XT js using `wp_enqueue_scripts()`
  • lazy-load-xt/trunk/readme.txt

    r1100721 r1103424  
    44Requires at least: 3.1
    55Tested up to: 4.1.1
    6 Stable tag: 0.1.0
     6Stable tag: 0.2.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313
    1414Lazy load images, YouTube and Vimeo videos, and iframes using [Lazy Load XT](https://github.com/ressio/lazy-load-xt).
     15
     16Lazy Load XT is the fastest, lightest, fully customizable lazy load plugin in the WordPress Plugin Directory.
    1517
    1618This plugin works by loading the Lazy Load XT script and replacing the `src` attributes with `data-src` when the content of a post or page is loaded on the front end of a WordPress site.
     
    2830== Changelog ==
    2931
     32= 0.2 =
     33* Lazy load HTML5 elements
     34* Toggle and lazy load featured images, text widgets
     35* Specify css classes to skip lazy loading
     36* Improve settings, installation and upgrade
     37* Fallback to 1x1 pixel transparent gif
     38* HTML validation
     39
    3040= 0.1 =
    3141* Load Lazy Load XT js using `wp_enqueue_scripts()`
Note: See TracChangeset for help on using the changeset viewer.