Changeset 1103424
- Timestamp:
- 03/02/2015 04:58:18 PM (11 years ago)
- Location:
- lazy-load-xt
- Files:
-
- 1 edited
- 9 copied
-
tags/0.2.0 (copied) (copied from lazy-load-xt/trunk)
-
tags/0.2.0/css (copied) (copied from lazy-load-xt/trunk/css)
-
tags/0.2.0/css/loading.gif (copied) (copied from lazy-load-xt/trunk/css/loading.gif)
-
tags/0.2.0/index.php (copied) (copied from lazy-load-xt/trunk/index.php)
-
tags/0.2.0/js (copied) (copied from lazy-load-xt/trunk/js)
-
tags/0.2.0/js/admin (copied) (copied from lazy-load-xt/trunk/js/admin)
-
tags/0.2.0/lazy-load-xt.php (copied) (copied from lazy-load-xt/trunk/lazy-load-xt.php)
-
tags/0.2.0/readme.txt (copied) (copied from lazy-load-xt/trunk/readme.txt) (3 diffs)
-
tags/0.2.0/settings.php (copied) (copied from lazy-load-xt/trunk/settings.php)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lazy-load-xt/tags/0.2.0/readme.txt
r1100721 r1103424 4 4 Requires at least: 3.1 5 5 Tested up to: 4.1.1 6 Stable tag: 0. 1.06 Stable tag: 0.2.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 14 14 Lazy load images, YouTube and Vimeo videos, and iframes using [Lazy Load XT](https://github.com/ressio/lazy-load-xt). 15 16 Lazy Load XT is the fastest, lightest, fully customizable lazy load plugin in the WordPress Plugin Directory. 15 17 16 18 This 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. … … 28 30 == Changelog == 29 31 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 30 40 = 0.1 = 31 41 * Load Lazy Load XT js using `wp_enqueue_scripts()` -
lazy-load-xt/trunk/readme.txt
r1100721 r1103424 4 4 Requires at least: 3.1 5 5 Tested up to: 4.1.1 6 Stable tag: 0. 1.06 Stable tag: 0.2.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 14 14 Lazy load images, YouTube and Vimeo videos, and iframes using [Lazy Load XT](https://github.com/ressio/lazy-load-xt). 15 16 Lazy Load XT is the fastest, lightest, fully customizable lazy load plugin in the WordPress Plugin Directory. 15 17 16 18 This 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. … … 28 30 == Changelog == 29 31 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 30 40 = 0.1 = 31 41 * Load Lazy Load XT js using `wp_enqueue_scripts()`
Note: See TracChangeset
for help on using the changeset viewer.