Plugin Directory

Changeset 3209345


Ignore:
Timestamp:
12/17/2024 04:39:41 PM (4 months ago)
Author:
jahidcse
Message:

1.0.8

  • Added: Compatibility with WordPress 6.7
  • Added: plugin Activate Hook
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  
    44 * Plugin URI: https://wordpress.org/plugins/lazy-load-images-and-background-images/
    55 * Description:  All kinds of images and background lazy loading solutions. Make your web pages fast on all devices.
    6  * Version: 1.0.7
     6 * Version: 1.0.8
    77 * Requires at least: 4.7
    8  * Tested up to: 6.6
     8 * Tested up to: 6.7
    99 * Requires PHP: 5.3
    1010 * Text Domain: bgimglazy
     
    3333
    3434add_action('wp_enqueue_scripts', array($this,'bgimglazy_lazy_load_images_script'), 100);
     35add_action('activated_plugin', array($this,'bgimglazy_activated_deshboard_settings'));
    3536add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), array($this,'bgimglazy_deshboard_settings'));
    3637add_action('admin_enqueue_scripts', array($this,'bgimglazy_admin_page_script'));
  • lazy-load-images-and-background-images/trunk/readme.txt

    r3130152 r3209345  
    33Tags: 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
    44Requires at least: 4.7
    5 Tested up to: 6.6
    6 Stable tag: 1.0.7
     5Tested up to: 6.7
     6Stable tag: 1.0.8
    77Requires PHP: 5.3
    88License: GPLv2 or later
     
    5050== Changelog ==
    5151
     52= 1.0.8 =
     53
     54* Added: Compatibility with WordPress 6.7
     55* Added: plugin Activate Hook
     56
    5257= 1.0.7 =
    5358
Note: See TracChangeset for help on using the changeset viewer.