Plugin Directory

Changeset 3341995


Ignore:
Timestamp:
08/09/2025 11:15:47 AM (8 months ago)
Author:
kevinweber
Message:

v2.18.7

Location:
lazy-load-for-videos/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lazy-load-for-videos/trunk/codeispoetry.php

    r3341987 r3341995  
    55 * Description: Lazy Load for Videos speeds up your site by replacing embedded Youtube and Vimeo videos with a clickable preview image. Visitors simply click on the image to play the video.
    66 * Author: Kevin Weber
    7  * Version: 2.18.6
     7 * Version: 2.18.7
    88 * Author URI: https://www.kweber.com/
    99 * License: GPL v3
     
    3434
    3535if (!defined('LL_VERSION'))
    36     define('LL_VERSION', '2.18.4');
     36    define('LL_VERSION', '2.18.7');
    3737if (!defined('LL_VERSION_KEY'))
    3838    define('LL_VERSION_KEY', LL_OPTION_KEY.'_version');
  • lazy-load-for-videos/trunk/readme.txt

    r3341987 r3341995  
    66Tested up to: 6.8.2
    77Requires PHP: 7.2
    8 Stable tag: 2.18.6
     8Stable tag: 2.18.7
    99License: GPL v3
    1010License URI: https://www.gnu.org/copyleft/gpl.html
     
    156156== Changelog ==
    157157
    158 = 2.18.6 =
     158= 2.18.7 =
    159159* Security: Patch potential XSS attack vector
    160160
Note: See TracChangeset for help on using the changeset viewer.