Plugin Directory

Changeset 2885931


Ignore:
Timestamp:
03/23/2023 08:54:18 PM (3 years ago)
Author:
doubledome
Message:
  • Fixed an issue with undefined variable on PHP 8
Location:
doubledome-google-analytics
Files:
18 added
2 edited

Legend:

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

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

    r2871790 r2885931  
    44Requires at least: 5.4
    55Tested up to: 6.1.1
    6 Stable tag: 1.1
     6Stable tag: 1.2
    77License: GPL-2.0+
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6060== Changelog ==
    6161
     62= 1.2 =
     63* Fixed an issue with undefined variable on PHP 8
     64
    6265= 1.1 =
    6366* Tested upto Wordpress 6.1.1
Note: See TracChangeset for help on using the changeset viewer.