Plugin Directory

Changeset 2874873


Ignore:
Timestamp:
03/05/2023 07:31:43 AM (3 years ago)
Author:
nigro.simone
Message:

1.0.25

Location:
speed-up-lazy-load/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • speed-up-lazy-load/trunk/readme.txt

    r2662082 r2874873  
    44Tags: lazyload, lazy load, lazy loading, optimize, front-end optimization, performance, images, iframe, thumbnail, thumbnails, avatar, gravatar, speed, web performance optimization, wordpress optimization tool
    55Requires at least: 3.5
    6 Tested up to: 5.9
    7 Stable tag: 1.0.24
     6Tested up to: 6.0
     7Stable tag: 1.0.25
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3535
    3636== Changelog ==
     37
     38= 1.0.25 =
     39* Tested up to Wordpress 6.0
    3740
    3841= 1.0.24 =
  • speed-up-lazy-load/trunk/speed-up-lazy-load.php

    r2662082 r2874873  
    44 Plugin URI: http://wordpress.org/plugins/speed-up-lazy-load/
    55 Description: This plugin, implementing "Lazy Load" technique, avoids download of the pictures that are not displayed on the screen (for example: images in the bottom of the page) until the user will display them. This improves load speed of page and save the bandwidth.
    6  Version: 1.0.24
     6 Version: 1.0.25
    77 Author: Simone Nigro
    88 Text Domain: speed-up-lazy-load
     
    1818class SpeedUp_LazyLoad {
    1919
    20     const VERSION = '1.0.24';
     20    const VERSION = '1.0.25';
    2121    const DATASRC = 'data-lazy-src';
    2222    const HANDLE  = 'speed-up-lazyload';
Note: See TracChangeset for help on using the changeset viewer.