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

Version Description

  • Bugfix: Fix for Cloudflare compatible
Download this release

Release Info

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

Code changes from version 7.8.0.2 to 7.8.0.3

Files changed (3) hide show
  1. readme.txt +9 -4
  2. shareaholic.php +3 -3
  3. templates/script_tag.php +2 -4
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: shareaholic
3
  Tags: shareaholic, shareholic, sexybookmarks, recommendations, related content, cookie consent, share buttons, 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.5
6
- Stable tag: 7.8.0.2
7
 
8
  World's leading all-in-one Content Amplification Platform that helps grow your site traffic, engagement, conversions & monetization for FREE.
9
 
@@ -193,12 +193,14 @@ Please see here: [Shareaholic Helpdesk](http://support.shareaholic.com/hc/en-us)
193
  Please see here: [Usage & Installation Instructions](http://support.shareaholic.com/hc/en-us/categories/200101476-WordPress-Plugin)
194
 
195
  == Changelog ==
 
 
196
 
197
  = 7.8.0.2 =
198
- * Bugfix: updating social counts lib to be php7 compatible
199
 
200
  = 7.8.0.1 =
201
- * Bugfix: removed call to the Delicious count API in the server-side connectivity check
202
 
203
  = 7.8.0.0 =
204
  * Various language localization updates
@@ -1023,8 +1025,11 @@ Please see here: [Usage & Installation Instructions](http://support.shareaholic.
1023
 
1024
  == Upgrade Notice ==
1025
 
 
 
 
1026
  = 7.8.0.2 =
1027
- * Bugfix: updating social counts lib to be php7 compatible
1028
 
1029
  = 7.8.0.1 =
1030
  * Bugfix: removed call to the Delicious count API in the server-side connectivity check
3
  Tags: shareaholic, shareholic, sexybookmarks, recommendations, related content, cookie consent, share buttons, 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.5
6
+ Stable tag: 7.8.0.3
7
 
8
  World's leading all-in-one Content Amplification Platform that helps grow your site traffic, engagement, conversions & monetization for FREE.
9
 
193
  Please see here: [Usage & Installation Instructions](http://support.shareaholic.com/hc/en-us/categories/200101476-WordPress-Plugin)
194
 
195
  == Changelog ==
196
+ = 7.8.0.3 =
197
+ * Bugfix: Fix for Cloudflare compatible
198
 
199
  = 7.8.0.2 =
200
+ * Bugfix: Updated Social Counts library to be PHP7 compatible
201
 
202
  = 7.8.0.1 =
203
+ * Bugfix: Removed call to the Delicious count API in the server-side connectivity check
204
 
205
  = 7.8.0.0 =
206
  * Various language localization updates
1025
 
1026
  == Upgrade Notice ==
1027
 
1028
+ = 7.8.0.3 =
1029
+ * Bugfix: Fix for Cloudflare compatible
1030
+
1031
  = 7.8.0.2 =
1032
+ * Bugfix: Updated Social Counts library to be PHP7 compatible
1033
 
1034
  = 7.8.0.1 =
1035
  * Bugfix: removed call to the Delicious count API in the server-side connectivity check
shareaholic.php CHANGED
@@ -3,14 +3,14 @@
3
  * The main file!
4
  *
5
  * @package shareaholic
6
- * @version 7.8.0.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: 7.8.0.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 = '7.8.0.2';
67
 
68
  /**
69
  * Starts off as false so that ::get_instance() returns
3
  * The main file!
4
  *
5
  * @package shareaholic
6
+ * @version 7.8.0.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: 7.8.0.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 = '7.8.0.3';
67
 
68
  /**
69
  * Starts off as false so that ::get_instance() returns
templates/script_tag.php CHANGED
@@ -4,9 +4,7 @@
4
  _SHR_SETTINGS = <?php echo json_encode($base_settings); ?>;
5
  //]]>
6
  </script>
7
- <script type='text/javascript'
8
  src='<?php echo ShareaholicUtilities::asset_url('assets/pub/shareaholic.js') ?>'
9
- data-shr-siteid='<?php echo $api_key; ?>'
10
- data-cfasync='false'
11
- async='async' <?php echo $overrides ?>>
12
  </script>
4
  _SHR_SETTINGS = <?php echo json_encode($base_settings); ?>;
5
  //]]>
6
  </script>
7
+ <script type='text/javascript' data-cfasync='false'
8
  src='<?php echo ShareaholicUtilities::asset_url('assets/pub/shareaholic.js') ?>'
9
+ data-shr-siteid='<?php echo $api_key; ?>' async='async' <?php echo $overrides ?>>
 
 
10
  </script>