Changeset 2885931
- Timestamp:
- 03/23/2023 08:54:18 PM (3 years ago)
- Location:
- doubledome-google-analytics
- Files:
-
- 18 added
- 2 edited
-
tags/1.2 (added)
-
tags/1.2/assets (added)
-
tags/1.2/assets/admin_settings.css (added)
-
tags/1.2/assets/admin_settings.js (added)
-
tags/1.2/assets/banner-1544x500.png (added)
-
tags/1.2/assets/banner-772x250.png (added)
-
tags/1.2/assets/dd-ga4-overview-icon.png (added)
-
tags/1.2/assets/doubledome.png (added)
-
tags/1.2/assets/icon-128x128.png (added)
-
tags/1.2/assets/icon-256x256.png (added)
-
tags/1.2/assets/icon.svg (added)
-
tags/1.2/assets/screenshot-overview.jpg (added)
-
tags/1.2/assets/screenshot-plugin-settings.jpg (added)
-
tags/1.2/assets/screenshot-support.jpg (added)
-
tags/1.2/google-analytics-dd.php (added)
-
tags/1.2/includes (added)
-
tags/1.2/includes/gafunctions.php (added)
-
tags/1.2/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
r2885919 r2885931 6 6 * Author: DoubleDome Digital Marketing 7 7 * Author URI: https://www.doubledome.com/google-analytics-4-wordpress-plugin 8 * Version: 1. 18 * Version: 1.2 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. 1");18 define( 'GA_DD_VERSION', "1.2"); 19 19 20 20 require_once(GOOGLE_ANALYTICS_DD_ROOT . '/includes/gafunctions.php'); -
doubledome-google-analytics/trunk/readme.txt
r2871790 r2885931 4 4 Requires at least: 5.4 5 5 Tested up to: 6.1.1 6 Stable tag: 1. 16 Stable tag: 1.2 7 7 License: GPL-2.0+ 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 60 60 == Changelog == 61 61 62 = 1.2 = 63 * Fixed an issue with undefined variable on PHP 8 64 62 65 = 1.1 = 63 66 * Tested upto Wordpress 6.1.1
Note: See TracChangeset
for help on using the changeset viewer.