WordPress Social Tools, Related Posts, Monetization – Shareaholic - Version 8.4.3

Version Description

Critical bugfix for users of SG Optimizer plugin

Download this release

Release Info

Developer shareaholic
Plugin Icon 128x128 WordPress Social Tools, Related Posts, Monetization – Shareaholic
Version 8.4.3
Comparing to
See all releases

Code changes from version 8.4.2 to 8.4.3

Files changed (3) hide show
  1. readme.txt +8 -2
  2. shareaholic.php +3 -3
  3. utilities.php +1 -5
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: shareaholic
3
  Tags: share buttons, related content, cookie compliance, eu cookie law, shareaholic, shareholic, sexybookmarks, recommendations, cookie consent, email button, social sharing, social bookmarking, share image, image sharing, follow buttons, floated share buttons, floating share buttons, analytics, social media, social plugin, facebook, twitter, google plus, google bookmarks, gmail, linkedin, pinterest, reddit, tumblr, evernote, digg, delicious, stumbleupon, printfriendly, fancy, amazon, xing, vk, yahoo, mister wong, viadeo, odnoklassniki box.net, diigo, yammer, ycombinator, hotmail, instapaper, mixi, arto, whatsapp, hootsuite, inbound.org, plurk, aim, buffer, meneame, pinboard.in, stumpedia, bitly, blogger, yummly, izeby, kaboodle, weibo, instagram, tinyurl, typepad, weheartit, flipboard, pocket, wanelo, fark, wykop, symphony, kindle, houzz, youtube, sms, onenote, google classroom, disqus, spotify, zillow, feedly, kik, line, livejournal, baidu
4
  Requires at least: 3.0
5
  Tested up to: 4.8
6
- Stable tag: 8.4.2
7
 
8
  World's leading all-in-one Content Amplification Platform that helps grow your site traffic, engagement, conversions & monetization for FREE.
9
 
@@ -196,6 +196,9 @@ Please see here: [Usage & Installation Instructions](http://support.shareaholic.
196
 
197
  == Changelog ==
198
 
 
 
 
199
  = 8.4.2 (2017-09-20) =
200
  * Enhancement: More robust cache busting. Added support for WPEngine cache engine (Memcached, MaxCDN, Varnish), SG Optimizer, Cachify Cache, Zencache, etc.
201
 
@@ -654,8 +657,11 @@ Please see here: [Usage & Installation Instructions](http://support.shareaholic.
654
  * Show Related Posts data status
655
 
656
  == Upgrade Notice ==
 
 
 
657
  = 8.4.2 =
658
- More robust cache busting. Added support for WPEngine cache engine (Memcached, MaxCDN, Varnish), SG Optimizer, Cachify Cache, Zencache, etc.
659
 
660
  = 8.4.1 =
661
  Critical bugfix for older versions of PHP
3
  Tags: share buttons, related content, cookie compliance, eu cookie law, shareaholic, shareholic, sexybookmarks, recommendations, cookie consent, email button, social sharing, social bookmarking, share image, image sharing, follow buttons, floated share buttons, floating share buttons, analytics, social media, social plugin, facebook, twitter, google plus, google bookmarks, gmail, linkedin, pinterest, reddit, tumblr, evernote, digg, delicious, stumbleupon, printfriendly, fancy, amazon, xing, vk, yahoo, mister wong, viadeo, odnoklassniki box.net, diigo, yammer, ycombinator, hotmail, instapaper, mixi, arto, whatsapp, hootsuite, inbound.org, plurk, aim, buffer, meneame, pinboard.in, stumpedia, bitly, blogger, yummly, izeby, kaboodle, weibo, instagram, tinyurl, typepad, weheartit, flipboard, pocket, wanelo, fark, wykop, symphony, kindle, houzz, youtube, sms, onenote, google classroom, disqus, spotify, zillow, feedly, kik, line, livejournal, baidu
4
  Requires at least: 3.0
5
  Tested up to: 4.8
6
+ Stable tag: 8.4.3
7
 
8
  World's leading all-in-one Content Amplification Platform that helps grow your site traffic, engagement, conversions & monetization for FREE.
9
 
196
 
197
  == Changelog ==
198
 
199
+ = 8.4.3 (2017-09-20) =
200
+ * Critical bugfix for users of SG Optimizer plugin
201
+
202
  = 8.4.2 (2017-09-20) =
203
  * Enhancement: More robust cache busting. Added support for WPEngine cache engine (Memcached, MaxCDN, Varnish), SG Optimizer, Cachify Cache, Zencache, etc.
204
 
657
  * Show Related Posts data status
658
 
659
  == Upgrade Notice ==
660
+ = 8.4.3 =
661
+ Critical bugfix for users of SG Optimizer plugin
662
+
663
  = 8.4.2 =
664
+ More robust cache busting. Added support for WPEngine cache engine (Memcached, MaxCDN, Varnish), WP Fastest Cache, SG Optimizer, Cachify Cache, Zencache, etc.
665
 
666
  = 8.4.1 =
667
  Critical bugfix for older versions of PHP
shareaholic.php CHANGED
@@ -3,14 +3,14 @@
3
  * The main file!
4
  *
5
  * @package shareaholic
6
- * @version 8.4.2
7
  */
8
 
9
  /*
10
  Plugin Name: Shareaholic | share buttons, analytics, related content
11
  Plugin URI: https://shareaholic.com/publishers/
12
  Description: The world's leading all-in-one Content Amplification Platform that helps grow your website traffic, engagement, conversions & monetization. See <a href="admin.php?page=shareaholic-settings">configuration panel</a> for more settings.
13
- Version: 8.4.2
14
  Author: Shareaholic
15
  Author URI: https://shareaholic.com
16
  Text Domain: shareaholic
@@ -63,7 +63,7 @@ if (!class_exists('Shareaholic')) {
63
  const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
64
  const REC_API_URL = 'http://recommendations.shareaholic.com';
65
 
66
- const VERSION = '8.4.2';
67
 
68
  /**
69
  * Starts off as false so that ::get_instance() returns
3
  * The main file!
4
  *
5
  * @package shareaholic
6
+ * @version 8.4.3
7
  */
8
 
9
  /*
10
  Plugin Name: Shareaholic | share buttons, analytics, related content
11
  Plugin URI: https://shareaholic.com/publishers/
12
  Description: The world's leading all-in-one Content Amplification Platform that helps grow your website traffic, engagement, conversions & monetization. See <a href="admin.php?page=shareaholic-settings">configuration panel</a> for more settings.
13
+ Version: 8.4.3
14
  Author: Shareaholic
15
  Author URI: https://shareaholic.com
16
  Text Domain: shareaholic
63
  const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
64
  const REC_API_URL = 'http://recommendations.shareaholic.com';
65
 
66
+ const VERSION = '8.4.3';
67
 
68
  /**
69
  * Starts off as false so that ::get_instance() returns
utilities.php CHANGED
@@ -1314,10 +1314,6 @@ class ShareaholicUtilities {
1314
  WpeCommon::purge_varnish_cache();
1315
  }
1316
  }
1317
- // SG Optimizer
1318
- if (function_exists('sg_cachepress_purge_cache')) {
1319
- sg_cachepress_purge_cache();
1320
- }
1321
  // Cachify Cache
1322
  if (has_action('cachify_flush_cache')) {
1323
  do_action('cachify_flush_cache');
@@ -1331,7 +1327,7 @@ class ShareaholicUtilities {
1331
  zencache::clear();
1332
  }
1333
  // CometCache
1334
- if (class_exists("comet_cache")) {
1335
  comet_cache::clear();
1336
  }
1337
  }
1314
  WpeCommon::purge_varnish_cache();
1315
  }
1316
  }
 
 
 
 
1317
  // Cachify Cache
1318
  if (has_action('cachify_flush_cache')) {
1319
  do_action('cachify_flush_cache');
1327
  zencache::clear();
1328
  }
1329
  // CometCache
1330
+ if (class_exists('comet_cache')) {
1331
  comet_cache::clear();
1332
  }
1333
  }