Changeset 3069669
- Timestamp:
- 04/12/2024 02:56:34 PM (2 years ago)
- Location:
- doubledome-google-analytics
- Files:
-
- 10 added
- 2 edited
-
tags/1.3 (added)
-
tags/1.3/assets (added)
-
tags/1.3/assets/admin_settings.css (added)
-
tags/1.3/assets/admin_settings.js (added)
-
tags/1.3/assets/dd-ga4-overview-icon.png (added)
-
tags/1.3/assets/doubledome.png (added)
-
tags/1.3/google-analytics-dd.php (added)
-
tags/1.3/includes (added)
-
tags/1.3/includes/gafunctions.php (added)
-
tags/1.3/readme.txt (added)
-
trunk/google-analytics-dd.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doubledome-google-analytics/trunk/google-analytics-dd.php
r2885931 r3069669 6 6 * Author: DoubleDome Digital Marketing 7 7 * Author URI: https://www.doubledome.com/google-analytics-4-wordpress-plugin 8 * Version: 1. 28 * Version: 1.3 9 9 * License: GPL-2.0+ 10 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 16 16 define( 'GOOGLE_ANALYTICS_DD_ROOT', __DIR__ ); // Setup plugin directory Root path 17 17 define( 'GOOGLE_ANALYTICS_DD_URL', plugins_url('',__FILE__) ); // Setup plugin directory Root path 18 define( 'GA_DD_VERSION', "1. 2");18 define( 'GA_DD_VERSION', "1.3"); 19 19 20 20 require_once(GOOGLE_ANALYTICS_DD_ROOT . '/includes/gafunctions.php'); -
doubledome-google-analytics/trunk/readme.txt
r2944794 r3069669 3 3 Tags: google analytics, ga4, google analytics 4, ga 4 4 Requires at least: 5.4 5 Tested up to: 6. 2.26 Stable tag: 1. 25 Tested up to: 6.5.2 6 Stable tag: 1.3 7 7 License: GPL-2.0+ 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 83 83 == Changelog == 84 84 85 = 1.3 = 86 * Tested and verified on Wordpress 6.5.2 87 85 88 = 1.2 = 86 89 * Fixed an issue with undefined variable on PHP 8
Note: See TracChangeset
for help on using the changeset viewer.