Plugin Directory

Changeset 3189507


Ignore:
Timestamp:
11/15/2024 11:55:46 AM (17 months ago)
Author:
seojacky
Message:

Update to version 2.4.9 from GitHub

Location:
true-lazy-analytics
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • true-lazy-analytics/tags/2.4.9/readme.txt

    r3122626 r3189507  
    55Tested up to: 6.5
    66Requires PHP: 5.6.20
    7 Stable tag: 2.4.8
     7Stable tag: 2.4.9
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8282
    8383== Changelog ==
     84= 2.4.9 =
     85* Added: Compatibility with WordPress 6.7
     86
    8487= 2.4.8 =
    8588* Added Microsoft Clarity
  • true-lazy-analytics/tags/2.4.9/true-lazy-analytics.php

    r3122626 r3189507  
    33 * Plugin name: True Lazy Analytics
    44 * Description: Lazy loading plugin for Google Analytics, Facebook Pixel, Hotjar, Yandex Metrica, Liveinternet
    5  * Version: 2.4.8
     5 * Version: 2.4.9
    66 * Author: seojacky
    77 * Author URI: https://t.me/big_jacky
     
    1313/* Exit if accessed directly */
    1414if ( ! defined( 'ABSPATH' ) ) { return;}
    15 define('TLAP_VERSION', '2.4.8');
     15define('TLAP_VERSION', '2.4.9');
    1616define('TLAP_FILE', __FILE__); // url of the file directory
    1717define('TLAP_DIR', __DIR__); // url plugins folder /var/www/...
  • true-lazy-analytics/trunk/readme.txt

    r3122626 r3189507  
    55Tested up to: 6.5
    66Requires PHP: 5.6.20
    7 Stable tag: 2.4.8
     7Stable tag: 2.4.9
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8282
    8383== Changelog ==
     84= 2.4.9 =
     85* Added: Compatibility with WordPress 6.7
     86
    8487= 2.4.8 =
    8588* Added Microsoft Clarity
  • true-lazy-analytics/trunk/true-lazy-analytics.php

    r3122626 r3189507  
    33 * Plugin name: True Lazy Analytics
    44 * Description: Lazy loading plugin for Google Analytics, Facebook Pixel, Hotjar, Yandex Metrica, Liveinternet
    5  * Version: 2.4.8
     5 * Version: 2.4.9
    66 * Author: seojacky
    77 * Author URI: https://t.me/big_jacky
     
    1313/* Exit if accessed directly */
    1414if ( ! defined( 'ABSPATH' ) ) { return;}
    15 define('TLAP_VERSION', '2.4.8');
     15define('TLAP_VERSION', '2.4.9');
    1616define('TLAP_FILE', __FILE__); // url of the file directory
    1717define('TLAP_DIR', __DIR__); // url plugins folder /var/www/...
Note: See TracChangeset for help on using the changeset viewer.