Changeset 2680483
- Timestamp:
- 02/17/2022 06:39:34 AM (4 years ago)
- Location:
- lazy-load-clarity/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
admin/class-lazyload_clarity-admin.php (modified) (2 diffs)
-
lazyload_clarity.php (modified) (3 diffs)
-
public/class-lazyload_clarity-public.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lazy-load-clarity/trunk/README.txt
r2648855 r2680483 4 4 Tags: Microsoft Clarity, clarity, Lazy Load Microsoft Clarity, Speed Up Microsoft Clarity 5 5 Requires at least: 3.0.1 6 Tested up to: 5. 8.26 Tested up to: 5.9.0 7 7 Stable tag: 1.0.0 8 8 Requires PHP: 7.0 … … 55 55 56 56 == Changelog == 57 = 1.1 = 58 * Fixed: Error message no longer appears when activating the plugin 57 59 58 60 = 1.0 = -
lazy-load-clarity/trunk/admin/class-lazyload_clarity-admin.php
r2648855 r2680483 5 5 * 6 6 * @link https://jorcus.com/ 7 * @since 1. 0.07 * @since 1.1.0 8 8 * 9 9 * @package Lazyload_clarity … … 126 126 } 127 127 ?> 128 -
lazy-load-clarity/trunk/lazyload_clarity.php
r2648855 r2680483 10 10 * 11 11 * @link https://jorcus.com/ 12 * @since 1. 0.012 * @since 1.1.0 13 13 * @package Lazyload_clarity 14 14 * … … 17 17 * Plugin URI: https://www.jorcus.com/ 18 18 * Description: Place Microsoft Clarity without affecting your page speed with lazy load technologies. 19 * Version: 1. 0.019 * Version: 1.1.0 20 20 * Author: Jorcus 21 21 * Author URI: https://jorcus.com/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'LAZYLOAD_CLARITY_VERSION', '1. 0.0' );38 define( 'LAZYLOAD_CLARITY_VERSION', '1.1.0' ); 39 39 40 40 /** -
lazy-load-clarity/trunk/public/class-lazyload_clarity-public.php
r2648855 r2680483 5 5 * 6 6 * @link https://jorcus.com/ 7 * @since 1. 0.07 * @since 1.1.0 8 8 * 9 9 * @package Lazyload_clarity … … 78 78 79 79 } 80
Note: See TracChangeset
for help on using the changeset viewer.