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

Version Description

  • Confirmed that Shareaholic works well with WordPress 3.8. Upgrade away!
Download this release

Release Info

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

Code changes from version 7.0.8.0 to 7.0.9.0

Files changed (3) hide show
  1. readme.txt +8 -2
  2. shareaholic.php +3 -3
  3. templates/script_tag.php +2 -2
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, 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, shortcode, yaarp, yarpp, nrelate, outbrain, linkwithin, related content, related posts, related, popular posts, popular, thumbnails, recommendations
4
  Requires at least: 2.7
5
- Tested up to: 3.7.1
6
- Stable tag: 7.0.8.0
7
 
8
  Adds an attractive social bookmarking menu and related content widget to your posts, pages, index, or any combination of the three.
9
 
@@ -148,6 +148,9 @@ Please see here: [Usage & Installation Instructions](https://shareaholic.com/too
148
 
149
  == Changelog ==
150
 
 
 
 
151
  = 7.0.8.0 =
152
  * Miscellaneous bug fixes and performance enhancements
153
 
@@ -985,6 +988,9 @@ Please see here: [Usage & Installation Instructions](https://shareaholic.com/too
985
 
986
  == Upgrade Notice ==
987
 
 
 
 
988
  = 7.0.8.0 =
989
  Miscellaneous bug fixes and performance enhancements
990
 
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, 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, shortcode, yaarp, yarpp, nrelate, outbrain, linkwithin, related content, related posts, related, popular posts, popular, thumbnails, recommendations
4
  Requires at least: 2.7
5
+ Tested up to: 3.8
6
+ Stable tag: 7.0.9.0
7
 
8
  Adds an attractive social bookmarking menu and related content widget to your posts, pages, index, or any combination of the three.
9
 
148
 
149
  == Changelog ==
150
 
151
+ = 7.0.9.0 =
152
+ * Confirmed that Shareaholic works well with WordPress 3.8. Upgrade away!
153
+
154
  = 7.0.8.0 =
155
  * Miscellaneous bug fixes and performance enhancements
156
 
988
 
989
  == Upgrade Notice ==
990
 
991
+ = 7.0.9.0 =
992
+ Confirmed that Shareaholic works well with WordPress 3.8. Upgrade away!
993
+
994
  = 7.0.8.0 =
995
  Miscellaneous bug fixes and performance enhancements
996
 
shareaholic.php CHANGED
@@ -3,14 +3,14 @@
3
  * The main file!
4
  *
5
  * @package shareaholic
6
- * @version 7.0.8.0
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.0.8.0
14
  Author: Shareaholic
15
  Author URI: https://shareaholic.com
16
  Text Domain: shareaholic
@@ -54,7 +54,7 @@ require_once(SHAREAHOLIC_DIR . '/deprecation.php');
54
  class Shareaholic {
55
  const URL = 'https://shareaholic.com';
56
  const URL_CM = 'https://cm.shareaholic.com';
57
- const VERSION = '7.0.8.0';
58
 
59
  /**
60
  * Starts off as false so that ::get_instance() returns
3
  * The main file!
4
  *
5
  * @package shareaholic
6
+ * @version 7.0.9.0
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.0.9.0
14
  Author: Shareaholic
15
  Author URI: https://shareaholic.com
16
  Text Domain: shareaholic
54
  class Shareaholic {
55
  const URL = 'https://shareaholic.com';
56
  const URL_CM = 'https://cm.shareaholic.com';
57
+ const VERSION = '7.0.9.0';
58
 
59
  /**
60
  * Starts off as false so that ::get_instance() returns
templates/script_tag.php CHANGED
@@ -8,8 +8,8 @@
8
  shr.onload = shr.onreadystatechange = function() {
9
  var rs = this.readyState;
10
  if (rs && rs != 'complete' && rs != 'loaded') return;
11
- var apikey = '<?php echo $api_key; ?>';
12
- try { Shareaholic.init(apikey); } catch (e) {}
13
  };
14
  var s = document.getElementsByTagName('script')[0];
15
  s.parentNode.insertBefore(shr, s);
8
  shr.onload = shr.onreadystatechange = function() {
9
  var rs = this.readyState;
10
  if (rs && rs != 'complete' && rs != 'loaded') return;
11
+ var site_id = '<?php echo $api_key; ?>';
12
+ try { Shareaholic.init(site_id); } catch (e) {}
13
  };
14
  var s = document.getElementsByTagName('script')[0];
15
  s.parentNode.insertBefore(shr, s);