Changeset 3415316
- Timestamp:
- 12/09/2025 11:53:40 AM (4 months ago)
- Location:
- doubledome-google-analytics
- Files:
-
- 11 added
- 2 edited
-
tags/1.5 (added)
-
tags/1.5/assets (added)
-
tags/1.5/assets/admin_settings.css (added)
-
tags/1.5/assets/admin_settings.js (added)
-
tags/1.5/assets/dd-ga4-overview-icon.gif (added)
-
tags/1.5/assets/dd-ga4-overview-icon.png (added)
-
tags/1.5/assets/doubledome.png (added)
-
tags/1.5/google-analytics-dd.php (added)
-
tags/1.5/includes (added)
-
tags/1.5/includes/gafunctions.php (added)
-
tags/1.5/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
r3150195 r3415316 6 6 * Author: DoubleDome Digital Marketing 7 7 * Author URI: https://www.doubledome.com/google-analytics-4-wordpress-plugin 8 * Version: 1. 48 * Version: 1.5 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. 4");18 define( 'GA_DD_VERSION', "1.5"); 19 19 20 20 require_once(GOOGLE_ANALYTICS_DD_ROOT . '/includes/gafunctions.php'); -
doubledome-google-analytics/trunk/readme.txt
r3150195 r3415316 3 3 Tags: 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 4 4 Requires at least: 5.4 5 Tested up to: 6. 6.26 Stable tag: 1. 45 Tested up to: 6.9 6 Stable tag: 1.5 7 7 License: GPL-2.0+ 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 71 71 == Changelog == 72 72 73 = 1.5 = 74 * Tested and verified on Wordpress 6.9 75 73 76 = 1.4 = 74 77 * Tested and verified on Wordpress 6.6.2
Note: See TracChangeset
for help on using the changeset viewer.