AddToAny Share Buttons - Version 1.5.5

Version Description

  • Support multilingual sites using WPML, including Polylang
Download this release

Release Info

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

Code changes from version 1.5.4 to 1.5.5

Files changed (3) hide show
  1. README.txt +5 -1
  2. add-to-any.php +1 -1
  3. wpml-config.xml +8 -0
README.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: micropat, addtoany
3
  Tags: sharing, share, share this, bookmarking, social, share button, share buttons, share links, social share, social sharing, social bookmarking, social bookmarks, socialize, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, shortcode, sidebar, widget, responsive, email, e-mail, print, seo, button, delicious, google, tumblr, linkedin, digg, reddit, facebook, facebook share, facebook like, like, twitter, twitter button, twitter share, tweet, tweet button, +1, plus 1, google +1, google plus, google plus one, plus one, pinterest, pin, pin it, pinit, wanelo, buffer, stumbleupon, bitly, whatsapp, lockerz, addthis, sociable, sharedaddy, sharethis, shareaholic, icon, icons, vector, SVG, floating, floating buttons, wpmu, Add to Any, AddToAny
4
  Requires at least: 2.8
5
  Tested up to: 4.2
6
- Stable tag: 1.5.4
7
 
8
  Share buttons for WordPress including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more.
9
 
@@ -43,6 +43,7 @@ AddToAny's customizable platform and social share icons let you optimize your si
43
 
44
  * Loads asynchronously so your content always loads before or in parallel with AddToAny
45
  * Supports theme features such as HTML5 & XHTML, widgets, infinite scroll, post formats
 
46
  * No signup, no login, no account necessary
47
 
48
  = Mobile Optimized & Retina Ready =
@@ -288,6 +289,9 @@ Upload the plugin directory (including all files and directories within) to the
288
 
289
  == Changelog ==
290
 
 
 
 
291
  = 1.5.4 =
292
  * New optional sharing header to easily place a label above the default share buttons
293
  * Accepts HTML
3
  Tags: sharing, share, share this, bookmarking, social, share button, share buttons, share links, social share, social sharing, social bookmarking, social bookmarks, socialize, bookmark, bookmarks, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, shortcode, sidebar, widget, responsive, email, e-mail, print, seo, button, delicious, google, tumblr, linkedin, digg, reddit, facebook, facebook share, facebook like, like, twitter, twitter button, twitter share, tweet, tweet button, +1, plus 1, google +1, google plus, google plus one, plus one, pinterest, pin, pin it, pinit, wanelo, buffer, stumbleupon, bitly, whatsapp, lockerz, addthis, sociable, sharedaddy, sharethis, shareaholic, icon, icons, vector, SVG, floating, floating buttons, wpmu, Add to Any, AddToAny
4
  Requires at least: 2.8
5
  Tested up to: 4.2
6
+ Stable tag: 1.5.5
7
 
8
  Share buttons for WordPress including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more.
9
 
43
 
44
  * Loads asynchronously so your content always loads before or in parallel with AddToAny
45
  * Supports theme features such as HTML5 & XHTML, widgets, infinite scroll, post formats
46
+ * Supports multilingual sites and multisite networks
47
  * No signup, no login, no account necessary
48
 
49
  = Mobile Optimized & Retina Ready =
289
 
290
  == Changelog ==
291
 
292
+ = 1.5.5 =
293
+ * Support multilingual sites using WPML, including Polylang
294
+
295
  = 1.5.4 =
296
  * New optional sharing header to easily place a label above the default share buttons
297
  * Accepts HTML
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.5.4
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.5.5
7
  Author: AddToAny
8
  Author URI: https://www.addtoany.com/
9
  */
wpml-config.xml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <wpml-config>
2
+ <admin-texts>
3
+ <key name="addtoany_options">
4
+ <key name="button_text" />
5
+ <key name="header" />
6
+ </key>
7
+ </admin-texts>
8
+ </wpml-config>