Plugin Directory

Changeset 2079208


Ignore:
Timestamp:
05/02/2019 12:58:55 PM (7 years ago)
Author:
nikitaglobal
Message:

txt was messy, sorry

Location:
ng-lazyload/trunk
Files:
2 edited

Legend:

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

    r2079194 r2079208  
    33/**
    44Plugin Name: NG Lazyload
    5 Description: Remove width, height, implement lazyload
     5Description: Implements lazyload for thumbnails and content images
    66Author: Nikita Menshutin
    7 Version: 1.0
     7Version: 1.1
    88Author URI: http://nikita.global
    99
     
    3737        {
    3838            $this->prefix = 'nglazyload';
    39             $this->version = '1.0';
     39            $this->version = '1.1';
    4040            add_action('wp_enqueue_scripts', array($this, 'scripts'));
    4141            add_filter(
  • ng-lazyload/trunk/readme.txt

    r2079194 r2079208  
    1212Requires PHP: 5.6
    1313Version: 1.0
    14 
    1514License:            GPLv2 or later
    1615License URI:        http://www.gnu.org/licenses/gpl-2.0.html
    17 
    1816
    1917Enables 'lazyload' for all thumbnails and images in the content.
Note: See TracChangeset for help on using the changeset viewer.