WordPress Share Buttons Plugin – AddThis - Version 3.5.5

Version Description

  • Minor bug fixes.
Download this release

Release Info

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

Code changes from version 3.5.4 to 3.5.5

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.4
27
  *
28
  * Author: The AddThis Team
29
  * Author URI: http://www.addthis.com/blog
@@ -46,7 +46,7 @@ function addthis_early(){
46
 
47
 
48
  define( 'addthis_style_default' , 'fb_tw_p1_sc');
49
- define( 'ADDTHIS_PLUGIN_VERSION' , '3.5.4');
50
  define( 'ADDTHIS_PRODUCT_VERSION' , 'wpp');
51
  define( 'ADDTHIS_ATVERSION', '300');
52
  define( 'ADDTHIS_ATVERSION_MANUAL_UPDATE', -1);
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.5
27
  *
28
  * Author: The AddThis Team
29
  * Author URI: http://www.addthis.com/blog
46
 
47
 
48
  define( 'addthis_style_default' , 'fb_tw_p1_sc');
49
+ define( 'ADDTHIS_PLUGIN_VERSION' , '3.5.5');
50
  define( 'ADDTHIS_PRODUCT_VERSION' , 'wpp');
51
  define( 'ADDTHIS_ATVERSION', '300');
52
  define( 'ADDTHIS_ATVERSION_MANUAL_UPDATE', -1);
includes/addthis_addjs.php CHANGED
@@ -100,6 +100,7 @@ Class AddThis_addjs{
100
  } else {
101
  $this->addAfterToJs();
102
  echo $this->jsToAdd;
 
103
  }
104
  }
105
 
@@ -167,8 +168,10 @@ Class AddThis_addjs{
167
  }
168
 
169
  function addAfterToJs(){
170
- if (! empty($this->jsAfterAdd))
171
  $this->jsToAdd .= '<script type="text/javascript">' . $this->jsAfterAdd . '</script>';
 
 
172
  }
173
 
174
 
100
  } else {
101
  $this->addAfterToJs();
102
  echo $this->jsToAdd;
103
+ $this->jsToAdd = false;
104
  }
105
  }
106
 
168
  }
169
 
170
  function addAfterToJs(){
171
+ if (! empty($this->jsAfterAdd)) {
172
  $this->jsToAdd .= '<script type="text/javascript">' . $this->jsAfterAdd . '</script>';
173
+ $this->jsAfterAdd = NULL;
174
+ }
175
  }
176
 
177
 
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.7.1
6
- Stable tag: 3.5.4
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
 
@@ -76,7 +76,10 @@ PHP 5+ is preferred; PHP 4 is supported.
76
 
77
  == Changelog ==
78
 
79
- = 3.5.3 =
 
 
 
80
  * Fixed JS errors in Options page.
81
 
82
  = 3.5.3 =
@@ -246,7 +249,10 @@ Fixed nondeterministic bug with the_title(), causing the title to occasionally a
246
 
247
  == Upgrade Notice ==
248
 
249
- = 3.5.3 =
 
 
 
250
  Bug fixes
251
 
252
  = 3.5.3 =
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.7.1
6
+ Stable tag: 3.5.5
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
 
76
 
77
  == Changelog ==
78
 
79
+ = 3.5.5 =
80
+ * Minor bug fixes.
81
+
82
+ = 3.5.4 =
83
  * Fixed JS errors in Options page.
84
 
85
  = 3.5.3 =
249
 
250
  == Upgrade Notice ==
251
 
252
+ = 3.5.5 =
253
+ Bug fixes
254
+
255
+ = 3.5.4 =
256
  Bug fixes
257
 
258
  = 3.5.3 =