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

Version Description

We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thanks for using Shareaholic!

Download this release

Release Info

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

Code changes from version 8.13.12 to 8.13.13

Files changed (3) hide show
  1. public.php +2 -2
  2. readme.txt +10 -4
  3. shareaholic.php +3 -3
public.php CHANGED
@@ -138,7 +138,7 @@ class ShareaholicPublic {
138
  }
139
 
140
  // Get post tags
141
- $tags = preg_filter('/^/', 'tag:', ShareaholicUtilities::permalink_keywords($id));
142
 
143
  // Get post categories
144
  $categories_array = get_the_category($id);
@@ -150,7 +150,7 @@ class ShareaholicPublic {
150
  array_push($categories, $category->cat_name);
151
  }
152
  }
153
- $categories = preg_filter('/^/', 'cat:', $categories);
154
  }
155
 
156
  $keywords_array = array();
138
  }
139
 
140
  // Get post tags
141
+ $tags = preg_replace('/^/', 'tag:', ShareaholicUtilities::permalink_keywords($id));
142
 
143
  // Get post categories
144
  $categories_array = get_the_category($id);
150
  array_push($categories, $category->cat_name);
151
  }
152
  }
153
+ $categories = preg_replace('/^/', 'cat:', $categories);
154
  }
155
 
156
  $keywords_array = array();
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: shareaholic
3
  Tags: social, social sharing, google analytics, pinterest, twitter, share buttons, content, woocommerce, typepad, amazon, analytics, arto, baidu, bitly, blogger, buffer, cookie compliance, cookie consent, delicious, digg, diigo, disqus, email button, eu cookie law, evernote, facebook, facebook sharing, fancy, fark, feedly, flipboard, floated share buttons, floating share buttons, follow buttons, GDPR, gmail, google bookmarks, google classroom, google plus, hootsuite, hotmail, houzz, inbound.org, instagram, instagram sharing, instapaper, kik, kindle, line, linkedin, livejournal, meneame, mister wong, mix, mixi, odnoklassniki, box.net, onenote, pinboard.in, pinterest, pinterest sharing, plurk, pocket, printfriendly, recommendations, reddit, sexybookmarks, share buttons, share image, shareaholic, shareholic, sms, social bookmarking, social media, social plugin, social share buttons, spotify, stumbleupon, stumpedia, symphony, tinyurl, tumblr, twitter, viadeo, vk, wanelo, wechat, weheartit, weibo, whatsapp, wykop, xing, yahoo, yammer, ycombinator, hacker news, youtube, yummly, zillow
4
  Requires at least: 3.7
5
  Tested up to: 5.3
6
- Requires PHP: 5.2
7
- Stable tag: 8.13.12
8
 
9
 
10
  Boost Audience Engagement with Award Winning Speed Optimized Social Tools: Share Buttons, Related Posts, Monetization & Google Analytics.
@@ -310,9 +310,15 @@ The default Shareaholic thumbnail width is 640px with dynamic height and no crop
310
  Each time you change Shareaholic's thumbnail dimensions like this, you will probably want to have WordPress regenerate appropriate sized thumbnails for all of your images. We highly recommend the [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) plugin for this purpose.
311
 
312
  == Changelog ==
 
 
 
 
 
 
313
  = 8.13.12 (2019-12-04) =
314
  * Feature: Disambiguate between page type, category and page tags for more control over the Related Posts algorithm
315
- * Feature: Share Buttons are now ADA (Americans with Disabilities Act) accessiblity standards compliant
316
  * Enhancement: Various Share Buttons for Images App improvements
317
  * Enhancement: More efficient Google Font loading for headlines
318
 
@@ -1009,7 +1015,7 @@ Each time you change Shareaholic's thumbnail dimensions like this, you will prob
1009
  * Show Related Posts data status
1010
 
1011
  == Upgrade Notice ==
1012
- = 8.13.12 =
1013
  We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thanks for using Shareaholic!
1014
 
1015
  = 8.12.1 =
3
  Tags: social, social sharing, google analytics, pinterest, twitter, share buttons, content, woocommerce, typepad, amazon, analytics, arto, baidu, bitly, blogger, buffer, cookie compliance, cookie consent, delicious, digg, diigo, disqus, email button, eu cookie law, evernote, facebook, facebook sharing, fancy, fark, feedly, flipboard, floated share buttons, floating share buttons, follow buttons, GDPR, gmail, google bookmarks, google classroom, google plus, hootsuite, hotmail, houzz, inbound.org, instagram, instagram sharing, instapaper, kik, kindle, line, linkedin, livejournal, meneame, mister wong, mix, mixi, odnoklassniki, box.net, onenote, pinboard.in, pinterest, pinterest sharing, plurk, pocket, printfriendly, recommendations, reddit, sexybookmarks, share buttons, share image, shareaholic, shareholic, sms, social bookmarking, social media, social plugin, social share buttons, spotify, stumbleupon, stumpedia, symphony, tinyurl, tumblr, twitter, viadeo, vk, wanelo, wechat, weheartit, weibo, whatsapp, wykop, xing, yahoo, yammer, ycombinator, hacker news, youtube, yummly, zillow
4
  Requires at least: 3.7
5
  Tested up to: 5.3
6
+ Requires PHP: 5.3
7
+ Stable tag: 8.13.13
8
 
9
 
10
  Boost Audience Engagement with Award Winning Speed Optimized Social Tools: Share Buttons, Related Posts, Monetization & Google Analytics.
310
  Each time you change Shareaholic's thumbnail dimensions like this, you will probably want to have WordPress regenerate appropriate sized thumbnails for all of your images. We highly recommend the [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) plugin for this purpose.
311
 
312
  == Changelog ==
313
+ = 8.13.13 (2020-01-10) =
314
+ * Enhancement: A complete rewrite of our JavaScript code resulting in delivering Google PageSpeed scores of 95+ on mobile and 100 on desktop. Yes, 100 out of 100. Shareaholic is now fast and Google agrees.
315
+ * Bugfix: Call to undefined function preg_filter() on PHP < v5.3. Use preg_replace instead.
316
+ * Bump minimum PHP version to 5.3
317
+
318
+
319
  = 8.13.12 (2019-12-04) =
320
  * Feature: Disambiguate between page type, category and page tags for more control over the Related Posts algorithm
321
+ * Feature: [Share Buttons are now ADA (Americans with Disabilities Act) accessiblity standards compliant](https://www.shareaholic.com/blog/accessibility-a11y/)
322
  * Enhancement: Various Share Buttons for Images App improvements
323
  * Enhancement: More efficient Google Font loading for headlines
324
 
1015
  * Show Related Posts data status
1016
 
1017
  == Upgrade Notice ==
1018
+ = 8.13.13 =
1019
  We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thanks for using Shareaholic!
1020
 
1021
  = 8.12.1 =
shareaholic.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Shareaholic - Grow and Engage Your Audience
4
  Plugin URI: https://www.shareaholic.com/website-tools/
5
  Description: Shareaholic’s official WordPress plugin allows you to add Award-Winning Social Share Buttons, Related Posts, Content Analytics, Ad Monetization, and more to your website.
6
- Version: 8.13.12
7
  Author: Shareaholic
8
  Author URI: https://www.shareaholic.com
9
  Text Domain: shareaholic
@@ -14,7 +14,7 @@ Domain Path: /languages
14
  * The main file!
15
  *
16
  * @package shareaholic
17
- * @version 8.13.12
18
  */
19
 
20
  /**
@@ -72,7 +72,7 @@ if (!class_exists('Shareaholic')) {
72
  const API_URL = 'https://web.shareaholic.com'; // uses static IPs for firewall whitelisting
73
  const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
74
 
75
- const VERSION = '8.13.12';
76
 
77
  /**
78
  * Starts off as false so that ::get_instance() returns
3
  Plugin Name: Shareaholic - Grow and Engage Your Audience
4
  Plugin URI: https://www.shareaholic.com/website-tools/
5
  Description: Shareaholic’s official WordPress plugin allows you to add Award-Winning Social Share Buttons, Related Posts, Content Analytics, Ad Monetization, and more to your website.
6
+ Version: 8.13.13
7
  Author: Shareaholic
8
  Author URI: https://www.shareaholic.com
9
  Text Domain: shareaholic
14
  * The main file!
15
  *
16
  * @package shareaholic
17
+ * @version 8.13.13
18
  */
19
 
20
  /**
72
  const API_URL = 'https://web.shareaholic.com'; // uses static IPs for firewall whitelisting
73
  const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
74
 
75
+ const VERSION = '8.13.13';
76
 
77
  /**
78
  * Starts off as false so that ::get_instance() returns