Changeset 3209345
- Timestamp:
- 12/17/2024 04:39:41 PM (4 months ago)
- Location:
- lazy-load-images-and-background-images
- Files:
-
- 111 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lazy-load-images-and-background-images/trunk/background-and-image-lazy-load.php
r3130152 r3209345 4 4 * Plugin URI: https://wordpress.org/plugins/lazy-load-images-and-background-images/ 5 5 * Description: All kinds of images and background lazy loading solutions. Make your web pages fast on all devices. 6 * Version: 1.0. 76 * Version: 1.0.8 7 7 * Requires at least: 4.7 8 * Tested up to: 6. 68 * Tested up to: 6.7 9 9 * Requires PHP: 5.3 10 10 * Text Domain: bgimglazy … … 33 33 34 34 add_action('wp_enqueue_scripts', array($this,'bgimglazy_lazy_load_images_script'), 100); 35 add_action('activated_plugin', array($this,'bgimglazy_activated_deshboard_settings')); 35 36 add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), array($this,'bgimglazy_deshboard_settings')); 36 37 add_action('admin_enqueue_scripts', array($this,'bgimglazy_admin_page_script')); -
lazy-load-images-and-background-images/trunk/readme.txt
r3130152 r3209345 3 3 Tags: lazy load, images lazy load, background image lazy load, elementor background image lazy load, elementor background, html class, h1 replace, a tag replace, insert code, div replace, id replace, tag replace, seo, wp developers 4 4 Requires at least: 4.7 5 Tested up to: 6. 66 Stable tag: 1.0. 75 Tested up to: 6.7 6 Stable tag: 1.0.8 7 7 Requires PHP: 5.3 8 8 License: GPLv2 or later … … 50 50 == Changelog == 51 51 52 = 1.0.8 = 53 54 * Added: Compatibility with WordPress 6.7 55 * Added: plugin Activate Hook 56 52 57 = 1.0.7 = 53 58
Note: See TracChangeset
for help on using the changeset viewer.