Plugin Directory

Changeset 3415316


Ignore:
Timestamp:
12/09/2025 11:53:40 AM (4 months ago)
Author:
doubledome
Message:

Tested and verified the plugin on Wordpress 6.9

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

Legend:

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

    r3150195 r3415316  
    66 * Author:      DoubleDome Digital Marketing
    77 * Author URI:  https://www.doubledome.com/google-analytics-4-wordpress-plugin
    8  * Version:     1.4
     8 * Version:     1.5
    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.4");
     18define( 'GA_DD_VERSION', "1.5");
    1919
    2020require_once(GOOGLE_ANALYTICS_DD_ROOT . '/includes/gafunctions.php');
  • doubledome-google-analytics/trunk/readme.txt

    r3150195 r3415316  
    33Tags: GA, GA4, Google Analytics, Google Analytics 4, Google Analytics Setup, Google Analytics integration in website, Google Analytics install, Google analytics integration, google analytics integrations, GA4 integration, Google Analytics 4 setup, Google Analytics 4 WordPress, ga4 installation, Google Analytics setup, Google Analytics help
    44Requires at least: 5.4
    5 Tested up to: 6.6.2
    6 Stable tag: 1.4
     5Tested up to: 6.9
     6Stable tag: 1.5
    77License: GPL-2.0+
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7171== Changelog ==
    7272
     73= 1.5 =
     74* Tested and verified on Wordpress 6.9
     75
    7376= 1.4 =
    7477* Tested and verified on Wordpress 6.6.2
Note: See TracChangeset for help on using the changeset viewer.