Plugin Directory

Changeset 3069669


Ignore:
Timestamp:
04/12/2024 02:56:34 PM (2 years ago)
Author:
doubledome
Message:

Tested and verified plugin on WordPress 6.5.2

Location:
doubledome-google-analytics
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • doubledome-google-analytics/trunk/google-analytics-dd.php

    r2885931 r3069669  
    66 * Author:      DoubleDome Digital Marketing
    77 * Author URI:  https://www.doubledome.com/google-analytics-4-wordpress-plugin
    8  * Version:     1.2
     8 * Version:     1.3
    99 * License:     GPL-2.0+
    1010 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    1616define( 'GOOGLE_ANALYTICS_DD_ROOT', __DIR__ ); // Setup plugin directory Root path
    1717define( 'GOOGLE_ANALYTICS_DD_URL', plugins_url('',__FILE__) ); // Setup plugin directory Root path
    18 define( 'GA_DD_VERSION', "1.2");
     18define( 'GA_DD_VERSION', "1.3");
    1919
    2020require_once(GOOGLE_ANALYTICS_DD_ROOT . '/includes/gafunctions.php');
  • doubledome-google-analytics/trunk/readme.txt

    r2944794 r3069669  
    33Tags: google analytics, ga4, google analytics 4, ga
    44Requires at least: 5.4
    5 Tested up to: 6.2.2
    6 Stable tag: 1.2
     5Tested up to: 6.5.2
     6Stable tag: 1.3
    77License: GPL-2.0+
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8383== Changelog ==
    8484
     85= 1.3 =
     86* Tested and verified on Wordpress 6.5.2
     87
    8588= 1.2 =
    8689* Fixed an issue with undefined variable on PHP 8
Note: See TracChangeset for help on using the changeset viewer.