Plugin Directory

Changeset 350657


Ignore:
Timestamp:
02/24/2011 10:17:54 PM (15 years ago)
Author:
andykillen
Message:

release 1.54.1

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

Legend:

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

    r349917 r350657  
    22Contributors: andykillen
    33Donate link: http://share-and-follow.com/wordpress-plugin/donations
    4 Tags: share, follow, facebook, youtube, reddit, digg, stumble, hyves, delicious, myspace, orkut, twitter, rss, social, bookmark, nofollow, new window, sidebar, shortcode, theme, widget, posts, pages, plugin, links, floating, fixed location, tab, google, pagerank, mixx, linkedin, yelp, rss comments, links, images, icons, flickr, email, mailto, newsfeed, google buzz, yahoo buzz, buzz, gravatar, portuguese, dutch, french, newsletter, tumblr, xfire, bit.ly, short urls for twitter, authors, localizable, adaptable, admin, Post, bookmarks, bookmarking, social bookmarking, social bookmarks, foursquare,dailymotion,vimeo, soundcloud, gowalla, xing, plaxo, coconex, vkontakte, sphinn, itunes, picasa, bandcamp, delicious, bookmark, moddb, imdb, nujij, posterous, ya,WP e-Commerce, slideshare,ning, plurk, identica, linkagogo,fark, faves, getglue, wordpress, bebo, blogger, like, tweet, facebook like,retweet, social networking, SEO, friendfeed.
     4Tags: share, follow, facebook, youtube, reddit, digg, stumble, hyves, delicious, myspace, orkut, twitter, rss, social, bookmark, nofollow, new window, sidebar, shortcode, theme, widget, posts, pages, plugin, links, floating, fixed location, tab, google, pagerank, mixx, linkedin, yelp, rss comments, links, images, icons, flickr, email, mailto, newsfeed, google buzz, yahoo buzz, buzz, gravatar, portuguese, dutch, french, newsletter, tumblr, xfire, bit.ly, short urls for twitter, authors, localizable, adaptable, admin, Post, bookmarks, bookmarking, social bookmarking, social bookmarks, foursquare,dailymotion,vimeo, soundcloud, gowalla, xing, plaxo, coconex, vkontakte, sphinn, itunes, picasa, bandcamp, delicious, bookmark, moddb, imdb, nujij, posterous, ya,WP e-Commerce, slideshare,ning, plurk, identica, linkagogo,fark, faves, getglue, wordpress, bebo, blogger, like, tweet, facebook like,retweet, social networking, SEO, friendfeed,wp-ecommerce, .
    55 
    66Requires at least: 2.8.6
    77Tested up to: 3.1
    8 Stable tag: 1.54
     8Stable tag: 1.54.1
    99
    1010Add Share Icons, Follow Links, Facebook Like, Twitter Tweet and other buttons on your site in the way you want. Simple & adapatable social networking.
     
    1212== Description ==
    1313
    14 Designed for average users to use, ideal for developers who want to save time, this plugin gives links to the most prominent Social Networking sites for sharing and following, presented in many different formats (widgets/shortcode/template tag/auto added). Optional subscriptions for extra 22 icons sets.
     14Designed for average users to use, ideal for developers who want to save time, this plugin gives links to the most prominent Social Networking sites for sharing and following, presented in many different formats (widgets/shortcode/template tag/auto added). Optional subscriptions for extra 25 icons sets.
    1515
    1616You can watch this video for an overview of many of the features of Share and Follow or scroll on down for the written description of the features.
     
    273273== Changelog ==
    274274
     275
     276= 1.54.1 =
     277
     278small fix to wp-ecommerce settings
     279
     280
    275281= 1.54 =
    276282
     
    773779== Upgrade Notice ==
    774780
     781= 1.54.1 =
     782
     783small fix to wp-ecommerce settings
     784
    775785= 1.54 =
    776786
  • share-and-follow/trunk/saf-functions.php

    r349917 r350657  
    8282
    8383        );
    84         $additionalSettings = array('size','spacing','share','list_style','email_body_text','share_text','css_images');
     84        $adminSettings = array('size','spacing','share','list_style','email_body_text','share_text','css_images');
    8585        foreach ($adminSettings as $item){
    8686            $args[$item] = $devOptions[$item];
     
    101101            $args[$item.'_popup_text'] = $devOptions[$item.'_popup_text'];
    102102        }
    103         foreach ($additionalSettings as $item){
     103        foreach ($adminSettings as $item){
    104104            $args[$item] = $devOptions[$item];
    105105        }
  • share-and-follow/trunk/share-and-follow.php

    r349917 r350657  
    33Plugin Name: Share and Follow
    44Plugin URI: http://share-and-follow.com/wordpress-plugin/
    5 Version: 1.54
     5Version: 1.54.1
    66Author: Andy Killen
    77Author URI: http://phat-reaction.com
     
    7171                    '60' =>'0 0',
    7272                )
    73 
    74         ),
    75 
     73        ),
    7674    'bebo' => array
    7775        (
     
    8684                    '60' =>'-61 0',
    8785                )
    88 
    89         ),
    90 
     86        ),
    9187    'blogger'=> array
    9288     (
     
    10298                )
    10399     ),
    104 
    105100    'coconex' => array
    106101        (
     
    115110                    '60' =>'-244 0',
    116111                )
    117 
    118         ),
    119 
     112        ),
    120113    'dailymotion' => array
    121114        (
     
    129122                    '60' =>'-305 0',
    130123                )
    131 
    132         ),
    133 
     124        ),
    134125    'delicious' => array
    135126        (
     
    144135                    '60' =>'-366 0',
    145136                )
    146 
    147         ),
    148 
     137        ),
    149138    'deviantart' => array
    150139        (
     
    158147                    '60' =>'-427 0',
    159148                )
    160 
    161         ),
    162 
     149        ),
    163150    'digg' => array
    164151        (
     
    173160                    '60' =>'-488 0',
    174161                )
    175 
    176         ),
    177 
     162        ),
    178163    'dzone' => array
    179164        (
     
    188173                    '60' =>'-549 0',
    189174                )
    190 
    191         ),
    192 
     175        ),
    193176    'email' => array
    194177        (
     
    203186                    '60' =>'-610 0',
    204187                )
    205 
    206         ),
    207 
     188        ),
    208189    'facebook' => array
    209190        (
     
    218199                    '60' =>'-671 0',
    219200                )
    220 
    221         ),
    222 
     201        ),
    223202    'fark' => array
    224203        (
     
    233212                    '60' =>'-732 0',
    234213                )
    235 
    236         ),
    237 
     214        ),
    238215    'faves' => array
    239216        (
     
    248225                    '60' =>'-793 0',
    249226                )
    250 
    251         ),
    252 
     227        ),
    253228    'feedburner' => array
    254229        (
     
    262237                    '60' =>'-854 0',
    263238                )
    264 
    265         ),
    266 
     239        ),
    267240    'flickr' => array
    268241        (
     
    276249                    '60' =>'-915 0',
    277250                )
    278 
    279         ),
    280 
     251        ),
    281252    'foursquare' => array
    282253        (
     
    290261                    '60' =>'-976 0',
    291262                )
    292 
    293263        ),
    294264   'friendfeed' => array
     
    305275                )
    306276        ),
    307 
    308277    'getglue' => array
    309278        (
     
    317286                    '60' =>'-1037 0',
    318287                )
    319 
    320         ),
    321 
     288        ),
    322289    'google_buzz' => array
    323290        (
     
    332299                    '60' =>'-1159 0',
    333300                )
    334 
    335         ),
    336 
     301        ),
    337302    'gowalla' => array
    338303        (
Note: See TracChangeset for help on using the changeset viewer.