Changeset 1818770
- Timestamp:
- 02/09/2018 07:49:26 AM (8 years ago)
- Location:
- super-simple-google-analytics
- Files:
-
- 4 edited
- 1 copied
-
tags/1.7.3 (copied) (copied from super-simple-google-analytics/trunk)
-
tags/1.7.3/SuperSimpleGoogleAnalytics.php (modified) (2 diffs)
-
tags/1.7.3/readme.txt (modified) (3 diffs)
-
trunk/SuperSimpleGoogleAnalytics.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
super-simple-google-analytics/tags/1.7.3/SuperSimpleGoogleAnalytics.php
r1319435 r1818770 4 4 Plugin URI: http://shinraholdings.com/plugins/super-simple-google-analytics 5 5 Description: 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. 26 Version: 1.7.3 7 7 Author: bitacre 8 8 Author URI: http://shinraholdings.com 9 9 License: GPLv3 10 Copyright 201 6Shinra Web Holdings (http://shinraholdings.com)10 Copyright 2018 Shinra Web Holdings (http://shinraholdings.com) 11 11 */ 12 12 … … 148 148 <tr valign="top"><th scope="row"><label for="<?php echo $this->options_name; ?>[account]"><?php _e( 'Google Analytics Numbers', $this->plugin_textdomain ); ?>: </label></th> 149 149 <td> 150 UA-<input type="text" name="<?php echo $this->options_name; ?>[account]" value="<?php echo $options['account']; ?>" style="width:90px;" maxlength="8"/>151 –<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 –<input type="text" name="<?php echo $this->options_name; ?>[profile]" value="<?php echo $options['profile']; ?>" style="width:30px;" /> 152 152 </td> 153 153 </tr> -
super-simple-google-analytics/tags/1.7.3/readme.txt
r1319435 r1818770 5 5 Tags: google, analytics, simple, works, tracking, code, head, header, insert, google analytics, javascript, google analytics 6 6 Requires at least: 2.8 7 Tested up to: 4. 48 Stable tag: 1.7. 27 Tested up to: 4.9.4 8 Stable tag: 1.7.3 9 9 10 10 Very simple plugin for reliably inserting your Google Analytics tracking code on every page. … … 37 37 38 38 == Changelog == 39 = 1.7.3 = 40 * Got rid of the maxlength fields for tracking codes with more than 8 digits 41 39 42 = 1.7.2 = 40 43 * Purely cosmetic update for WordPress 4.4 … … 94 97 95 98 == Upgrade Notice == 99 = 1.7.3 = 100 Enables tracking codes with more than 8 digits. 101 96 102 = 1.7.2 = 97 103 Purely cosmetic update for WordPress 4.4. Happy New Year. -
super-simple-google-analytics/trunk/SuperSimpleGoogleAnalytics.php
r1319435 r1818770 4 4 Plugin URI: http://shinraholdings.com/plugins/super-simple-google-analytics 5 5 Description: 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. 26 Version: 1.7.3 7 7 Author: bitacre 8 8 Author URI: http://shinraholdings.com 9 9 License: GPLv3 10 Copyright 201 6Shinra Web Holdings (http://shinraholdings.com)10 Copyright 2018 Shinra Web Holdings (http://shinraholdings.com) 11 11 */ 12 12 … … 148 148 <tr valign="top"><th scope="row"><label for="<?php echo $this->options_name; ?>[account]"><?php _e( 'Google Analytics Numbers', $this->plugin_textdomain ); ?>: </label></th> 149 149 <td> 150 UA-<input type="text" name="<?php echo $this->options_name; ?>[account]" value="<?php echo $options['account']; ?>" style="width:90px;" maxlength="8"/>151 –<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 –<input type="text" name="<?php echo $this->options_name; ?>[profile]" value="<?php echo $options['profile']; ?>" style="width:30px;" /> 152 152 </td> 153 153 </tr> -
super-simple-google-analytics/trunk/readme.txt
r1319435 r1818770 5 5 Tags: google, analytics, simple, works, tracking, code, head, header, insert, google analytics, javascript, google analytics 6 6 Requires at least: 2.8 7 Tested up to: 4. 48 Stable tag: 1.7. 27 Tested up to: 4.9.4 8 Stable tag: 1.7.3 9 9 10 10 Very simple plugin for reliably inserting your Google Analytics tracking code on every page. … … 37 37 38 38 == Changelog == 39 = 1.7.3 = 40 * Got rid of the maxlength fields for tracking codes with more than 8 digits 41 39 42 = 1.7.2 = 40 43 * Purely cosmetic update for WordPress 4.4 … … 94 97 95 98 == Upgrade Notice == 99 = 1.7.3 = 100 Enables tracking codes with more than 8 digits. 101 96 102 = 1.7.2 = 97 103 Purely cosmetic update for WordPress 4.4. Happy New Year.
Note: See TracChangeset
for help on using the changeset viewer.