Changeset 3341995
- Timestamp:
- 08/09/2025 11:15:47 AM (8 months ago)
- Location:
- lazy-load-for-videos/trunk
- Files:
-
- 2 edited
-
codeispoetry.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lazy-load-for-videos/trunk/codeispoetry.php
r3341987 r3341995 5 5 * 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. 6 6 * Author: Kevin Weber 7 * Version: 2.18. 67 * Version: 2.18.7 8 8 * Author URI: https://www.kweber.com/ 9 9 * License: GPL v3 … … 34 34 35 35 if (!defined('LL_VERSION')) 36 define('LL_VERSION', '2.18. 4');36 define('LL_VERSION', '2.18.7'); 37 37 if (!defined('LL_VERSION_KEY')) 38 38 define('LL_VERSION_KEY', LL_OPTION_KEY.'_version'); -
lazy-load-for-videos/trunk/readme.txt
r3341987 r3341995 6 6 Tested up to: 6.8.2 7 7 Requires PHP: 7.2 8 Stable tag: 2.18. 68 Stable tag: 2.18.7 9 9 License: GPL v3 10 10 License URI: https://www.gnu.org/copyleft/gpl.html … … 156 156 == Changelog == 157 157 158 = 2.18. 6=158 = 2.18.7 = 159 159 * Security: Patch potential XSS attack vector 160 160
Note: See TracChangeset
for help on using the changeset viewer.