Version Description
- Update admin for jQuery UI 1.13.0 in WordPress 5.9
Download this release
Release Info
Developer | micropat |
Plugin | AddToAny Share Buttons |
Version | 1.8.4 |
Comparing to | |
See all releases |
Code changes from version 1.8.3 to 1.8.4
- README.txt +6 -3
- add-to-any.php +1 -1
- addtoany.admin.php +3 -1
README.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: micropat, addtoany
|
3 |
Tags: buttons, share, icons, social media, share buttons, sharing, share button, media, social, marketing, links, email, seo, woocommerce, google, linkedin, reddit, facebook, twitter, pinterest, whatsapp, instagram, youtube, share this, sharethis, feed
|
4 |
Requires at least: 4.5
|
5 |
-
Tested up to:
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 1.8.
|
8 |
|
9 |
Share buttons for WordPress including the AddToAny sharing button, Facebook, Twitter, WhatsApp, Pinterest, Reddit, many more, and follow icons too.
|
10 |
|
@@ -63,7 +63,7 @@ AddToAny is the home of universal sharing, and the AddToAny plugin is the most p
|
|
63 |
= Wide Support =
|
64 |
|
65 |
* Over 10 years of development
|
66 |
-
* Over
|
67 |
* Translated into dozens of languages
|
68 |
* Ongoing support from the community
|
69 |
|
@@ -346,6 +346,9 @@ Upload (or move) the `add-to-any` plugin directory into the `/wp-content/mu-plug
|
|
346 |
|
347 |
== Changelog ==
|
348 |
|
|
|
|
|
|
|
349 |
= 1.8.3 =
|
350 |
* Update AMP support
|
351 |
* Update vertical floating share buttons bar for AMP pages
|
2 |
Contributors: micropat, addtoany
|
3 |
Tags: buttons, share, icons, social media, share buttons, sharing, share button, media, social, marketing, links, email, seo, woocommerce, google, linkedin, reddit, facebook, twitter, pinterest, whatsapp, instagram, youtube, share this, sharethis, feed
|
4 |
Requires at least: 4.5
|
5 |
+
Tested up to: 6.0
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 1.8.4
|
8 |
|
9 |
Share buttons for WordPress including the AddToAny sharing button, Facebook, Twitter, WhatsApp, Pinterest, Reddit, many more, and follow icons too.
|
10 |
|
63 |
= Wide Support =
|
64 |
|
65 |
* Over 10 years of development
|
66 |
+
* Over 14 million downloads
|
67 |
* Translated into dozens of languages
|
68 |
* Ongoing support from the community
|
69 |
|
346 |
|
347 |
== Changelog ==
|
348 |
|
349 |
+
= 1.8.4 =
|
350 |
+
* Update admin for jQuery UI 1.13.0 in WordPress 5.9
|
351 |
+
|
352 |
= 1.8.3 =
|
353 |
* Update AMP support
|
354 |
* Update vertical floating share buttons bar for AMP pages
|
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, LinkedIn, Pinterest, WhatsApp and many more.
|
6 |
-
* Version: 1.8.
|
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, LinkedIn, Pinterest, WhatsApp and many more.
|
6 |
+
* Version: 1.8.4
|
7 |
* Author: AddToAny
|
8 |
* Author URI: https://www.addtoany.com/
|
9 |
* Text Domain: add-to-any
|
addtoany.admin.php
CHANGED
@@ -1247,7 +1247,7 @@ function A2A_SHARE_SAVE_admin_head() {
|
|
1247 |
.ui-sortable-placeholder{background-color:transparent;border:1px dashed #CCC !important;}
|
1248 |
.addtoany_admin_list{list-style:none;padding:0;margin:0;}
|
1249 |
.addtoany_admin_list li{border-radius:6px;}
|
1250 |
-
|
1251 |
#addtoany_services_selectable{clear:left;display:none;}
|
1252 |
#addtoany_services_selectable li{cursor:pointer;float:left;width:150px;font-size:12px;line-height:24px;margin:0;padding:6px;border:1px solid transparent;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
|
1253 |
#addtoany_services_selectable li:hover, #addtoany_services_selectable li.addtoany_selected{border:1px solid #CCC;background-color:#FFF;}
|
@@ -1257,6 +1257,8 @@ function A2A_SHARE_SAVE_admin_head() {
|
|
1257 |
#addtoany_services_selectable .addtoany_3p_button{padding:8px 6px 4px;}
|
1258 |
#addtoany_services_selectable .addtoany_3p_button img{border-radius:0;width:auto;height:20px;}
|
1259 |
|
|
|
|
|
1260 |
#addtoany_services_sortable li, #addtoany_services_sortable li.dummy:hover{cursor:move;float:left;padding:14px 10px;border:1px solid transparent;}
|
1261 |
#addtoany_services_sortable li:hover{border:1px solid #CCC;background-color:#FFF;}
|
1262 |
#addtoany_services_sortable li.dummy, #addtoany_services_sortable li.dummy:hover{cursor:auto;background-color:transparent;}
|
1247 |
.ui-sortable-placeholder{background-color:transparent;border:1px dashed #CCC !important;}
|
1248 |
.addtoany_admin_list{list-style:none;padding:0;margin:0;}
|
1249 |
.addtoany_admin_list li{border-radius:6px;}
|
1250 |
+
|
1251 |
#addtoany_services_selectable{clear:left;display:none;}
|
1252 |
#addtoany_services_selectable li{cursor:pointer;float:left;width:150px;font-size:12px;line-height:24px;margin:0;padding:6px;border:1px solid transparent;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
|
1253 |
#addtoany_services_selectable li:hover, #addtoany_services_selectable li.addtoany_selected{border:1px solid #CCC;background-color:#FFF;}
|
1257 |
#addtoany_services_selectable .addtoany_3p_button{padding:8px 6px 4px;}
|
1258 |
#addtoany_services_selectable .addtoany_3p_button img{border-radius:0;width:auto;height:20px;}
|
1259 |
|
1260 |
+
/* Work around jQuery UI 1.13.0 bug: https://github.com/jquery/jquery-ui/issues/1998 */
|
1261 |
+
#addtoany_services_sortable{display:flex;flex-flow:row wrap;align-items:flex-start;}
|
1262 |
#addtoany_services_sortable li, #addtoany_services_sortable li.dummy:hover{cursor:move;float:left;padding:14px 10px;border:1px solid transparent;}
|
1263 |
#addtoany_services_sortable li:hover{border:1px solid #CCC;background-color:#FFF;}
|
1264 |
#addtoany_services_sortable li.dummy, #addtoany_services_sortable li.dummy:hover{cursor:auto;background-color:transparent;}
|