Plugin Directory

Changeset 1818770


Ignore:
Timestamp:
02/09/2018 07:49:26 AM (8 years ago)
Author:
bitacre
Message:

shiny too!

Location:
super-simple-google-analytics
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • super-simple-google-analytics/tags/1.7.3/SuperSimpleGoogleAnalytics.php

    r1319435 r1818770  
    44Plugin URI: http://shinraholdings.com/plugins/super-simple-google-analytics
    55Description: Bare bones option for people looking to simply insert the basic Google Analytics tracking code into the head section of every page without any fuss.
    6 Version: 1.7.2
     6Version: 1.7.3
    77Author: bitacre
    88Author URI: http://shinraholdings.com
    99License: GPLv3
    10     Copyright 2016 Shinra Web Holdings (http://shinraholdings.com)
     10    Copyright 2018 Shinra Web Holdings (http://shinraholdings.com)
    1111*/
    1212
     
    148148                    <tr valign="top"><th scope="row"><label for="<?php echo $this->options_name; ?>[account]"><?php _e( 'Google Analytics Numbers', $this->plugin_textdomain ); ?>: </label></th>
    149149                        <td>
    150                             UA-<input type="text" name="<?php echo $this->options_name; ?>[account]" value="<?php echo $options['account']; ?>" style="width:90px;" maxlength="8" />
    151                             &ndash;<input type="text" name="<?php echo $this->options_name; ?>[profile]" value="<?php echo $options['profile']; ?>" style="width:30px;" maxlength="3" />
     150                            UA-<input type="text" name="<?php echo $this->options_name; ?>[account]" value="<?php echo $options['account']; ?>" style="width:90px;" />
     151                            &ndash;<input type="text" name="<?php echo $this->options_name; ?>[profile]" value="<?php echo $options['profile']; ?>" style="width:30px;" />
    152152                        </td>
    153153                    </tr>
  • super-simple-google-analytics/tags/1.7.3/readme.txt

    r1319435 r1818770  
    55Tags: google, analytics, simple, works, tracking, code, head, header, insert, google analytics, javascript, google analytics
    66Requires at least: 2.8
    7 Tested up to: 4.4
    8 Stable tag: 1.7.2
     7Tested up to: 4.9.4
     8Stable tag: 1.7.3
    99
    1010Very simple plugin for reliably inserting your Google Analytics tracking code on every page.
     
    3737
    3838== Changelog ==
     39= 1.7.3 =
     40* Got rid of the maxlength fields for tracking codes with more than 8 digits
     41 
    3942= 1.7.2 =
    4043* Purely cosmetic update for WordPress 4.4
     
    9497
    9598== Upgrade Notice ==
     99= 1.7.3 =
     100Enables tracking codes with more than 8 digits.
     101
    96102= 1.7.2 =
    97103Purely cosmetic update for WordPress 4.4. Happy New Year.
  • super-simple-google-analytics/trunk/SuperSimpleGoogleAnalytics.php

    r1319435 r1818770  
    44Plugin URI: http://shinraholdings.com/plugins/super-simple-google-analytics
    55Description: Bare bones option for people looking to simply insert the basic Google Analytics tracking code into the head section of every page without any fuss.
    6 Version: 1.7.2
     6Version: 1.7.3
    77Author: bitacre
    88Author URI: http://shinraholdings.com
    99License: GPLv3
    10     Copyright 2016 Shinra Web Holdings (http://shinraholdings.com)
     10    Copyright 2018 Shinra Web Holdings (http://shinraholdings.com)
    1111*/
    1212
     
    148148                    <tr valign="top"><th scope="row"><label for="<?php echo $this->options_name; ?>[account]"><?php _e( 'Google Analytics Numbers', $this->plugin_textdomain ); ?>: </label></th>
    149149                        <td>
    150                             UA-<input type="text" name="<?php echo $this->options_name; ?>[account]" value="<?php echo $options['account']; ?>" style="width:90px;" maxlength="8" />
    151                             &ndash;<input type="text" name="<?php echo $this->options_name; ?>[profile]" value="<?php echo $options['profile']; ?>" style="width:30px;" maxlength="3" />
     150                            UA-<input type="text" name="<?php echo $this->options_name; ?>[account]" value="<?php echo $options['account']; ?>" style="width:90px;" />
     151                            &ndash;<input type="text" name="<?php echo $this->options_name; ?>[profile]" value="<?php echo $options['profile']; ?>" style="width:30px;" />
    152152                        </td>
    153153                    </tr>
  • super-simple-google-analytics/trunk/readme.txt

    r1319435 r1818770  
    55Tags: google, analytics, simple, works, tracking, code, head, header, insert, google analytics, javascript, google analytics
    66Requires at least: 2.8
    7 Tested up to: 4.4
    8 Stable tag: 1.7.2
     7Tested up to: 4.9.4
     8Stable tag: 1.7.3
    99
    1010Very simple plugin for reliably inserting your Google Analytics tracking code on every page.
     
    3737
    3838== Changelog ==
     39= 1.7.3 =
     40* Got rid of the maxlength fields for tracking codes with more than 8 digits
     41 
    3942= 1.7.2 =
    4043* Purely cosmetic update for WordPress 4.4
     
    9497
    9598== Upgrade Notice ==
     99= 1.7.3 =
     100Enables tracking codes with more than 8 digits.
     101
    96102= 1.7.2 =
    97103Purely cosmetic update for WordPress 4.4. Happy New Year.
Note: See TracChangeset for help on using the changeset viewer.