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

Version Description

  • Enhancement: Improved reliability of Related Content App for cases where the WordPress install is located in a subdirectory or subpath
Download this release

Release Info

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

Code changes from version 7.6.0.5 to 7.6.0.6

Files changed (3) hide show
  1. public_js.php +3 -0
  2. readme.txt +8 -2
  3. shareaholic.php +3 -3
public_js.php CHANGED
@@ -24,6 +24,9 @@ class ShareaholicPublicJS {
24
  public static function get_page_config() {
25
  $config = array(
26
  'apps' => array(),
 
 
 
27
  );
28
  $functions_map = self::get_function_definitions();
29
  $share_buttons = self::get_share_buttons_config();
24
  public static function get_page_config() {
25
  $config = array(
26
  'apps' => array(),
27
+ 'endpoints' => array(
28
+ 'local_recs_url' => admin_url('admin-ajax.php') . '?action=shareaholic_permalink_related'
29
+ )
30
  );
31
  $functions_map = self::get_function_definitions();
32
  $share_buttons = self::get_share_buttons_config();
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: shareaholic
3
  Tags: sexybookmarks, shareaholic, shareholic, facebook, twitter, linkedin, URL Shortener, bitly, tinyurl, Goo.gl, Google+1, Google Analytics, Google Plus, Google, Instapaper, Wish List, Digg, Gmail, Google Bookmarks, Translate, Tumblr, AIM, Yahoo Messenger, Delicious, StumbleUpon, mister wong, evernote, add this, addtoany, share this, sharethis, share and follow, share and enjoy, sharing is sexy, sharing is caring, yahoo, reddit, hackernews, houzz, yummly, tweet button, twitter button, fark, buffer, myspace, orkut, netlog, hubspot, weheartit, printfriendly, yammer, wanelo, pinterest, google translate, bookmarks, social, email button, social share, socialize, sociable, sharebar, bookmark button, share button, social bookmarking, bookmarks menu, bookmarking, share, seo, analytics, stats, sharing, facebook like, facebook recommend, WPMU, mutisite, sumome, shortcode, yaarp, yarpp, nrelate, outbrain, linkwithin, related content, related posts, related, popular posts, popular, thumbnails, recommendations
4
  Requires at least: 3.0
5
- Tested up to: 4.0.1
6
- Stable tag: 7.6.0.5
7
 
8
  The easiest, most effective way to grow your website traffic, effectively engage your audience, monetize, and gain insights for free.
9
 
@@ -175,6 +175,9 @@ Please see here: [Usage & Installation Instructions](http://support.shareaholic.
175
 
176
  == Changelog ==
177
 
 
 
 
178
  = 7.6.0.5 =
179
  * Enhancement: Modified curl multi to conserve on cpu usage for server side share counts
180
  * Enhancement: Added garbage collection cron job to clean up expired server side share count transient cache
@@ -1178,6 +1181,9 @@ Please see here: [Usage & Installation Instructions](http://support.shareaholic.
1178
 
1179
  == Upgrade Notice ==
1180
 
 
 
 
1181
  = 7.6.0.5 =
1182
 
1183
  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.
2
  Contributors: shareaholic
3
  Tags: sexybookmarks, shareaholic, shareholic, facebook, twitter, linkedin, URL Shortener, bitly, tinyurl, Goo.gl, Google+1, Google Analytics, Google Plus, Google, Instapaper, Wish List, Digg, Gmail, Google Bookmarks, Translate, Tumblr, AIM, Yahoo Messenger, Delicious, StumbleUpon, mister wong, evernote, add this, addtoany, share this, sharethis, share and follow, share and enjoy, sharing is sexy, sharing is caring, yahoo, reddit, hackernews, houzz, yummly, tweet button, twitter button, fark, buffer, myspace, orkut, netlog, hubspot, weheartit, printfriendly, yammer, wanelo, pinterest, google translate, bookmarks, social, email button, social share, socialize, sociable, sharebar, bookmark button, share button, social bookmarking, bookmarks menu, bookmarking, share, seo, analytics, stats, sharing, facebook like, facebook recommend, WPMU, mutisite, sumome, shortcode, yaarp, yarpp, nrelate, outbrain, linkwithin, related content, related posts, related, popular posts, popular, thumbnails, recommendations
4
  Requires at least: 3.0
5
+ Tested up to: 4.1
6
+ Stable tag: 7.6.0.6
7
 
8
  The easiest, most effective way to grow your website traffic, effectively engage your audience, monetize, and gain insights for free.
9
 
175
 
176
  == Changelog ==
177
 
178
+ = 7.6.0.6 =
179
+ * Enhancement: Improved reliability of Related Content App for cases where the WordPress install is located in a subdirectory or subpath
180
+
181
  = 7.6.0.5 =
182
  * Enhancement: Modified curl multi to conserve on cpu usage for server side share counts
183
  * Enhancement: Added garbage collection cron job to clean up expired server side share count transient cache
1181
 
1182
  == Upgrade Notice ==
1183
 
1184
+ = 7.6.0.6 =
1185
+ Improved reliability of Related Content App for cases where the WordPress install is located in a subdirectory or subpath
1186
+
1187
  = 7.6.0.5 =
1188
 
1189
  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.
shareaholic.php CHANGED
@@ -3,14 +3,14 @@
3
  * The main file!
4
  *
5
  * @package shareaholic
6
- * @version 7.6.0.5
7
  */
8
 
9
  /*
10
  Plugin Name: Shareaholic | share buttons, analytics, related content
11
  Plugin URI: https://shareaholic.com/publishers/
12
  Description: Whether you want to get people sharing, grow your fans, make money, or know who's reading your content, Shareaholic will help you get it done. See <a href="admin.php?page=shareaholic-settings">configuration panel</a> for more settings.
13
- Version: 7.6.0.5
14
  Author: Shareaholic
15
  Author URI: https://shareaholic.com
16
  Text Domain: shareaholic
@@ -64,7 +64,7 @@ if (!class_exists('Shareaholic')) {
64
  const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
65
  const REC_API_URL = 'http://recommendations.shareaholic.com';
66
 
67
- const VERSION = '7.6.0.5';
68
 
69
  /**
70
  * Starts off as false so that ::get_instance() returns
3
  * The main file!
4
  *
5
  * @package shareaholic
6
+ * @version 7.6.0.6
7
  */
8
 
9
  /*
10
  Plugin Name: Shareaholic | share buttons, analytics, related content
11
  Plugin URI: https://shareaholic.com/publishers/
12
  Description: Whether you want to get people sharing, grow your fans, make money, or know who's reading your content, Shareaholic will help you get it done. See <a href="admin.php?page=shareaholic-settings">configuration panel</a> for more settings.
13
+ Version: 7.6.0.6
14
  Author: Shareaholic
15
  Author URI: https://shareaholic.com
16
  Text Domain: shareaholic
64
  const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
65
  const REC_API_URL = 'http://recommendations.shareaholic.com';
66
 
67
+ const VERSION = '7.6.0.6';
68
 
69
  /**
70
  * Starts off as false so that ::get_instance() returns