Version Description
Download this release
Release Info
Developer | micropat |
Plugin | AddToAny Share Buttons |
Version | 0.9.9.4.6 |
Comparing to | |
See all releases |
Code changes from version 0.9.9.4.5 to 0.9.9.4.6
- README.txt +17 -2
- add-to-any.php +1 -1
- icons/box.png +0 -0
- icons/bzzster.png +0 -0
- icons/furl.png +0 -0
- icons/orkut.png +0 -0
- icons/posterous.png +0 -0
- icons/yahoomyweb.png +0 -0
- services.php +17 -13
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.
|
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 |
|
@@ -122,6 +122,21 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
|
|
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+
|
@@ -156,7 +171,7 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
|
|
156 |
* New standalone services
|
157 |
* DailyMe
|
158 |
* Google Reader
|
159 |
-
*
|
160 |
* NewsTrust
|
161 |
* Plurk
|
162 |
* PrintFriendly
|
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.6
|
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 |
|
122 |
|
123 |
== Changelog ==
|
124 |
|
125 |
+
= .9.9.4.6 =
|
126 |
+
* Updated standalone service URIs and code names
|
127 |
+
* Renamed service codes; must re-add if you have selected
|
128 |
+
* Ask.com
|
129 |
+
* Gmail
|
130 |
+
* Identi.ca
|
131 |
+
* Mozillaca
|
132 |
+
* New standalone services
|
133 |
+
* Box.net
|
134 |
+
* Orkut
|
135 |
+
* Posterous
|
136 |
+
* Removed standalone service
|
137 |
+
* Furl
|
138 |
+
* Yahoo! MyWeb
|
139 |
+
|
140 |
= .9.9.4.5 =
|
141 |
* Fixing standalone services admin panel because version .9.9.4.4 broke this feature
|
142 |
* Standalone services are available for WordPress version 2.6+
|
171 |
* New standalone services
|
172 |
* DailyMe
|
173 |
* Google Reader
|
174 |
+
* Mozillaca
|
175 |
* NewsTrust
|
176 |
* Plurk
|
177 |
* PrintFriendly
|
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.
|
7 |
Author: Add to Any
|
8 |
Author URI: http://www.addtoany.com/contact/
|
9 |
*/
|
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.6
|
7 |
Author: Add to Any
|
8 |
Author URI: http://www.addtoany.com/contact/
|
9 |
*/
|
icons/box.png
ADDED
Binary file
|
icons/bzzster.png
DELETED
Binary file
|
icons/furl.png
DELETED
Binary file
|
icons/orkut.png
ADDED
Binary file
|
icons/posterous.png
ADDED
Binary file
|
icons/yahoomyweb.png
DELETED
Binary file
|
services.php
CHANGED
@@ -58,14 +58,14 @@ $A2A_SHARE_SAVE_services = Array(
|
|
58 |
"name" => "Bookmarks.fr",
|
59 |
"icon" => "bookmarks_fr",
|
60 |
),
|
|
|
|
|
|
|
|
|
61 |
"buddymarks" => Array(
|
62 |
"name" => "BuddyMarks",
|
63 |
"icon" => "buddymarks",
|
64 |
),
|
65 |
-
"buzzster" => Array(
|
66 |
-
"name" => "Buzzster",
|
67 |
-
"icon" => "bzzster",
|
68 |
-
),
|
69 |
"care2_news" => Array(
|
70 |
"name" => "Care2 News",
|
71 |
"icon" => "care2",
|
@@ -146,10 +146,6 @@ $A2A_SHARE_SAVE_services = Array(
|
|
146 |
"name" => "FunP",
|
147 |
"icon" => "funp",
|
148 |
),
|
149 |
-
"furl" => Array(
|
150 |
-
"name" => "Furl",
|
151 |
-
"icon" => "furl",
|
152 |
-
),
|
153 |
"gabbr" => Array(
|
154 |
"name" => "Gabbr",
|
155 |
"icon" => "gabbr",
|
@@ -158,14 +154,14 @@ $A2A_SHARE_SAVE_services = Array(
|
|
158 |
"name" => "Global Grind",
|
159 |
"icon" => "global_grind",
|
160 |
),
|
161 |
-
"gmail" => Array(
|
162 |
-
"name" => "Gmail",
|
163 |
-
"icon" => "gmail",
|
164 |
-
),
|
165 |
"google_bookmarks" => Array(
|
166 |
"name" => "Google Bookmarks",
|
167 |
"icon" => "google",
|
168 |
),
|
|
|
|
|
|
|
|
|
169 |
"google_reader" => Array(
|
170 |
"name" => "Google Reader",
|
171 |
"icon" => "reader",
|
@@ -254,7 +250,7 @@ $A2A_SHARE_SAVE_services = Array(
|
|
254 |
"name" => "MindBodyGreen",
|
255 |
"icon" => "mindbodygreen",
|
256 |
),
|
257 |
-
"
|
258 |
"name" => "Mister-Wong",
|
259 |
"icon" => "mister-wong",
|
260 |
),
|
@@ -306,6 +302,10 @@ $A2A_SHARE_SAVE_services = Array(
|
|
306 |
"name" => "Oneview",
|
307 |
"icon" => "oneview",
|
308 |
),
|
|
|
|
|
|
|
|
|
309 |
"phonefavs" => Array(
|
310 |
"name" => "PhoneFavs",
|
311 |
"icon" => "phonefavs",
|
@@ -322,6 +322,10 @@ $A2A_SHARE_SAVE_services = Array(
|
|
322 |
"name" => "Plurk",
|
323 |
"icon" => "plurk",
|
324 |
),
|
|
|
|
|
|
|
|
|
325 |
"printfriendly" => Array(
|
326 |
"name" => "PrintFriendly",
|
327 |
"icon" => "printfriendly",
|
58 |
"name" => "Bookmarks.fr",
|
59 |
"icon" => "bookmarks_fr",
|
60 |
),
|
61 |
+
"box_net" => Array(
|
62 |
+
"name" => "Box.net",
|
63 |
+
"icon" => "box",
|
64 |
+
),
|
65 |
"buddymarks" => Array(
|
66 |
"name" => "BuddyMarks",
|
67 |
"icon" => "buddymarks",
|
68 |
),
|
|
|
|
|
|
|
|
|
69 |
"care2_news" => Array(
|
70 |
"name" => "Care2 News",
|
71 |
"icon" => "care2",
|
146 |
"name" => "FunP",
|
147 |
"icon" => "funp",
|
148 |
),
|
|
|
|
|
|
|
|
|
149 |
"gabbr" => Array(
|
150 |
"name" => "Gabbr",
|
151 |
"icon" => "gabbr",
|
154 |
"name" => "Global Grind",
|
155 |
"icon" => "global_grind",
|
156 |
),
|
|
|
|
|
|
|
|
|
157 |
"google_bookmarks" => Array(
|
158 |
"name" => "Google Bookmarks",
|
159 |
"icon" => "google",
|
160 |
),
|
161 |
+
"google_gmail" => Array(
|
162 |
+
"name" => "Google Gmail",
|
163 |
+
"icon" => "gmail",
|
164 |
+
),
|
165 |
"google_reader" => Array(
|
166 |
"name" => "Google Reader",
|
167 |
"icon" => "reader",
|
250 |
"name" => "MindBodyGreen",
|
251 |
"icon" => "mindbodygreen",
|
252 |
),
|
253 |
+
"mister_wong" => Array(
|
254 |
"name" => "Mister-Wong",
|
255 |
"icon" => "mister-wong",
|
256 |
),
|
302 |
"name" => "Oneview",
|
303 |
"icon" => "oneview",
|
304 |
),
|
305 |
+
"orkut" => Array(
|
306 |
+
"name" => "Orkut",
|
307 |
+
"icon" => "orkut",
|
308 |
+
),
|
309 |
"phonefavs" => Array(
|
310 |
"name" => "PhoneFavs",
|
311 |
"icon" => "phonefavs",
|
322 |
"name" => "Plurk",
|
323 |
"icon" => "plurk",
|
324 |
),
|
325 |
+
"posterous" => Array(
|
326 |
+
"name" => "Posterous",
|
327 |
+
"icon" => "posterous",
|
328 |
+
),
|
329 |
"printfriendly" => Array(
|
330 |
"name" => "PrintFriendly",
|
331 |
"icon" => "printfriendly",
|