WordPress Share Buttons Plugin – AddThis - Version 3.5.10

Version Description

  • Minor bug fix
Download this release

Release Info

Developer srijith.v
Plugin Icon 128x128 WordPress Share Buttons Plugin – AddThis
Version 3.5.10
Comparing to
See all releases

Code changes from version 3.5.9 to 3.5.10

addthis_social_widget.php CHANGED
@@ -23,7 +23,7 @@
23
  * Plugin Name: AddThis Social Bookmarking Widget
24
  * Plugin URI: http://www.addthis.com
25
  * 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
27
  *
28
  * Author: The AddThis Team
29
  * Author URI: http://www.addthis.com/blog
23
  * Plugin Name: AddThis Social Bookmarking Widget
24
  * Plugin URI: http://www.addthis.com
25
  * 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.10
27
  *
28
  * Author: The AddThis Team
29
  * Author URI: http://www.addthis.com/blog
includes/addthis_addjs.php CHANGED
@@ -165,7 +165,7 @@ Class AddThis_addjs{
165
 
166
  function addWidgetToJs(){
167
  $addthis_settings_options = get_option('addthis_settings');
168
- $addthis_asynchronous_loading = $addthis_settings_options['addthis_asynchronous_loading'];
169
  if(isset($addthis_asynchronous_loading) && $addthis_asynchronous_loading) {
170
  $this->jsToAdd .= '<script type="text/javascript" src="//s7.addthis.com/js/'.$this->atversion.'/addthis_widget.js#pubid='. urlencode( $this->pubid ).'&async=1"></script>';
171
  $this->jsToAdd .= '<script type="text/javascript">jQuery(document).ready(function($) { addthis.init(); }); </script>';
165
 
166
  function addWidgetToJs(){
167
  $addthis_settings_options = get_option('addthis_settings');
168
+ $addthis_asynchronous_loading = (isset($addthis_settings_options['addthis_asynchronous_loading']))?$addthis_settings_options['addthis_asynchronous_loading']:false;
169
  if(isset($addthis_asynchronous_loading) && $addthis_asynchronous_loading) {
170
  $this->jsToAdd .= '<script type="text/javascript" src="//s7.addthis.com/js/'.$this->atversion.'/addthis_widget.js#pubid='. urlencode( $this->pubid ).'&async=1"></script>';
171
  $this->jsToAdd .= '<script type="text/javascript">jQuery(document).ready(function($) { addthis.init(); }); </script>';
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: srijith.v, solchea, _mjk_, addthis_paul
3
  Tags: share, addthis, social, bookmark, sharing, bookmarking, widget,AddThis, addtoany, aim, bookmark, buzz, del.icio.us, Digg,e-mail, email, Facebook, google bookmarks, google buzz, myspace,network, NewsVine, Reddit, Share, share this, sharethis, social, socialize, stumbleupon, twitter, windows live, yahoo buzz, pintrest, widget
4
  Requires at least: 3.0
5
  Tested up to: 3.8.1
6
- Stable tag: 3.5.9
7
 
8
  AddThis Share Buttons help drive traffic to your site by helping visitors share, bookmark and email your content to over 330 services.
9
 
@@ -75,6 +75,8 @@ In the screen options you can enable the AddThis meta box. Check the box and sa
75
  PHP 5+ is preferred; PHP 4 is supported.
76
 
77
  == Changelog ==
 
 
78
 
79
  = 3.5.9 =
80
  * CURL bug fix
@@ -261,6 +263,9 @@ Fixed nondeterministic bug with the_title(), causing the title to occasionally a
261
 
262
  == Upgrade Notice ==
263
 
 
 
 
264
  = 3.5.9 =
265
  * CURL bug fix
266
 
3
  Tags: share, addthis, social, bookmark, sharing, bookmarking, widget,AddThis, addtoany, aim, bookmark, buzz, del.icio.us, Digg,e-mail, email, Facebook, google bookmarks, google buzz, myspace,network, NewsVine, Reddit, Share, share this, sharethis, social, socialize, stumbleupon, twitter, windows live, yahoo buzz, pintrest, widget
4
  Requires at least: 3.0
5
  Tested up to: 3.8.1
6
+ Stable tag: 3.5.10
7
 
8
  AddThis Share Buttons help drive traffic to your site by helping visitors share, bookmark and email your content to over 330 services.
9
 
75
  PHP 5+ is preferred; PHP 4 is supported.
76
 
77
  == Changelog ==
78
+ = 3.5.10 =
79
+ * Minor bug fix
80
 
81
  = 3.5.9 =
82
  * CURL bug fix
263
 
264
  == Upgrade Notice ==
265
 
266
+ = 3.5.10 =
267
+ * Minor bug fix
268
+
269
  = 3.5.9 =
270
  * CURL bug fix
271