WordPress Share Buttons Plugin – AddThis - Version 1.6.6

Version Description

  • Fixed argument bug in 1.6.5
Download this release

Release Info

Developer _mjk_
Plugin Icon 128x128 WordPress Share Buttons Plugin – AddThis
Version 1.6.6
Comparing to
See all releases

Code changes from version 1.6.5 to 1.6.6

Files changed (2) hide show
  1. addthis_social_widget.php +2 -2
  2. readme.txt +3 -1
addthis_social_widget.php CHANGED
@@ -27,7 +27,7 @@ else return;
27
  * Plugin Name: AddThis Social Bookmarking Widget
28
  * Plugin URI: http://www.addthis.com
29
  * 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.
30
- * Version: 1.6.5
31
  *
32
  * Author: The AddThis Team
33
  * Author URI: http://www.addthis.com
@@ -88,7 +88,7 @@ function addthis_get_wp_version() {
88
  /**
89
  * For templates, we need a wrapper for printing out the code on demand.
90
  */
91
- function addthis_print_widget($url, $title) {
92
  echo addthis_social_widget('', true, $url, $title);
93
  }
94
 
27
  * Plugin Name: AddThis Social Bookmarking Widget
28
  * Plugin URI: http://www.addthis.com
29
  * 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.
30
+ * Version: 1.6.6
31
  *
32
  * Author: The AddThis Team
33
  * Author URI: http://www.addthis.com
88
  /**
89
  * For templates, we need a wrapper for printing out the code on demand.
90
  */
91
+ function addthis_print_widget($url=null, $title=null) {
92
  echo addthis_social_widget('', true, $url, $title);
93
  }
94
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: _mjk_
3
  Tags: share, addthis, social, bookmark, sharing, bookmarking, widget
4
  Requires at least: 2.3
5
  Tested up to: 2.9.2
6
- Stable tag: 1.6.5
7
 
8
  The AddThis Social Bookmarking Widget allows any visitor to bookmark and share your site easily with many popular services.
9
 
@@ -63,6 +63,8 @@ We currently support over 295 services, from email and blogging platforms to soc
63
  PHP 5+ is preferred; PHP 4 is supported.
64
 
65
  == Changelog ==
 
 
66
 
67
  = 1.6.5 =
68
  * Added support for arbitrary URL and title in template tag as optional parameters
3
  Tags: share, addthis, social, bookmark, sharing, bookmarking, widget
4
  Requires at least: 2.3
5
  Tested up to: 2.9.2
6
+ Stable tag: 1.6.6
7
 
8
  The AddThis Social Bookmarking Widget allows any visitor to bookmark and share your site easily with many popular services.
9
 
63
  PHP 5+ is preferred; PHP 4 is supported.
64
 
65
  == Changelog ==
66
+ = 1.6.6 =
67
+ * Fixed argument bug in 1.6.5
68
 
69
  = 1.6.5 =
70
  * Added support for arbitrary URL and title in template tag as optional parameters