Changeset 2151369
- Timestamp:
- 09/05/2019 06:42:58 AM (7 years ago)
- Location:
- ng-lazyload/trunk
- Files:
-
- 2 edited
-
NG-Lazyload.php (modified) (5 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ng-lazyload/trunk/NG-Lazyload.php
r2151367 r2151369 5 5 Description: Implements lazyload for thumbnails and content images 6 6 Author: Nikita Menshutin 7 Version: 1. 57 Version: 1.6 8 8 Author URI: http://nikita.global 9 9 … … 37 37 { 38 38 $this->prefix = 'nglazyload'; 39 $this->version = '1. 5';39 $this->version = '1.6'; 40 40 add_action('wp_enqueue_scripts', array($this, 'scripts')); 41 41 add_filter( … … 183 183 * Attribue name 184 184 * 185 * @return void185 * @return string attribute name 186 186 */ 187 187 public static function dataAttr() … … 196 196 * @param bool $background if tag for background image 197 197 * 198 * @return void198 * @return string data attr 199 199 */ 200 200 public static function dataAttrValue($src, $background = false) … … 211 211 * The smallest possible image src 212 212 * 213 * @return void213 * @return string pixel 214 214 */ 215 215 public static function dataImg() -
ng-lazyload/trunk/readme.txt
r2151367 r2151369 6 6 Author: Nikita Menshutin 7 7 Requires at least: 3.6 8 Tested up to: 5. 19 Stable tag: 1. 48 Tested up to: 5.2.3 9 Stable tag: 1.6 10 10 Requires PHP: 5.6 11 11 Version: 1.4 … … 35 35 == Changelog == 36 36 37 = 1.6 (2019-09-95) = 38 * Tested up to 5.2.3 39 37 40 = 1.5 (2019-09-05) = 38 41 * jQuery noConflict script
Note: See TracChangeset
for help on using the changeset viewer.