AddToAny Share Buttons - Version 0.9.8.4

Version Description

Download this release

Release Info

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

Code changes from version 0.9.8.3 to 0.9.8.4

Files changed (2) hide show
  1. README.txt +1 -1
  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, bookmark, bookmarks, sharing, share, 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, addtoany, add, any
5
  Requires at least: 2.0
6
  Tested up to: 2.7
7
- Stable tag: 0.9.8.3
8
 
9
  Helps readers share, save, and bookmark your posts and pages using any service, such as Delicious, Digg, Facebook, MySpace, and all the rest.
10
 
4
  Tags: bookmarking, social, social bookmarking, bookmark, bookmarks, sharing, share, 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, addtoany, add, any
5
  Requires at least: 2.0
6
  Tested up to: 2.7
7
+ Stable tag: 0.9.8.4
8
 
9
  Helps readers share, save, and bookmark your posts and pages using any service, such as Delicious, Digg, Facebook, MySpace, and all the rest.
10
 
add-to-any.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Add to Any: Share/Save/Bookmark Button
4
  Plugin URI: http://www.addtoany.com/
5
  Description: Helps readers share, save, and bookmark your posts and pages using any service. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
- Version: .9.8.3
7
  Author: Add to Any
8
  Author URI: http://www.addtoany.com/contact/
9
  */
@@ -124,7 +124,7 @@ if (!function_exists('A2A_menu_locale')) {
124
  SubscribeViaEmail: "' . __("Subscribe via e-mail", "add-to-any") . '",
125
  BookmarkInYourBrowser: "' . __("Bookmark in your browser", "add-to-any") . '",
126
  BookmarkInstructions: "' . __("Press Ctrl+D or Cmd+D to bookmark this page", "add-to-any") . '",
127
- AddToYourFavorites: "' . __("Add to your favorites", "add-to-any") . '"
128
  SendFromWebOrProgram: "' . __("Send from any e-mail address or e-mail program") . '",
129
  EmailProgram: "' . __("E-mail program") . '"
130
  };
3
  Plugin Name: Add to Any: Share/Save/Bookmark Button
4
  Plugin URI: http://www.addtoany.com/
5
  Description: Helps readers share, save, and bookmark your posts and pages using any service. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
+ Version: .9.8.4
7
  Author: Add to Any
8
  Author URI: http://www.addtoany.com/contact/
9
  */
124
  SubscribeViaEmail: "' . __("Subscribe via e-mail", "add-to-any") . '",
125
  BookmarkInYourBrowser: "' . __("Bookmark in your browser", "add-to-any") . '",
126
  BookmarkInstructions: "' . __("Press Ctrl+D or Cmd+D to bookmark this page", "add-to-any") . '",
127
+ AddToYourFavorites: "' . __("Add to your favorites", "add-to-any") . '",
128
  SendFromWebOrProgram: "' . __("Send from any e-mail address or e-mail program") . '",
129
  EmailProgram: "' . __("E-mail program") . '"
130
  };