Plugin Directory

Changeset 478918


Ignore:
Timestamp:
12/21/2011 10:34:47 PM (14 years ago)
Author:
0xTC
Message:
 
Location:
wp-tweet-button/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • wp-tweet-button/trunk/inc/settings.inc.php

    r446909 r478918  
    3333                    )
    3434                );
     35                $google_auth_url = 'https://www.google.com/accounts/AuthSubRequest' . '?' . $gsparams;
    3536                ?><input type="button" class="button" value="Authorize goo.gl tracking" onclick="window.location = '<?php echo $google_auth_url;?>';"/><br /><?php
    36                 $google_auth_url = 'https://www.google.com/accounts/AuthSubRequest' . '?' . $gsparams;
    3737            }
    3838        }
  • wp-tweet-button/trunk/readme.txt

    r446909 r478918  
    133133* Added SSL support.
    134134
     135= 2.1.3 =
     136* Fixed Google Tracking link.
     137* Updated preview images.
     138
    135139= 2.1.1 =
    136140* Added option for blogs experiencing character encoding issues.
  • wp-tweet-button/trunk/wp-tweet-button.php

    r446909 r478918  
    22/*
    33Plugin Name: WP Tweet Button
    4 Version: 2.1.2
     4Version: 2.1.3
    55Plugin URI: http://0xtc.com/plugins/wp-tweet-button
    66Description: The WordPress implementation of the official Twitter Tweet Button.
Note: See TracChangeset for help on using the changeset viewer.