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

Version Description

  • Several bug fixes, in addition to -
  • Huge update! The plugin has been completely re-written from the ground up to be faster, simpler to use
  • Choose from snazzy new Related Post themes
  • Related Posts now come mobile optimized and responsive out of the box - Shareaholic automagically determines how many Related Posts to show given how much screen width it is given
  • Customize your "You may also like" Related Posts text
  • Option to exclude any URL from Related Posts
  • Choose from new Share button themes! (including vertical share buttons!)
  • Additional URL shortener options
  • "Pages" now also have options to exclude Share Buttons, Recommendations
  • Addition of new shareaholic:language tag to improve related content and recommendations computation
  • Bugfix: Facebook Debugger will no longer show "Parser Mismatched Metadata" warnings
  • Bugfix: Page titles are now properly encoded
  • More robust curl function, more robust plugin
Download this release

Release Info

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

Code changes from version 7.0.0.7 to 7.0.0.8

Files changed (3) hide show
  1. readme.txt +2 -2
  2. shareaholic.php +3 -3
  3. templates/why_to_sign_up.php +10 -8
readme.txt CHANGED
@@ -141,7 +141,7 @@ Please see here: [Usage & Installation Instructions](https://shareaholic.com/too
141
 
142
  == Changelog ==
143
 
144
- = 7.0.0.7 =
145
  * Several bug fixes, in addition to -
146
  * Huge update! The plugin has been completely re-written from the ground up to be faster, simpler to use
147
  * Choose from snazzy new Related Post themes
@@ -875,7 +875,7 @@ Please see here: [Usage & Installation Instructions](https://shareaholic.com/too
875
 
876
  == Upgrade Notice ==
877
 
878
- = 7.0.0.7 =
879
  * Huge update! Completely re-written from the ground up to be faster and with a new simple interface! Includes brand new Share button themes (including vertical share buttons!) and Related posts themes. Related Posts now come mobile optimized and responsive out of the box - Shareaholic automagically determines how many Related Posts to show given how much screen width it is given. You can now even customize your "You may also like" text and exclude URLs.
880
 
881
  = 6.1.3.5 =
141
 
142
  == Changelog ==
143
 
144
+ = 7.0.0.8 =
145
  * Several bug fixes, in addition to -
146
  * Huge update! The plugin has been completely re-written from the ground up to be faster, simpler to use
147
  * Choose from snazzy new Related Post themes
875
 
876
  == Upgrade Notice ==
877
 
878
+ = 7.0.0.8 =
879
  * Huge update! Completely re-written from the ground up to be faster and with a new simple interface! Includes brand new Share button themes (including vertical share buttons!) and Related posts themes. Related Posts now come mobile optimized and responsive out of the box - Shareaholic automagically determines how many Related Posts to show given how much screen width it is given. You can now even customize your "You may also like" text and exclude URLs.
880
 
881
  = 6.1.3.5 =
shareaholic.php CHANGED
@@ -3,14 +3,14 @@
3
  * The main and first file!
4
  *
5
  * @package shareaholic
6
- * @version 7.0.0.7
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.0.7
14
  Author: Shareaholic
15
  Author URI: https://shareaholic.com
16
  Credits & Thanks: https://shareaholic.com/tools/wordpress/credits
@@ -43,7 +43,7 @@ require_once(SHAREAHOLIC_DIR . '/deprecation.php');
43
  */
44
  class Shareaholic {
45
  const URL = 'https://shareaholic.com';
46
- const VERSION = '7.0.0.7';
47
  /**
48
  * Starts off as false so that ::get_instance() returns
49
  * a new instance.
3
  * The main and first file!
4
  *
5
  * @package shareaholic
6
+ * @version 7.0.0.8
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.0.8
14
  Author: Shareaholic
15
  Author URI: https://shareaholic.com
16
  Credits & Thanks: https://shareaholic.com/tools/wordpress/credits
43
  */
44
  class Shareaholic {
45
  const URL = 'https://shareaholic.com';
46
+ const VERSION = '7.0.0.8';
47
  /**
48
  * Starts off as false so that ::get_instance() returns
49
  * a new instance.
templates/why_to_sign_up.php CHANGED
@@ -17,8 +17,8 @@
17
  }
18
 
19
  .promoh1{
20
- font-size: 34px;
21
- line-height: 20px;
22
  margin: 10px 0 0 0;
23
  padding: 0;
24
  text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
@@ -26,6 +26,7 @@
26
 
27
  .promosub{
28
  color: black;
 
29
  font-weight: bold;
30
  }
31
 
@@ -90,14 +91,15 @@ margin: 10px 0px;
90
 
91
 
92
  <div class="signuppromo unit size1of5">
93
- <p class="promoh1">Like to tinker?</p>
94
- <p class="promosub">Customize even more with a FREE Shareaholic account.</p>
95
 
96
  <ul>
97
- <li>Customize tweets coming from your website.</li>
98
- <li>Choose your URL Shortener, or use your own.</li>
99
- <li>Choose from various themes and styles.</li>
100
- <li>Plus tons of great features and customization options.</li>
 
101
  </ul>
102
  <button data-href='edit' id='general_settings' class="btn btn-large"><?php echo sprintf(__('Edit General Website Settings', 'shareaholic')); ?></button>
103
  </div>
17
  }
18
 
19
  .promoh1{
20
+ font-size: 24px;
21
+ line-height: 28px;
22
  margin: 10px 0 0 0;
23
  padding: 0;
24
  text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
26
 
27
  .promosub{
28
  color: black;
29
+ margin: 10px 0 0 0;
30
  font-weight: bold;
31
  }
32
 
91
 
92
 
93
  <div class="signuppromo unit size1of5">
94
+ <p class="promoh1">Customize even more with a FREE Shareaholic account.</p>
95
+ <p class="promosub">Such as:</p>
96
 
97
  <ul>
98
+ <li>Customize tweets coming from your website.</li>
99
+ <li>Choose your URL Shortener, or use your own.</li>
100
+ <li>Choose from various themes and styles.</li>
101
+ <li>Exclude pages from Recommendations engine.</li>
102
+ <li>Plus tons of great features and customization options.</li>
103
  </ul>
104
  <button data-href='edit' id='general_settings' class="btn btn-large"><?php echo sprintf(__('Edit General Website Settings', 'shareaholic')); ?></button>
105
  </div>