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.7.2 |
Comparing to | |
See all releases |
Code changes from version 9.7.1 to 9.7.2
- public.php +1 -1
- readme.txt +10 -2
- shareaholic.php +3 -3
public.php
CHANGED
@@ -385,7 +385,7 @@ class ShareaholicPublic {
|
|
385 |
return $content;
|
386 |
}
|
387 |
|
388 |
-
if ( is_main_query() ) {
|
389 |
$settings = ShareaholicUtilities::get_settings();
|
390 |
$page_type = ShareaholicUtilities::page_type();
|
391 |
|
385 |
return $content;
|
386 |
}
|
387 |
|
388 |
+
if ( is_main_query() && in_the_loop() ) {
|
389 |
$settings = ShareaholicUtilities::get_settings();
|
390 |
$page_type = ShareaholicUtilities::page_type();
|
391 |
|
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.8
|
6 |
Requires PHP: 5.3
|
7 |
-
Stable tag: 9.7.
|
8 |
|
9 |
Boost Audience Engagement with Award Winning Speed Optimized Social Tools: Share Buttons, Related Posts, Monetization & Google Analytics.
|
10 |
|
@@ -357,6 +357,14 @@ The default Shareaholic thumbnail width is 640px with dynamic height and no crop
|
|
357 |
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.
|
358 |
|
359 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
360 |
|
361 |
= 9.7.1 (12-October-2021) =
|
362 |
* Bugfix: Workaround for [WordPress ca-bundle.crt bug](https://core.trac.wordpress.org/ticket/54207). Resolves "A network problem or firewall is blocking connections from your web server to Shareaholic.com." on older servers.
|
@@ -1178,7 +1186,7 @@ Wishing you a very Happy New Year from our family to yours! 🎉
|
|
1178 |
* Show Related Posts data status
|
1179 |
|
1180 |
== Upgrade Notice ==
|
1181 |
-
= 9.7.
|
1182 |
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!
|
1183 |
|
1184 |
= 8.12.1 =
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 5.8
|
6 |
Requires PHP: 5.3
|
7 |
+
Stable tag: 9.7.2
|
8 |
|
9 |
Boost Audience Engagement with Award Winning Speed Optimized Social Tools: Share Buttons, Related Posts, Monetization & Google Analytics.
|
10 |
|
357 |
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.
|
358 |
|
359 |
== Changelog ==
|
360 |
+
= 9.7.2 (03-January-2022) =
|
361 |
+
* Bugfix: Resolves issue with certain page builders where Shareaholic was appearing extra times (for example, in the footer)
|
362 |
+
* Enhancement: Improvements to Floated Share Button App CSS/HTML code
|
363 |
+
* Share Button:
|
364 |
+
* Removed Delicious, Wanelo Share Buttons
|
365 |
+
* Updated share button default order (prioritized more popular services)
|
366 |
+
* Bugfix: Copy Link button - ensure correct value is auto-copied
|
367 |
+
* Bugfix: Fixed "wrapped" position
|
368 |
|
369 |
= 9.7.1 (12-October-2021) =
|
370 |
* Bugfix: Workaround for [WordPress ca-bundle.crt bug](https://core.trac.wordpress.org/ticket/54207). Resolves "A network problem or firewall is blocking connections from your web server to Shareaholic.com." on older servers.
|
1186 |
* Show Related Posts data status
|
1187 |
|
1188 |
== Upgrade Notice ==
|
1189 |
+
= 9.7.2 =
|
1190 |
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!
|
1191 |
|
1192 |
= 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.7.
|
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.7.
|
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.7.
|
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.7.2
|
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.7.2
|
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.7.2';
|
71 |
|
72 |
/**
|
73 |
* Starts off as false so that ::get_instance() returns
|