Plugin Directory

Changeset 2151369


Ignore:
Timestamp:
09/05/2019 06:42:58 AM (7 years ago)
Author:
nikitaglobal
Message:

1.6 tested

Location:
ng-lazyload/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ng-lazyload/trunk/NG-Lazyload.php

    r2151367 r2151369  
    55Description: Implements lazyload for thumbnails and content images
    66Author: Nikita Menshutin
    7 Version: 1.5
     7Version: 1.6
    88Author URI: http://nikita.global
    99
     
    3737        {
    3838            $this->prefix = 'nglazyload';
    39             $this->version = '1.5';
     39            $this->version = '1.6';
    4040            add_action('wp_enqueue_scripts', array($this, 'scripts'));
    4141            add_filter(
     
    183183     * Attribue name
    184184     *
    185      * @return void
     185     * @return string attribute name
    186186     */
    187187    public static function dataAttr()
     
    196196     * @param bool   $background if tag for background image
    197197     *
    198      * @return void
     198     * @return string data attr
    199199     */
    200200    public static function dataAttrValue($src, $background = false)
     
    211211     * The smallest possible image src
    212212     *
    213      * @return void
     213     * @return string pixel
    214214     */
    215215    public static function dataImg()
  • ng-lazyload/trunk/readme.txt

    r2151367 r2151369  
    66Author: Nikita Menshutin
    77Requires at least: 3.6
    8 Tested up to: 5.1
    9 Stable tag: 1.4
     8Tested up to: 5.2.3
     9Stable tag: 1.6
    1010Requires PHP: 5.6
    1111Version: 1.4
     
    3535== Changelog ==
    3636
     37= 1.6 (2019-09-95) =
     38* Tested up to 5.2.3
     39
    3740= 1.5 (2019-09-05) =
    3841* jQuery noConflict script
Note: See TracChangeset for help on using the changeset viewer.