Version Description
- Minor enhancements
Download this release
Release Info
Developer | shareaholic |
Plugin | WordPress Social Tools, Related Posts, Monetization – Shareaholic |
Version | 7.8.0.5 |
Comparing to | |
See all releases |
Code changes from version 7.8.0.4 to 7.8.0.5
- admin.php +3 -4
- readme.txt +9 -100
- shareaholic.php +3 -3
admin.php
CHANGED
@@ -526,15 +526,14 @@ class ShareaholicAdmin {
|
|
526 |
|
527 |
<p>Let's get started,<br /><br />
|
528 |
|
529 |
-
|
530 |
-
Shareaholic Happiness Team<br />
|
531 |
<a href='http://support.shareaholic.com'>support.shareaholic.com</a><br /><br />
|
532 |
<img width='200' height='36' src='https://shareaholic.com/assets/layouts/shareaholic-logo.png' alt='Shareaholic' title='Shareaholic' /><br />
|
533 |
<p style='font-size:12px;color:#C3C2C2;'>This is an automated, one-time e-mail sent by your WordPress CMS directly to the website admin</p><br />
|
534 |
<img width='0' height='0' src='https://www.google-analytics.com/collect?v=1&tid=UA-12964573-6&cid=$api_key&t=event&ec=email&ea=open&el=$site_url-$api_key&cs=lifecycle&cm=email&cn=wp_welcome_email' />";
|
535 |
|
536 |
$headers = "From: Shareaholic <hello@shareaholic.com>\r\n";
|
537 |
-
$headers.= "Reply-To:
|
538 |
$headers.= "X-Mailer: PHP/" . phpversion() . "\r\n";
|
539 |
$headers.= "MIME-Version: 1.0\r\n";
|
540 |
$headers.= "Content-type: text/html; charset=utf-8\r\n";
|
@@ -554,4 +553,4 @@ class ShareaholicAdmin {
|
|
554 |
echo '</p></div>';
|
555 |
}
|
556 |
}
|
557 |
-
}
|
526 |
|
527 |
<p>Let's get started,<br /><br />
|
528 |
|
529 |
+
The Shareaholic Customer Happiness Team<br />
|
|
|
530 |
<a href='http://support.shareaholic.com'>support.shareaholic.com</a><br /><br />
|
531 |
<img width='200' height='36' src='https://shareaholic.com/assets/layouts/shareaholic-logo.png' alt='Shareaholic' title='Shareaholic' /><br />
|
532 |
<p style='font-size:12px;color:#C3C2C2;'>This is an automated, one-time e-mail sent by your WordPress CMS directly to the website admin</p><br />
|
533 |
<img width='0' height='0' src='https://www.google-analytics.com/collect?v=1&tid=UA-12964573-6&cid=$api_key&t=event&ec=email&ea=open&el=$site_url-$api_key&cs=lifecycle&cm=email&cn=wp_welcome_email' />";
|
534 |
|
535 |
$headers = "From: Shareaholic <hello@shareaholic.com>\r\n";
|
536 |
+
$headers.= "Reply-To: Customer Happiness <hello@shareaholic.com>\r\n";
|
537 |
$headers.= "X-Mailer: PHP/" . phpversion() . "\r\n";
|
538 |
$headers.= "MIME-Version: 1.0\r\n";
|
539 |
$headers.= "Content-type: text/html; charset=utf-8\r\n";
|
553 |
echo '</p></div>';
|
554 |
}
|
555 |
}
|
556 |
+
}
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== Shareaholic | share buttons, related posts, social analytics & more ===
|
2 |
Contributors: shareaholic
|
3 |
-
Tags: shareaholic, shareholic, sexybookmarks, recommendations,
|
4 |
Requires at least: 3.0
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 7.8.0.
|
7 |
|
8 |
World's leading all-in-one Content Amplification Platform that helps grow your site traffic, engagement, conversions & monetization for FREE.
|
9 |
|
@@ -194,6 +194,9 @@ Please see here: [Usage & Installation Instructions](http://support.shareaholic.
|
|
194 |
|
195 |
== Changelog ==
|
196 |
|
|
|
|
|
|
|
197 |
= 7.8.0.4 =
|
198 |
* Bugfix: We fixed the code which displays the Facebook share count to accommodate Facebook's new data structure.
|
199 |
* Bugfix: Fixed server side share counts for Odnoklassniki
|
@@ -1030,6 +1033,9 @@ Please see here: [Usage & Installation Instructions](http://support.shareaholic.
|
|
1030 |
|
1031 |
== Upgrade Notice ==
|
1032 |
|
|
|
|
|
|
|
1033 |
= 7.8.0.4 =
|
1034 |
Various Share Count updates
|
1035 |
|
@@ -1092,100 +1098,3 @@ Added Shareaholic navigation bar to the Shareaholic settings pages.
|
|
1092 |
|
1093 |
= 7.6.1.0 =
|
1094 |
Fix for security vulnerability. Upgrade immediately.
|
1095 |
-
|
1096 |
-
= 7.6.0.9 =
|
1097 |
-
Many improvements and bug fixes.
|
1098 |
-
|
1099 |
-
= 7.6.0.8 =
|
1100 |
-
Added Google API key to authenticate API calls for Google Plus share counts for improved the reliability
|
1101 |
-
|
1102 |
-
= 7.6.0.7 =
|
1103 |
-
|
1104 |
-
Many improvements and bug fixes.
|
1105 |
-
|
1106 |
-
= 7.6.0.6 =
|
1107 |
-
Improved reliability of Related Content App for cases where the WordPress install is located in a subdirectory or subpath
|
1108 |
-
|
1109 |
-
= 7.6.0.5 =
|
1110 |
-
|
1111 |
-
Modified curl multi to conserve on cpu usage for server side share counts and added garbage collection cron job to clean up expired server side share count transient cache. This is an important update for larger WordPress installations.
|
1112 |
-
|
1113 |
-
= 7.6.0.4 =
|
1114 |
-
|
1115 |
-
Bug fixes
|
1116 |
-
|
1117 |
-
= 7.6.0.3 =
|
1118 |
-
|
1119 |
-
Bug fixes
|
1120 |
-
|
1121 |
-
= 7.6.0.2 =
|
1122 |
-
|
1123 |
-
New Monetization section added to the App Manager! Configure your monetization settings from one place, including Promoted Content, Affiliate Links App, etc.
|
1124 |
-
|
1125 |
-
= 7.6.0.1 =
|
1126 |
-
|
1127 |
-
Bug fixes
|
1128 |
-
|
1129 |
-
= 7.6.0.0 =
|
1130 |
-
|
1131 |
-
Official support for WooCommerce!
|
1132 |
-
|
1133 |
-
= 7.5.1.0 =
|
1134 |
-
|
1135 |
-
Caching improvements, new affiliate linking app, post share window and localization updates!
|
1136 |
-
|
1137 |
-
= 7.5.0.4 =
|
1138 |
-
|
1139 |
-
Improvements to share count caching.
|
1140 |
-
|
1141 |
-
= 7.5.0.3 =
|
1142 |
-
|
1143 |
-
New post-share follow button services (including Instagram, YouTube and RSS) and additional improvements to the Related Content app.
|
1144 |
-
|
1145 |
-
= 7.5.0.2 =
|
1146 |
-
|
1147 |
-
Many improvements to the Related Content app.
|
1148 |
-
|
1149 |
-
= 7.5.0.1 =
|
1150 |
-
|
1151 |
-
Many improvements to the Related Content app.
|
1152 |
-
|
1153 |
-
= 7.5.0.0 =
|
1154 |
-
|
1155 |
-
Several usability improvements to the admin UI!
|
1156 |
-
|
1157 |
-
= 7.4.0.8 =
|
1158 |
-
|
1159 |
-
Shareaholic plugin debugger - makes debugging plugin related issues faster and easier.
|
1160 |
-
|
1161 |
-
= 7.4.0.7 =
|
1162 |
-
|
1163 |
-
Bug fixes to make Shareaholic a little better for you.
|
1164 |
-
|
1165 |
-
= 7.4.0.6 =
|
1166 |
-
|
1167 |
-
Many improvements to Facebook sharing and Related Content.
|
1168 |
-
|
1169 |
-
= 7.4.0.5 =
|
1170 |
-
|
1171 |
-
Added cache cleanup support for WP Super Cache, Hyper Cache and Quick Cache plugin's
|
1172 |
-
|
1173 |
-
= 7.4.0.4 =
|
1174 |
-
|
1175 |
-
Reliability improvements to the server side Share Counts API
|
1176 |
-
|
1177 |
-
= 7.4.0.3 =
|
1178 |
-
|
1179 |
-
Added url encoding for server side Share Counts API for added reliability
|
1180 |
-
|
1181 |
-
= 7.4.0.2 =
|
1182 |
-
|
1183 |
-
Miscellaneous performance enhancements for Share Counts
|
1184 |
-
|
1185 |
-
= 7.4.0.1 =
|
1186 |
-
|
1187 |
-
Miscellaneous performance enhancements for Share Counts
|
1188 |
-
|
1189 |
-
= 7.4.0.0 =
|
1190 |
-
|
1191 |
-
Optional and all new server side Share Counts API for share counts for Google+, StumbleUpon, etc! You can toggle this option under the "Advanced Settings" section.
|
1 |
=== Shareaholic | share buttons, related posts, social analytics & more ===
|
2 |
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.7.3
|
6 |
+
Stable tag: 7.8.0.5
|
7 |
|
8 |
World's leading all-in-one Content Amplification Platform that helps grow your site traffic, engagement, conversions & monetization for FREE.
|
9 |
|
194 |
|
195 |
== Changelog ==
|
196 |
|
197 |
+
= 7.8.0.5 =
|
198 |
+
* Minor enhancements
|
199 |
+
|
200 |
= 7.8.0.4 =
|
201 |
* Bugfix: We fixed the code which displays the Facebook share count to accommodate Facebook's new data structure.
|
202 |
* Bugfix: Fixed server side share counts for Odnoklassniki
|
1033 |
|
1034 |
== Upgrade Notice ==
|
1035 |
|
1036 |
+
= 7.8.0.5 =
|
1037 |
+
Minor enhancements
|
1038 |
+
|
1039 |
= 7.8.0.4 =
|
1040 |
Various Share Count updates
|
1041 |
|
1098 |
|
1099 |
= 7.6.1.0 =
|
1100 |
Fix for security vulnerability. Upgrade immediately.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shareaholic.php
CHANGED
@@ -3,14 +3,14 @@
|
|
3 |
* The main file!
|
4 |
*
|
5 |
* @package shareaholic
|
6 |
-
* @version 7.8.0.
|
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.
|
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.
|
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.5
|
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.5
|
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.5';
|
67 |
|
68 |
/**
|
69 |
* Starts off as false so that ::get_instance() returns
|