Changeset 2079208
- Timestamp:
- 05/02/2019 12:58:55 PM (7 years ago)
- Location:
- ng-lazyload/trunk
- Files:
-
- 2 edited
-
NG-Lazyload.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ng-lazyload/trunk/NG-Lazyload.php
r2079194 r2079208 3 3 /** 4 4 Plugin Name: NG Lazyload 5 Description: Remove width, height, implement lazyload5 Description: Implements lazyload for thumbnails and content images 6 6 Author: Nikita Menshutin 7 Version: 1. 07 Version: 1.1 8 8 Author URI: http://nikita.global 9 9 … … 37 37 { 38 38 $this->prefix = 'nglazyload'; 39 $this->version = '1. 0';39 $this->version = '1.1'; 40 40 add_action('wp_enqueue_scripts', array($this, 'scripts')); 41 41 add_filter( -
ng-lazyload/trunk/readme.txt
r2079194 r2079208 12 12 Requires PHP: 5.6 13 13 Version: 1.0 14 15 14 License: GPLv2 or later 16 15 License URI: http://www.gnu.org/licenses/gpl-2.0.html 17 18 16 19 17 Enables 'lazyload' for all thumbnails and images in the content.
Note: See TracChangeset
for help on using the changeset viewer.