Version Description
- Update Google icon
- Update Google+ icon
- Update Tumblr logo
- Remove NewsTrust
Download this release
Release Info
Developer | micropat |
Plugin | AddToAny Share Buttons |
Version | 1.6.5 |
Comparing to | |
See all releases |
Code changes from version 1.6.4 to 1.6.5
- README.txt +7 -1
- add-to-any.php +1 -1
- addtoany.services.php +0 -4
- icons/google.png +0 -0
- icons/google_plus.png +0 -0
- icons/google_plus_share.png +0 -0
- icons/google_plusone.png +0 -0
- icons/newstrust.png +0 -0
- icons/tumblr.png +0 -0
README.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: micropat, addtoany
|
|
3 |
Tags: AddToAny, sharing, share, social, share button, share buttons, social media, media, marketing, bookmark, bookmarks, save, post, posts, page, pages, images, image, admin, analytics, statistics, stats, links, plugin, shortcode, sidebar, widget, responsive, email, e-mail, print, seo, button, woocommerce, ecommerce, e-commerce, amazon, delicious, google, tumblr, linkedin, digg, reddit, facebook, facebook share, facebook like, like, twitter, twitter button, twitter share, tweet, tweet button, google plus, pinterest, pin, pin it, pinit, wanelo, buffer, stumbleupon, bitly, whatsapp, instagram, behance, flickr, foursquare, vimeo, youtube, feed, rss, lockerz, addthis, sociable, share this, sharethis, shareaholic, icon, icons, vector, SVG, floating, floating buttons, wpml, wpmu, Add to Any
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 4.3
|
6 |
-
Stable tag: 1.6.
|
7 |
|
8 |
Share buttons for WordPress including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more.
|
9 |
|
@@ -298,6 +298,12 @@ Upload the plugin directory (including all files and directories within) to the
|
|
298 |
|
299 |
== Changelog ==
|
300 |
|
|
|
|
|
|
|
|
|
|
|
|
|
301 |
= 1.6.4 =
|
302 |
* Fix placement option for custom post types to not inherit the placement option for regular posts (thanks Air)
|
303 |
* Permit custom AddToAny button in floating share bars (thanks billsmithem)
|
3 |
Tags: AddToAny, sharing, share, social, share button, share buttons, social media, media, marketing, bookmark, bookmarks, save, post, posts, page, pages, images, image, admin, analytics, statistics, stats, links, plugin, shortcode, sidebar, widget, responsive, email, e-mail, print, seo, button, woocommerce, ecommerce, e-commerce, amazon, delicious, google, tumblr, linkedin, digg, reddit, facebook, facebook share, facebook like, like, twitter, twitter button, twitter share, tweet, tweet button, google plus, pinterest, pin, pin it, pinit, wanelo, buffer, stumbleupon, bitly, whatsapp, instagram, behance, flickr, foursquare, vimeo, youtube, feed, rss, lockerz, addthis, sociable, share this, sharethis, shareaholic, icon, icons, vector, SVG, floating, floating buttons, wpml, wpmu, Add to Any
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 4.3
|
6 |
+
Stable tag: 1.6.5
|
7 |
|
8 |
Share buttons for WordPress including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more.
|
9 |
|
298 |
|
299 |
== Changelog ==
|
300 |
|
301 |
+
= 1.6.5 =
|
302 |
+
* Update Google icon
|
303 |
+
* Update Google+ icon
|
304 |
+
* Update Tumblr logo
|
305 |
+
* Remove NewsTrust
|
306 |
+
|
307 |
= 1.6.4 =
|
308 |
* Fix placement option for custom post types to not inherit the placement option for regular posts (thanks Air)
|
309 |
* Permit custom AddToAny button in floating share bars (thanks billsmithem)
|
add-to-any.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Share Buttons by AddToAny
|
4 |
Plugin URI: https://www.addtoany.com/
|
5 |
Description: Share buttons for your pages including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
|
6 |
-
Version: 1.6.
|
7 |
Author: AddToAny
|
8 |
Author URI: https://www.addtoany.com/
|
9 |
*/
|
3 |
Plugin Name: Share Buttons by AddToAny
|
4 |
Plugin URI: https://www.addtoany.com/
|
5 |
Description: Share buttons for your pages including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
|
6 |
+
Version: 1.6.5
|
7 |
Author: AddToAny
|
8 |
Author URI: https://www.addtoany.com/
|
9 |
*/
|
addtoany.services.php
CHANGED
@@ -230,10 +230,6 @@ $A2A_SHARE_SAVE_services = array(
|
|
230 |
"name" => "Netvouz",
|
231 |
"icon" => "netvouz",
|
232 |
),
|
233 |
-
"newstrust" => array(
|
234 |
-
"name" => "NewsTrust",
|
235 |
-
"icon" => "newstrust",
|
236 |
-
),
|
237 |
"newsvine" => array(
|
238 |
"name" => "NewsVine",
|
239 |
"icon" => "newsvine",
|
230 |
"name" => "Netvouz",
|
231 |
"icon" => "netvouz",
|
232 |
),
|
|
|
|
|
|
|
|
|
233 |
"newsvine" => array(
|
234 |
"name" => "NewsVine",
|
235 |
"icon" => "newsvine",
|
icons/google.png
CHANGED
Binary file
|
icons/google_plus.png
CHANGED
Binary file
|
icons/google_plus_share.png
CHANGED
Binary file
|
icons/google_plusone.png
CHANGED
Binary file
|
icons/newstrust.png
DELETED
Binary file
|
icons/tumblr.png
CHANGED
Binary file
|