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

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.3
Comparing to
See all releases

Code changes from version 8.13.2 to 8.13.3

readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: buttons, related posts, google analytics, share buttons, social sharing,
4
  Requires at least: 3.3
5
  Tested up to: 5.2
6
  Requires PHP: 5.2
7
- Stable tag: 8.13.2
8
 
9
 
10
  Boost Audience Engagement with Award Winning Speed Optimized Social Tools: Share Buttons, Related Posts, Monetization & Google Analytics.
@@ -269,6 +269,9 @@ The default Shareaholic thumbnail width is 640px with dynamic height and no crop
269
  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.
270
 
271
  == Changelog ==
 
 
 
272
  = 8.13.2 (2019-06-14) =
273
  * Bugfix: don't leave any settings behind on uninstall
274
 
@@ -907,7 +910,7 @@ Each time you change Shareaholic's thumbnail dimensions like this, you will prob
907
  * Show Related Posts data status
908
 
909
  == Upgrade Notice ==
910
- = 8.13.2 =
911
  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!
912
 
913
  = 8.12.1 =
4
  Requires at least: 3.3
5
  Tested up to: 5.2
6
  Requires PHP: 5.2
7
+ Stable tag: 8.13.3
8
 
9
 
10
  Boost Audience Engagement with Award Winning Speed Optimized Social Tools: Share Buttons, Related Posts, Monetization & Google Analytics.
269
  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.
270
 
271
  == Changelog ==
272
+ = 8.13.3 (2019-06-14) =
273
+ * Various Admin Panel improvements
274
+
275
  = 8.13.2 (2019-06-14) =
276
  * Bugfix: don't leave any settings behind on uninstall
277
 
910
  * Show Related Posts data status
911
 
912
  == Upgrade Notice ==
913
+ = 8.13.3 =
914
  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!
915
 
916
  = 8.12.1 =
shareaholic.php CHANGED
@@ -2,8 +2,8 @@
2
  /*
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.2
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.2
18
  */
19
 
20
  /**
@@ -59,7 +59,7 @@ if (!class_exists('Shareaholic')) {
59
  const API_URL = 'https://web.shareaholic.com'; // uses static IPs for firewall whitelisting
60
  const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
61
 
62
- const VERSION = '8.13.2';
63
 
64
  /**
65
  * Starts off as false so that ::get_instance() returns
2
  /*
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.3
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.3
18
  */
19
 
20
  /**
59
  const API_URL = 'https://web.shareaholic.com'; // uses static IPs for firewall whitelisting
60
  const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
61
 
62
+ const VERSION = '8.13.3';
63
 
64
  /**
65
  * Starts off as false so that ::get_instance() returns
templates/terms_of_service_modal.php CHANGED
@@ -2,10 +2,10 @@
2
  <h4><?php echo sprintf(__('Welcome to Shareaholic!', 'shareaholic')); ?></h4>
3
  <div class="content pal">
4
  <p style="font-size: 18px; color: #323648; line-height: 1.4em; padding-top: 24px; margin: 0;">
5
- <?php echo sprintf(__('%sA Suite of Essential Tools to Grow Your Audience%s', 'shareaholic'), '<strong>', '</strong>'); ?>
6
  </p>
7
  <p style="font-size: 12px; color: #666; line-height: 1.8em; padding-bottom: 0;">
8
- <?php echo sprintf(__('Shareaholic provides you with a comprehensive set of marketing tools to engage with your audience, get found on social, and grow your following. Our toolkit includes Award-Winning Social Share Buttons, Related Posts, Analytics, and more.', 'shareaholic')); ?>
9
  </p>
10
 
11
  <div class="shr-people"></div>
2
  <h4><?php echo sprintf(__('Welcome to Shareaholic!', 'shareaholic')); ?></h4>
3
  <div class="content pal">
4
  <p style="font-size: 18px; color: #323648; line-height: 1.4em; padding-top: 24px; margin: 0;">
5
+ <?php echo sprintf(__('%sA Suite of Essential Tools to Grow Your Website%s', 'shareaholic'), '<strong>', '</strong>'); ?>
6
  </p>
7
  <p style="font-size: 12px; color: #666; line-height: 1.8em; padding-bottom: 0;">
8
+ <?php echo sprintf(__('Shareaholic provides you with a comprehensive set of marketing tools to engage with your audience, get found on social, and grow your following. The toolkit includes Award-Winning Social Share Buttons, Related Posts, Analytics, Ad Monetization, and more. Customize what is right for your website from the App Manager.', 'shareaholic')); ?>
9
  </p>
10
 
11
  <div class="shr-people"></div>