Plugin Directory

Changeset 921529


Ignore:
Timestamp:
05/27/2014 09:19:09 AM (12 years ago)
Author:
srijith.v
Message:

Releasing update

Location:
addthis/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • addthis/trunk/addthis_social_widget.php

    r864597 r921529  
    2424* Plugin URI: http://www.addthis.com
    2525* Description: Help your visitor promote your site! The AddThis Social Bookmarking Widget allows any visitor to bookmark your site easily with many popular services. Sign up for an AddThis.com account to see how your visitors are sharing your content--which services they're using for sharing, which content is shared the most, and more. It's all free--even the pretty charts and graphs.
    26 * Version: 3.5.9
     26* Version: 3.5.10
    2727*
    2828* Author: The AddThis Team
  • addthis/trunk/includes/addthis_addjs.php

    r848816 r921529  
    166166    function addWidgetToJs(){
    167167        $addthis_settings_options = get_option('addthis_settings');
    168         $addthis_asynchronous_loading = $addthis_settings_options['addthis_asynchronous_loading'];
     168        $addthis_asynchronous_loading = ($addthis_settings_options['addthis_asynchronous_loading'])?$addthis_settings_options['addthis_asynchronous_loading']:false;
    169169        if(isset($addthis_asynchronous_loading) && $addthis_asynchronous_loading) {
    170170            $this->jsToAdd .= '<script type="text/javascript" src="//s7.addthis.com/js/'.$this->atversion.'/addthis_widget.js#pubid='. urlencode( $this->pubid ).'&async=1"></script>';
  • addthis/trunk/readme.txt

    r864597 r921529  
    44Requires at least: 3.0
    55Tested up to: 3.8.1
    6 Stable tag: 3.5.9
     6Stable tag: 3.5.10
    77
    88AddThis Share Buttons help drive traffic to your site by helping visitors share, bookmark and email your content to over 330 services.
     
    7676
    7777== Changelog ==
     78= 3.5.10 =
     79* Minor bug fix
    7880
    7981= 3.5.9 =
     
    262264== Upgrade Notice ==
    263265
     266= 3.5.10 =
     267* Minor bug fix
     268
    264269= 3.5.9 =
    265270* CURL bug fix
Note: See TracChangeset for help on using the changeset viewer.