Plugin Directory

Changeset 2433650


Ignore:
Timestamp:
12/08/2020 01:16:41 AM (5 years ago)
Author:
claytoncollie
Message:

Update to version 1.0.1 from GitHub

Location:
tracking-code-for-google-analytics
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • tracking-code-for-google-analytics/tags/1.0.1/CHANGELOG.md

    r2410451 r2433650  
    11# Changelog
     2
     3### 1.0.1
     4* Update documentation
     5* Test with WordPress version 5.6.0
    26
    37### 1.0.0
  • tracking-code-for-google-analytics/tags/1.0.1/readme.txt

    r2410451 r2433650  
    44Tags: google, analytics, tracking code, measurement, universal analytics, tracking snippet
    55Requires at least: 4.8
    6 Tested up to: 5.5.3
     6Tested up to: 5.6.0
    77Requires PHP: 5.6
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1515
    1616Tracking 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.
    1917
    2018### Composer
     
    8078== Changelog ==
    8179
     80= 1.0.1=
     81* Update documentation
     82* Test with WordPress version 5.6.0
     83
    8284= 1.0.0 =
    8385* Initial release
  • tracking-code-for-google-analytics/tags/1.0.1/tracking-code-for-google-analytics.php

    r2410451 r2433650  
    77 * Author URI:      https://github.com/claytoncollie
    88 * Text Domain:     tracking-code-for-google-analytics
    9  * Version:         1.0.0
     9 * Version:         1.0.1
    1010 *
    1111 * @package         Tracking_Code_For_Google_Analytics
  • tracking-code-for-google-analytics/trunk/CHANGELOG.md

    r2410451 r2433650  
    11# Changelog
     2
     3### 1.0.1
     4* Update documentation
     5* Test with WordPress version 5.6.0
    26
    37### 1.0.0
  • tracking-code-for-google-analytics/trunk/readme.txt

    r2410451 r2433650  
    44Tags: google, analytics, tracking code, measurement, universal analytics, tracking snippet
    55Requires at least: 4.8
    6 Tested up to: 5.5.3
     6Tested up to: 5.6.0
    77Requires PHP: 5.6
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1515
    1616Tracking 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.
    1917
    2018### Composer
     
    8078== Changelog ==
    8179
     80= 1.0.1=
     81* Update documentation
     82* Test with WordPress version 5.6.0
     83
    8284= 1.0.0 =
    8385* Initial release
  • tracking-code-for-google-analytics/trunk/tracking-code-for-google-analytics.php

    r2410451 r2433650  
    77 * Author URI:      https://github.com/claytoncollie
    88 * Text Domain:     tracking-code-for-google-analytics
    9  * Version:         1.0.0
     9 * Version:         1.0.1
    1010 *
    1111 * @package         Tracking_Code_For_Google_Analytics
Note: See TracChangeset for help on using the changeset viewer.