WordPress Share Buttons Plugin – AddThis - Version 2.4.3

Version Description

Fixed admin console bug for non-administrators.

Download this release

Release Info

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

Code changes from version 2.4.2 to 2.4.3

Files changed (2) hide show
  1. addthis_social_widget.php +3 -3
  2. readme.txt +16 -13
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: 2.4.2
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', '2.4.2');
50
 
51
  $addthis_settings = array();
52
  $addthis_settings['isdropdown'] = 'true';
@@ -474,7 +474,7 @@ add_action('wp_ajax_at_show_dashboard_widget', 'addthis_render_dashboard_widget'
474
  * @see js/addthis.css
475
  */
476
  function addthis_render_dashboard_widget() {
477
- if( current_user_can('manage_options') || apply_filter('addthis_show_dashboard', __return_false() ) )
478
  {
479
  // we're good
480
  }
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: 2.4.3
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', '2.4.3');
50
 
51
  $addthis_settings = array();
52
  $addthis_settings['isdropdown'] = 'true';
474
  * @see js/addthis.css
475
  */
476
  function addthis_render_dashboard_widget() {
477
+ if( current_user_can('manage_options') || apply_filters('addthis_show_dashboard', __return_false() ) )
478
  {
479
  // we're good
480
  }
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: _mjk_, jorbin, addthis_paul, joesullivan
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: 2.9
5
  Tested up to: 3.3.2
6
- Stable tag: 2.4.2
7
 
8
  The AddThis Social Bookmarking Widget allows any visitor to bookmark and share your site easily with over 330 popular services.
9
 
@@ -191,41 +191,44 @@ Fixed nondeterministic bug with the_title(), causing the title to occasionally a
191
 
192
 
193
  == Upgrade Notice ==
 
 
 
194
  = 2.4.1 =
195
- Bug Fixes
196
 
197
  = 2.4.0 =
198
- Better Performance and improved UI
199
 
200
  = 2.3.2 =
201
- New option for opting out of copy text tracking
202
 
203
  = 2.3.0 =
204
- Improve the Settings interface and add Google Analytics Integration
205
 
206
  = 2.2.1 =
207
- Add 3.2 compatability
208
 
209
  = 2.2.0 =
210
- More Customization options
211
 
212
  = 2.1.0 =
213
- More Features, More Filters, More Social Goodness
214
 
215
  = 2.0.5 =
216
- Force service codes to be lowercase and, if opting out of clickback tracking, set config to force opting out
217
 
218
  = 2.0.4 =
219
- Fix conflict with other plugins and other bug fixes
220
 
221
  = 2.0.3 =
222
- Still work in themes that don't have wp_head and wp_footer
223
 
224
  = 2.0.2 =
225
- Bug Fixes, enhanced customization
226
 
227
  = 2.0.1 =
228
- Bug Fixes, more filters, small tweak to options
229
 
230
  = 2.0.0 =
231
  More and better options for sharing widgets. Redesigned analytics dashboard widget and interface.
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: 2.9
5
  Tested up to: 3.3.2
6
+ Stable tag: 2.4.3
7
 
8
  The AddThis Social Bookmarking Widget allows any visitor to bookmark and share your site easily with over 330 popular services.
9
 
191
 
192
 
193
  == Upgrade Notice ==
194
+ = 2.4.3 =
195
+ Fixed admin console bug for non-administrators.
196
+
197
  = 2.4.1 =
198
+ Bug fixes.
199
 
200
  = 2.4.0 =
201
+ Better performance and improved UI.
202
 
203
  = 2.3.2 =
204
+ New option for opting out of copy text tracking.
205
 
206
  = 2.3.0 =
207
+ Improve the Settings interface and add Google Analytics integration.
208
 
209
  = 2.2.1 =
210
+ Add 3.2 compatability.
211
 
212
  = 2.2.0 =
213
+ More customization options.
214
 
215
  = 2.1.0 =
216
+ More features, more filters, more social goodness.
217
 
218
  = 2.0.5 =
219
+ Force service codes to be lowercase and, if opting out of clickback tracking, set config to force opting out.
220
 
221
  = 2.0.4 =
222
+ Fix conflict with other plugins and other bug fixes.
223
 
224
  = 2.0.3 =
225
+ Still work in themes that don't have wp_head and wp_footer.
226
 
227
  = 2.0.2 =
228
+ Bug fixes, enhanced customization.
229
 
230
  = 2.0.1 =
231
+ Bug fixes, more filters, small tweak to options.
232
 
233
  = 2.0.0 =
234
  More and better options for sharing widgets. Redesigned analytics dashboard widget and interface.