Plugin Directory

Changeset 2680483


Ignore:
Timestamp:
02/17/2022 06:39:34 AM (4 years ago)
Author:
jorcus
Message:

1.1

  • Fixed: Error message no longer appears when activating the plugin
Location:
lazy-load-clarity/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • lazy-load-clarity/trunk/README.txt

    r2648855 r2680483  
    44Tags: Microsoft Clarity, clarity, Lazy Load Microsoft Clarity, Speed Up Microsoft Clarity
    55Requires at least: 3.0.1
    6 Tested up to: 5.8.2
     6Tested up to: 5.9.0
    77Stable tag: 1.0.0
    88Requires PHP: 7.0
     
    5555
    5656== Changelog ==
     57= 1.1 =
     58* Fixed: Error message no longer appears when activating the plugin
    5759
    5860= 1.0 =
  • lazy-load-clarity/trunk/admin/class-lazyload_clarity-admin.php

    r2648855 r2680483  
    55 *
    66 * @link       https://jorcus.com/
    7  * @since      1.0.0
     7 * @since      1.1.0
    88 *
    99 * @package    Lazyload_clarity
     
    126126}   
    127127?>
    128 
  • lazy-load-clarity/trunk/lazyload_clarity.php

    r2648855 r2680483  
    1010 *
    1111 * @link              https://jorcus.com/
    12  * @since             1.0.0
     12 * @since             1.1.0
    1313 * @package           Lazyload_clarity
    1414 *
     
    1717 * Plugin URI:        https://www.jorcus.com/
    1818 * Description:       Place Microsoft Clarity without affecting your page speed with lazy load technologies.
    19  * Version:           1.0.0
     19 * Version:           1.1.0
    2020 * Author:            Jorcus
    2121 * Author URI:        https://jorcus.com/
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'LAZYLOAD_CLARITY_VERSION', '1.0.0' );
     38define( 'LAZYLOAD_CLARITY_VERSION', '1.1.0' );
    3939
    4040/**
  • lazy-load-clarity/trunk/public/class-lazyload_clarity-public.php

    r2648855 r2680483  
    55 *
    66 * @link       https://jorcus.com/
    7  * @since      1.0.0
     7 * @since      1.1.0
    88 *
    99 * @package    Lazyload_clarity
     
    7878
    7979}
    80 
Note: See TracChangeset for help on using the changeset viewer.