Version Description
We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thanks for using Shareaholic!
Download this release
Release Info
Developer | shareaholic |
Plugin | WordPress Social Tools, Related Posts, Monetization – Shareaholic |
Version | 9.6.3 |
Comparing to | |
See all releases |
Code changes from version 9.6.2 to 9.6.3
- public.php +4 -1
- readme.txt +12 -9
- shareaholic.php +3 -3
public.php
CHANGED
@@ -51,6 +51,10 @@ class ShareaholicPublic {
|
|
51 |
* Inserts resource hints in </head> to speed up loading
|
52 |
*/
|
53 |
public static function shareaholic_resource_hints( $hints, $relation_type ) {
|
|
|
|
|
|
|
|
|
54 |
if ( 'dns-prefetch' === $relation_type ) {
|
55 |
if ( $hints ) {
|
56 |
array_push(
|
@@ -60,7 +64,6 @@ class ShareaholicPublic {
|
|
60 |
'//www.shareaholic.net',
|
61 |
'//analytics.shareaholic.com',
|
62 |
'//recs.shareaholic.com',
|
63 |
-
'//go.shareaholic.com',
|
64 |
'//partner.shareaholic.com'
|
65 |
);
|
66 |
}
|
51 |
* Inserts resource hints in </head> to speed up loading
|
52 |
*/
|
53 |
public static function shareaholic_resource_hints( $hints, $relation_type ) {
|
54 |
+
// Do not load in wp-admin section
|
55 |
+
if ( is_admin() || !is_array( $hints ) || $relation_type != 'dns-prefetch' ) {
|
56 |
+
return $hints;
|
57 |
+
}
|
58 |
if ( 'dns-prefetch' === $relation_type ) {
|
59 |
if ( $hints ) {
|
60 |
array_push(
|
64 |
'//www.shareaholic.net',
|
65 |
'//analytics.shareaholic.com',
|
66 |
'//recs.shareaholic.com',
|
|
|
67 |
'//partner.shareaholic.com'
|
68 |
);
|
69 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: social, social sharing, google analytics, pinterest, twitter, share butto
|
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 5.7
|
6 |
Requires PHP: 5.3
|
7 |
-
Stable tag: 9.6.
|
8 |
|
9 |
Boost Audience Engagement with Award Winning Speed Optimized Social Tools: Share Buttons, Related Posts, Monetization & Google Analytics.
|
10 |
|
@@ -335,13 +335,8 @@ The default Shareaholic thumbnail width is 640px with dynamic height and no crop
|
|
335 |
Each time you change Shareaholic's thumbnail dimensions like this, you will probably want to have WordPress regenerate appropriate sized thumbnails for all of your images. We highly recommend the [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) plugin for this purpose.
|
336 |
|
337 |
== Changelog ==
|
338 |
-
= 9.6.
|
339 |
-
*
|
340 |
-
* New Share + Follow Button
|
341 |
-
* Gab - [Share](https://www.shareaholic.com/website-tools/social-share-buttons/gab) | [Follow](https://www.shareaholic.com/website-tools/social-follow-buttons/gab)
|
342 |
-
* Enhancement: Improved Share Count handling for Pinterest
|
343 |
-
* Enhancement: Various a11y improvements
|
344 |
-
* Enhancement: Various updates for IE11 (for legacy users that can't upgrade their systems...)
|
345 |
|
346 |
**Are you missing your Facebook Share Counts?** *Facebook recently decided to drop support for unauthenticated Share Count lookups. Shareaholic offers two options to get back your Facebook Share Counts:*
|
347 |
|
@@ -350,6 +345,14 @@ Each time you change Shareaholic's thumbnail dimensions like this, you will prob
|
|
350 |
|
351 |
We recommend the Cloud Hosted option as self-hosting Share Counts infrastructure yourself can be a resource hog. A dedicated service to keep Shareaholic light on site resources is your simplest and fastest option. Our servers do all the heavy lifting such as storage, rate limiting, caching, and more behind the scenes work while keeping your website fast. An added advantage of the premium version are higher API lookup limits.
|
352 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
= 9.6.1 (01-January-2021) =
|
354 |
Wishing you a very Happy New Year from our family to yours! 🎉
|
355 |
|
@@ -1124,7 +1127,7 @@ Wishing you a very Happy New Year from our family to yours! 🎉
|
|
1124 |
* Show Related Posts data status
|
1125 |
|
1126 |
== Upgrade Notice ==
|
1127 |
-
= 9.6.
|
1128 |
We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thanks for using Shareaholic!
|
1129 |
|
1130 |
= 8.12.1 =
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 5.7
|
6 |
Requires PHP: 5.3
|
7 |
+
Stable tag: 9.6.3
|
8 |
|
9 |
Boost Audience Engagement with Award Winning Speed Optimized Social Tools: Share Buttons, Related Posts, Monetization & Google Analytics.
|
10 |
|
335 |
Each time you change Shareaholic's thumbnail dimensions like this, you will probably want to have WordPress regenerate appropriate sized thumbnails for all of your images. We highly recommend the [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) plugin for this purpose.
|
336 |
|
337 |
== Changelog ==
|
338 |
+
= 9.6.3 (13-April-2021) =
|
339 |
+
* Enhancement: Do not dns-prefetch in the WordPress administration interface
|
|
|
|
|
|
|
|
|
|
|
340 |
|
341 |
**Are you missing your Facebook Share Counts?** *Facebook recently decided to drop support for unauthenticated Share Count lookups. Shareaholic offers two options to get back your Facebook Share Counts:*
|
342 |
|
345 |
|
346 |
We recommend the Cloud Hosted option as self-hosting Share Counts infrastructure yourself can be a resource hog. A dedicated service to keep Shareaholic light on site resources is your simplest and fastest option. Our servers do all the heavy lifting such as storage, rate limiting, caching, and more behind the scenes work while keeping your website fast. An added advantage of the premium version are higher API lookup limits.
|
347 |
|
348 |
+
= 9.6.2 (15-March-2021) =
|
349 |
+
* Tested up to WordPress 5.7
|
350 |
+
* New Share + Follow Button
|
351 |
+
* Gab - [Share](https://www.shareaholic.com/website-tools/social-share-buttons/gab) | [Follow](https://www.shareaholic.com/website-tools/social-follow-buttons/gab)
|
352 |
+
* Enhancement: Improved Share Count handling for Pinterest
|
353 |
+
* Enhancement: Various a11y improvements
|
354 |
+
* Enhancement: Various updates for IE11 (for legacy users that can't upgrade their systems...)
|
355 |
+
|
356 |
= 9.6.1 (01-January-2021) =
|
357 |
Wishing you a very Happy New Year from our family to yours! 🎉
|
358 |
|
1127 |
* Show Related Posts data status
|
1128 |
|
1129 |
== Upgrade Notice ==
|
1130 |
+
= 9.6.3 =
|
1131 |
We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thanks for using Shareaholic!
|
1132 |
|
1133 |
= 8.12.1 =
|
shareaholic.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Shareaholic - Grow and Engage Your Audience
|
4 |
Plugin URI: https://www.shareaholic.com/website-tools/
|
5 |
Description: Shareaholic’s official WordPress plugin allows you to add Award-Winning Social Share Buttons, Related Posts, Content Analytics, Ad Monetization, and more to your website.
|
6 |
-
Version: 9.6.
|
7 |
Author: Shareaholic
|
8 |
Author URI: https://www.shareaholic.com
|
9 |
Text Domain: shareaholic
|
@@ -14,7 +14,7 @@ Domain Path: /languages
|
|
14 |
* The main file!
|
15 |
*
|
16 |
* @package shareaholic
|
17 |
-
* @version 9.6.
|
18 |
*/
|
19 |
|
20 |
/**
|
@@ -67,7 +67,7 @@ if ( ! class_exists( 'Shareaholic' ) ) {
|
|
67 |
const API_URL = 'https://web.shareaholic.com'; // uses static IPs for firewall whitelisting
|
68 |
const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
|
69 |
|
70 |
-
const VERSION = '9.6.
|
71 |
|
72 |
/**
|
73 |
* Starts off as false so that ::get_instance() returns
|
3 |
Plugin Name: Shareaholic - Grow and Engage Your Audience
|
4 |
Plugin URI: https://www.shareaholic.com/website-tools/
|
5 |
Description: Shareaholic’s official WordPress plugin allows you to add Award-Winning Social Share Buttons, Related Posts, Content Analytics, Ad Monetization, and more to your website.
|
6 |
+
Version: 9.6.3
|
7 |
Author: Shareaholic
|
8 |
Author URI: https://www.shareaholic.com
|
9 |
Text Domain: shareaholic
|
14 |
* The main file!
|
15 |
*
|
16 |
* @package shareaholic
|
17 |
+
* @version 9.6.3
|
18 |
*/
|
19 |
|
20 |
/**
|
67 |
const API_URL = 'https://web.shareaholic.com'; // uses static IPs for firewall whitelisting
|
68 |
const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
|
69 |
|
70 |
+
const VERSION = '9.6.3';
|
71 |
|
72 |
/**
|
73 |
* Starts off as false so that ::get_instance() returns
|