AddToAny Share Buttons - Version 0.9.9.4.5

Version Description

Download this release

Release Info

Developer micropat
Plugin Icon 128x128 AddToAny Share Buttons
Version 0.9.9.4.5
Comparing to
See all releases

Code changes from version 0.9.9.4.4 to 0.9.9.4.5

Files changed (2) hide show
  1. README.txt +6 -2
  2. add-to-any.php +2 -2
README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.addtoany.com/contact/
4
  Tags: bookmarking, social, social bookmarking, social bookmarks, bookmark, bookmarks, sharing, share, sharethis, saving, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, wpmu, addtoany, add, any
5
  Requires at least: 2.0
6
  Tested up to: 2.9
7
- Stable tag: 0.9.9.4.4
8
 
9
  Help readers share, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.
10
 
@@ -12,7 +12,7 @@ Help readers share, bookmark, and email your posts and pages using any service,
12
 
13
  Help readers **share**, **save**, **bookmark**, and **email** your posts and pages using **any service**, such as Facebook, Twitter, Digg, Delicious, and over 100 more social bookmarking and sharing sites. The button comes with AddToAny's customizable **Smart Menu**, which **places the services visitors use at the top of the menu**, based on each visitor's browsing and usage history.
14
 
15
- <a href="http://www.addtoany.com/" title="Sharing button widget" target="_blank">Share Button</a> (demo)
16
 
17
  The E-mail tab makes it easy to share via Google Mail, Yahoo! Mail, Hotmail, AOL, and any other web-based e-mailer or desktop program. The **Add to Favorites** button (or Bookmark tab) helps users bookmark using any browser (Internet Explorer, Firefox, Chrome, Safari, Opera, etc.).
18
 
@@ -122,6 +122,10 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
122
 
123
  == Changelog ==
124
 
 
 
 
 
125
  = .9.9.4.4 =
126
  * Backwards compatibile to version 2.0
127
  * Fixes PHP is_tag error
4
  Tags: bookmarking, social, social bookmarking, social bookmarks, bookmark, bookmarks, sharing, share, sharethis, saving, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, wpmu, addtoany, add, any
5
  Requires at least: 2.0
6
  Tested up to: 2.9
7
+ Stable tag: 0.9.9.4.5
8
 
9
  Help readers share, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.
10
 
12
 
13
  Help readers **share**, **save**, **bookmark**, and **email** your posts and pages using **any service**, such as Facebook, Twitter, Digg, Delicious, and over 100 more social bookmarking and sharing sites. The button comes with AddToAny's customizable **Smart Menu**, which **places the services visitors use at the top of the menu**, based on each visitor's browsing and usage history.
14
 
15
+ <a href="http://www.addtoany.com/" title="Sharing and bookmarking button widget" target="_blank">Share Button</a> (demo)
16
 
17
  The E-mail tab makes it easy to share via Google Mail, Yahoo! Mail, Hotmail, AOL, and any other web-based e-mailer or desktop program. The **Add to Favorites** button (or Bookmark tab) helps users bookmark using any browser (Internet Explorer, Firefox, Chrome, Safari, Opera, etc.).
18
 
122
 
123
  == Changelog ==
124
 
125
+ = .9.9.4.5 =
126
+ * Fixing standalone services admin panel because version .9.9.4.4 broke this feature
127
+ * Standalone services are available for WordPress version 2.6+
128
+
129
  = .9.9.4.4 =
130
  * Backwards compatibile to version 2.0
131
  * Fixes PHP is_tag error
add-to-any.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Add to Any: Share/Bookmark/Email Button
4
  Plugin URI: http://www.addtoany.com/
5
  Description: Help readers share, bookmark, and email your posts and pages using any service. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
- Version: .9.9.4.4
7
  Author: Add to Any
8
  Author URI: http://www.addtoany.com/contact/
9
  */
@@ -374,7 +374,7 @@ add_action('wp_head', 'A2A_SHARE_SAVE_button_css');
374
 
375
  function A2A_SHARE_SAVE_options_page() {
376
 
377
- global $A2A_SHARE_SAVE_plugin_url_path, $A2A_SHARE_SAVE_services;
378
 
379
  // Make available services extensible via plugins, themes (functions.php), etc.
380
  $A2A_SHARE_SAVE_services = apply_filters('A2A_SHARE_SAVE_services', $A2A_SHARE_SAVE_services);
3
  Plugin Name: Add to Any: Share/Bookmark/Email Button
4
  Plugin URI: http://www.addtoany.com/
5
  Description: Help readers share, bookmark, and email your posts and pages using any service. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
+ Version: .9.9.4.5
7
  Author: Add to Any
8
  Author URI: http://www.addtoany.com/contact/
9
  */
374
 
375
  function A2A_SHARE_SAVE_options_page() {
376
 
377
+ global $A2A_SHARE_SAVE_plugin_url_path, $A2A_SHARE_SAVE_services, $wp_version;
378
 
379
  // Make available services extensible via plugins, themes (functions.php), etc.
380
  $A2A_SHARE_SAVE_services = apply_filters('A2A_SHARE_SAVE_services', $A2A_SHARE_SAVE_services);