Plugin Directory

Changeset 498192


Ignore:
Timestamp:
01/31/2012 10:04:42 PM (14 years ago)
Author:
andykillen
Message:

release 1.60.5 going out

Location:
share-and-follow/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • share-and-follow/trunk/readme.txt

    r497044 r498192  
    66Requires at least: 3.2
    77Tested up to: 3.3.1
    8 Stable tag: 1.60.4
     8Stable tag: 1.60.5
    99
    1010Add Share Icons, Follow Links, Facebook Like, Twitter Tweet and other buttons on your site in the way you want. Simple & adaptable social networking.
     
    298298== Changelog ==
    299299
     300
     301= 1.60.5 =
     302
     303fixed google+ button.
     304
    300305= 1.60.3 =
    301306
     
    833838== Upgrade Notice ==
    834839
     840= 1.60.5 =
     841
     842fixed google+ button.
    835843
    836844= 1.60.3 =
  • share-and-follow/trunk/share-and-follow.php

    r497044 r498192  
    33Plugin Name: Share and Follow
    44Plugin URI: http://share-and-follow.com/wordpress-plugin/
    5 Version: 1.60.4
     5Version: 1.60.5
    66Author: Andy Killen
    77Author URI: http://phat-reaction.com
     
    603603
    604604                function doGooglePlusButton($postid, $url = '',  $style = '', $size = ''){
    605                     if ($url==''){$url = urlencode(get_permalink($postid));}
     605                    if ($url==''){$url = get_permalink($postid);}
    606606                    if ($style==''){$style=$this->_options['googleplus_style'];}
    607607                    if ($size==''){$size=$this->_options['googleplus_size'];}
Note: See TracChangeset for help on using the changeset viewer.