Version Description
- Update Facebook icon color
- Update CSS to automatically set left and right margins for standard placement in content
- Fix alignment in the default Twenty Twenty theme
Download this release
Release Info
Developer | micropat |
Plugin | AddToAny Share Buttons |
Version | 1.7.41 |
Comparing to | |
See all releases |
Code changes from version 1.7.40 to 1.7.41
- README.txt +6 -1
- add-to-any.php +1 -1
- addtoany.min.css +1 -1
- addtoany.services.php +6 -6
- icons/google_plus.svg +0 -1
- icons/google_plus_share_2x.png +0 -0
- icons/google_plusone_2x.png +0 -0
README.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: buttons, share, icons, social media, share buttons, sharing, share button,
|
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 5.4
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 1.7.
|
8 |
|
9 |
Share buttons for WordPress including the AddToAny sharing button, Facebook, Twitter, WhatsApp, Pinterest, Reddit, many more, and follow icons too.
|
10 |
|
@@ -346,6 +346,11 @@ Upload (or move) the `add-to-any` plugin directory into the `/wp-content/mu-plug
|
|
346 |
|
347 |
== Changelog ==
|
348 |
|
|
|
|
|
|
|
|
|
|
|
349 |
= 1.7.40 =
|
350 |
* Require PHP 5.3 as a bare minimum for compatibility features
|
351 |
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 5.4
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 1.7.41
|
8 |
|
9 |
Share buttons for WordPress including the AddToAny sharing button, Facebook, Twitter, WhatsApp, Pinterest, Reddit, many more, and follow icons too.
|
10 |
|
346 |
|
347 |
== Changelog ==
|
348 |
|
349 |
+
= 1.7.41 =
|
350 |
+
* Update Facebook icon color
|
351 |
+
* Update CSS to automatically set left and right margins for standard placement in content
|
352 |
+
* Fix alignment in the default Twenty Twenty theme
|
353 |
+
|
354 |
= 1.7.40 =
|
355 |
* Require PHP 5.3 as a bare minimum for compatibility features
|
356 |
|
add-to-any.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: AddToAny Share Buttons
|
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.
|
6 |
-
* Version: 1.7.
|
7 |
* Author: AddToAny
|
8 |
* Author URI: https://www.addtoany.com/
|
9 |
* Text Domain: add-to-any
|
3 |
* Plugin Name: AddToAny Share Buttons
|
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.
|
6 |
+
* Version: 1.7.41
|
7 |
* Author: AddToAny
|
8 |
* Author URI: https://www.addtoany.com/
|
9 |
* Text Domain: add-to-any
|
addtoany.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.addtoany_content{clear:both;margin:16px
|
1 |
+
.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.addtoany_list a:hover,.widget .addtoany_list a:hover{border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}
|
addtoany.services.php
CHANGED
@@ -5,7 +5,7 @@ $A2A_SHARE_SAVE_services = array(
|
|
5 |
"facebook" => array(
|
6 |
"name" => "Facebook",
|
7 |
"icon" => "facebook",
|
8 |
-
"color" => "
|
9 |
),
|
10 |
"twitter" => array(
|
11 |
"name" => "Twitter",
|
@@ -222,11 +222,6 @@ $A2A_SHARE_SAVE_services = array(
|
|
222 |
"icon" => "kik",
|
223 |
"color" => "2A2A2A",
|
224 |
),
|
225 |
-
"kindle_it" => array(
|
226 |
-
"name" => "Kindle It",
|
227 |
-
"icon" => "kindle",
|
228 |
-
"color" => "2A2A2A",
|
229 |
-
),
|
230 |
"known" => array(
|
231 |
"name" => "Known",
|
232 |
"icon" => "known",
|
@@ -337,6 +332,11 @@ $A2A_SHARE_SAVE_services = array(
|
|
337 |
"icon" => "pusha",
|
338 |
"color" => "0072B8",
|
339 |
),
|
|
|
|
|
|
|
|
|
|
|
340 |
"qzone" => array(
|
341 |
"name" => "Qzone",
|
342 |
"icon" => "qzone",
|
5 |
"facebook" => array(
|
6 |
"name" => "Facebook",
|
7 |
"icon" => "facebook",
|
8 |
+
"color" => "1877F2",
|
9 |
),
|
10 |
"twitter" => array(
|
11 |
"name" => "Twitter",
|
222 |
"icon" => "kik",
|
223 |
"color" => "2A2A2A",
|
224 |
),
|
|
|
|
|
|
|
|
|
|
|
225 |
"known" => array(
|
226 |
"name" => "Known",
|
227 |
"icon" => "known",
|
332 |
"icon" => "pusha",
|
333 |
"color" => "0072B8",
|
334 |
),
|
335 |
+
"kindle_it" => array(
|
336 |
+
"name" => "Push to Kindle",
|
337 |
+
"icon" => "kindle",
|
338 |
+
"color" => "2A2A2A",
|
339 |
+
),
|
340 |
"qzone" => array(
|
341 |
"name" => "Qzone",
|
342 |
"icon" => "qzone",
|
icons/google_plus.svg
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27 15h-2v-2h-2v2h-2v2h2v2h2v-2h2m-15-2v2.4h3.97c-.16 1.03-1.2 3.02-3.97 3.02-2.39 0-4.34-1.98-4.34-4.42s1.95-4.42 4.34-4.42c1.36 0 2.27.58 2.79 1.08l1.9-1.83C15.47 9.69 13.89 9 12 9c-3.87 0-7 3.13-7 7s3.13 7 7 7c4.04 0 6.72-2.84 6.72-6.84 0-.46-.05-.81-.11-1.16H12z" fill="#FFF"/></svg>
|
|
icons/google_plus_share_2x.png
DELETED
Binary file
|
icons/google_plusone_2x.png
DELETED
Binary file
|