Plugin Directory

Changeset 686261


Ignore:
Timestamp:
03/23/2013 02:00:44 PM (13 years ago)
Author:
bstaruk
Message:

Added brief instruction for finding your UAID on the plugin settings page.

Location:
analytics-enabler/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • analytics-enabler/trunk/Analytics-Enabler.php

    r686254 r686261  
    33Plugin Name: Analytics Enabler
    44Description: This plugin will include your Google Analytics tracking code immediately before the closing [head] tag of every page.
    5 Version: 1.1.1
     5Version: 1.1.2
    66Author: Brian Staruk
    77Author URI: http://brian.staruk.me
     
    3838    <div class="wrap">
    3939        <?php screen_icon(); ?>
    40         <h2>Settings</h2>           
     40        <h2>Settings</h2>
    4141        <form method="post" action="options.php">
    4242            <?php
     
    4646        ?>
    4747            <?php submit_button(); ?>
     48            <p><small><em>Note:</em> Your UAID can be found on the top most dashboard of your Google Analytics account. It is written in small text next to each one of your domain names, and looks something like this: UA-74368483-3</small></p>
    4849        </form>
    4950    </div>
  • analytics-enabler/trunk/readme.txt

    r686253 r686261  
    44Requires at least: 3.5.1
    55Tested up to: 3.5.1
    6 Stable tag: 1.1.1
     6Stable tag: 1.1.2
    77License: MIT
    88
     
    2727== Changelog ==
    2828
     29= 1.1.2 =
     30* Added brief instruction for finding your UAID on the plugin settings page.
     31
    2932= 1.1.1 =
    3033* FAQ added
Note: See TracChangeset for help on using the changeset viewer.