Changeset 2433650
- Timestamp:
- 12/08/2020 01:16:41 AM (5 years ago)
- Location:
- tracking-code-for-google-analytics
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from tracking-code-for-google-analytics/trunk)
-
tags/1.0.1/CHANGELOG.md (modified) (1 diff)
-
tags/1.0.1/readme.txt (modified) (3 diffs)
-
tags/1.0.1/tracking-code-for-google-analytics.php (modified) (1 diff)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/tracking-code-for-google-analytics.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tracking-code-for-google-analytics/tags/1.0.1/CHANGELOG.md
r2410451 r2433650 1 1 # Changelog 2 3 ### 1.0.1 4 * Update documentation 5 * Test with WordPress version 5.6.0 2 6 3 7 ### 1.0.0 -
tracking-code-for-google-analytics/tags/1.0.1/readme.txt
r2410451 r2433650 4 4 Tags: google, analytics, tracking code, measurement, universal analytics, tracking snippet 5 5 Requires at least: 4.8 6 Tested up to: 5. 5.36 Tested up to: 5.6.0 7 7 Requires PHP: 5.6 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 15 15 16 16 Tracking Code For Google Analytics is a simple, lightweight WordPress plugin for inserting your Google Analytics Universal Analytics tracking code. The plugin does one thing and one thing only; prints the standard Google Analytics tacking script to the `<head>` of your website. To insert your measurement ID, navigate to Settings > General and then scroll to the bottom of the page. 17 18 This plugin will not work with Google Analytics 4; only the Universal Analytics version.19 17 20 18 ### Composer … … 80 78 == Changelog == 81 79 80 = 1.0.1= 81 * Update documentation 82 * Test with WordPress version 5.6.0 83 82 84 = 1.0.0 = 83 85 * Initial release -
tracking-code-for-google-analytics/tags/1.0.1/tracking-code-for-google-analytics.php
r2410451 r2433650 7 7 * Author URI: https://github.com/claytoncollie 8 8 * Text Domain: tracking-code-for-google-analytics 9 * Version: 1.0. 09 * Version: 1.0.1 10 10 * 11 11 * @package Tracking_Code_For_Google_Analytics -
tracking-code-for-google-analytics/trunk/CHANGELOG.md
r2410451 r2433650 1 1 # Changelog 2 3 ### 1.0.1 4 * Update documentation 5 * Test with WordPress version 5.6.0 2 6 3 7 ### 1.0.0 -
tracking-code-for-google-analytics/trunk/readme.txt
r2410451 r2433650 4 4 Tags: google, analytics, tracking code, measurement, universal analytics, tracking snippet 5 5 Requires at least: 4.8 6 Tested up to: 5. 5.36 Tested up to: 5.6.0 7 7 Requires PHP: 5.6 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 15 15 16 16 Tracking Code For Google Analytics is a simple, lightweight WordPress plugin for inserting your Google Analytics Universal Analytics tracking code. The plugin does one thing and one thing only; prints the standard Google Analytics tacking script to the `<head>` of your website. To insert your measurement ID, navigate to Settings > General and then scroll to the bottom of the page. 17 18 This plugin will not work with Google Analytics 4; only the Universal Analytics version.19 17 20 18 ### Composer … … 80 78 == Changelog == 81 79 80 = 1.0.1= 81 * Update documentation 82 * Test with WordPress version 5.6.0 83 82 84 = 1.0.0 = 83 85 * Initial release -
tracking-code-for-google-analytics/trunk/tracking-code-for-google-analytics.php
r2410451 r2433650 7 7 * Author URI: https://github.com/claytoncollie 8 8 * Text Domain: tracking-code-for-google-analytics 9 * Version: 1.0. 09 * Version: 1.0.1 10 10 * 11 11 * @package Tracking_Code_For_Google_Analytics
Note: See TracChangeset
for help on using the changeset viewer.