Plugin Directory

Changeset 1071118


Ignore:
Timestamp:
01/19/2015 03:48:06 PM (11 years ago)
Author:
srijith.v
Message:

Created tag 4.0.3.

Location:
addthis/tags/4.0.3
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • addthis/tags/4.0.3/addthis_social_widget.php

    r1069466 r1071118  
    2424* Plugin URI: http://www.addthis.com
    2525* Description: Use the AddThis suite of website tools which includes sharing, following, recommended content, and conversion tools to help you make your website smarter. With AddThis, you can see how your users are engaging with your content, provide a personalized experience for each user and encourage them to share, subscribe or follow.
    26 * Version: 4.0.2
     26* Version: 4.0.3
    2727*
    2828* Author: The AddThis Team
     
    3333
    3434define( 'addthis_style_default' , 'fb_tw_p1_sc');
    35 define( 'ADDTHIS_PLUGIN_VERSION' , '4.0.2');
    36 define( 'ADDTHIS_PRODUCT_VERSION' , 'wpp-4.0.2');
     35define( 'ADDTHIS_PLUGIN_VERSION' , '4.0.3');
     36define( 'ADDTHIS_PRODUCT_VERSION' , 'wpp-4.0.3');
    3737define( 'ADDTHIS_ATVERSION', '300');
    3838define( 'ADDTHIS_ATVERSION_MANUAL_UPDATE', -1);
  • addthis/tags/4.0.3/includes/addthis_addjs_new.php

    r1069466 r1071118  
    162162            $addthis_asynchronous_loading = (isset($addthis_settings_options['addthis_asynchronous_loading']))?$addthis_settings_options['addthis_asynchronous_loading']:false;
    163163            $this->jsToAdd .= '<script type="text/javascript" src="//s7.addthis.com/js/'.$this->atversion.'/addthis_widget.js#pubid='. urlencode( $this->pubid ).'" async="async"></script>';
    164             $this->jsToAdd .= '<script type="text/javascript">jQuery(document).ready(function($) { addthis.init(); }); </script>';
    165164        }
    166165    }
  • addthis/tags/4.0.3/readme.txt

    r1069466 r1071118  
    44Requires at least: 3.0
    55Tested up to: 4.1
    6 Stable tag: 4.0.2
     6Stable tag: 4.0.3
    77
    88AddThis provides the best sharing, social, recommended content, and conversion tools to help you make
     
    8282
    8383== Changelog ==
     84
     85= 4.0.3 =
     86* Minor bug fix - JS error corrected.
    8487
    8588= 4.0.2 =
     
    281284== Upgrade Notice ==
    282285
     286= 4.0.3 =
     287* Minor bug fix
     288
    283289= 4.0.2 =
    284290* Control inline share buttons for each page/post
Note: See TracChangeset for help on using the changeset viewer.