Changeset 3189507
- Timestamp:
- 11/15/2024 11:55:46 AM (17 months ago)
- Location:
- true-lazy-analytics
- Files:
-
- 4 edited
- 1 copied
-
tags/2.4.9 (copied) (copied from true-lazy-analytics/trunk)
-
tags/2.4.9/readme.txt (modified) (2 diffs)
-
tags/2.4.9/true-lazy-analytics.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/true-lazy-analytics.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
true-lazy-analytics/tags/2.4.9/readme.txt
r3122626 r3189507 5 5 Tested up to: 6.5 6 6 Requires PHP: 5.6.20 7 Stable tag: 2.4. 87 Stable tag: 2.4.9 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 82 82 83 83 == Changelog == 84 = 2.4.9 = 85 * Added: Compatibility with WordPress 6.7 86 84 87 = 2.4.8 = 85 88 * Added Microsoft Clarity -
true-lazy-analytics/tags/2.4.9/true-lazy-analytics.php
r3122626 r3189507 3 3 * Plugin name: True Lazy Analytics 4 4 * Description: Lazy loading plugin for Google Analytics, Facebook Pixel, Hotjar, Yandex Metrica, Liveinternet 5 * Version: 2.4. 85 * Version: 2.4.9 6 6 * Author: seojacky 7 7 * Author URI: https://t.me/big_jacky … … 13 13 /* Exit if accessed directly */ 14 14 if ( ! defined( 'ABSPATH' ) ) { return;} 15 define('TLAP_VERSION', '2.4. 8');15 define('TLAP_VERSION', '2.4.9'); 16 16 define('TLAP_FILE', __FILE__); // url of the file directory 17 17 define('TLAP_DIR', __DIR__); // url plugins folder /var/www/... -
true-lazy-analytics/trunk/readme.txt
r3122626 r3189507 5 5 Tested up to: 6.5 6 6 Requires PHP: 5.6.20 7 Stable tag: 2.4. 87 Stable tag: 2.4.9 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 82 82 83 83 == Changelog == 84 = 2.4.9 = 85 * Added: Compatibility with WordPress 6.7 86 84 87 = 2.4.8 = 85 88 * Added Microsoft Clarity -
true-lazy-analytics/trunk/true-lazy-analytics.php
r3122626 r3189507 3 3 * Plugin name: True Lazy Analytics 4 4 * Description: Lazy loading plugin for Google Analytics, Facebook Pixel, Hotjar, Yandex Metrica, Liveinternet 5 * Version: 2.4. 85 * Version: 2.4.9 6 6 * Author: seojacky 7 7 * Author URI: https://t.me/big_jacky … … 13 13 /* Exit if accessed directly */ 14 14 if ( ! defined( 'ABSPATH' ) ) { return;} 15 define('TLAP_VERSION', '2.4. 8');15 define('TLAP_VERSION', '2.4.9'); 16 16 define('TLAP_FILE', __FILE__); // url of the file directory 17 17 define('TLAP_DIR', __DIR__); // url plugins folder /var/www/...
Note: See TracChangeset
for help on using the changeset viewer.