WordPress Share Buttons Plugin – AddThis - Version 5.0.8

Version Description

  • PHP notice fix for AddThisConfigs.php on line 204
Download this release

Release Info

Developer jgrodel
Plugin Icon 128x128 WordPress Share Buttons Plugin – AddThis
Version 5.0.8
Comparing to
See all releases

Code changes from version 5.0.7 to 5.0.8

AddThisConfigs.php CHANGED
@@ -201,9 +201,9 @@ if (!class_exists('AddThisConfigs')) {
201
  $twoWeeksAgo = time() - (60 * 60 * 24 * 7 * 2);
202
  if ( isset($this->configs['addthis_rate_us_timestamp'])
203
  && $this->configs['addthis_rate_us_timestamp'] < $twoWeeksAgo
204
- && $configs['addthis_rate_us'] != 'rated'
205
  ) {
206
- $configs['addthis_rate_us'] = '';
207
  }
208
 
209
  if ($this->changedConfigs) {
201
  $twoWeeksAgo = time() - (60 * 60 * 24 * 7 * 2);
202
  if ( isset($this->configs['addthis_rate_us_timestamp'])
203
  && $this->configs['addthis_rate_us_timestamp'] < $twoWeeksAgo
204
+ && $this->configs['addthis_rate_us'] != 'rated'
205
  ) {
206
+ $this->configs['addthis_rate_us'] = '';
207
  }
208
 
209
  if ($this->changedConfigs) {
AddThisWordPressConnector.php CHANGED
@@ -26,7 +26,7 @@ if (!class_exists('AddThisWordpressConnector')) {
26
  // implements AddThisCmsConnectorInterface {
27
 
28
  static $settingsVariableName = 'addthis_settings';
29
- static $pluginVersion = '5.0.7';
30
  static $settingsPageId = 'addthis_social_widget';
31
  static $anonymousProfileIdPrefix = 'wp';
32
  static $pluginName = "AddThis Sharing Buttons";
@@ -599,4 +599,4 @@ if (!class_exists('AddThisWordpressConnector')) {
599
  return $configs;
600
  }
601
  }
602
- }
26
  // implements AddThisCmsConnectorInterface {
27
 
28
  static $settingsVariableName = 'addthis_settings';
29
+ static $pluginVersion = '5.0.8';
30
  static $settingsPageId = 'addthis_social_widget';
31
  static $anonymousProfileIdPrefix = 'wp';
32
  static $pluginName = "AddThis Sharing Buttons";
599
  return $configs;
600
  }
601
  }
602
+ }
addthis_social_widget.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: AddThis Sharing Buttons
4
  * Plugin URI: http://www.addthis.com
5
  * Description: Use the AddThis suite of website tools which includes sharing, following, recommended content, and conversion tools to help you make your website smarter. With AddThis, you can see how your users are engaging with your content, provide a personalized experience for each user and encourage them to share, subscribe or follow.
6
- * Version: 5.0.7
7
  * Author: The AddThis Team
8
  * Author URI: http://www.addthis.com/
9
  * License: GPL2
3
  * Plugin Name: AddThis Sharing Buttons
4
  * Plugin URI: http://www.addthis.com
5
  * Description: Use the AddThis suite of website tools which includes sharing, following, recommended content, and conversion tools to help you make your website smarter. With AddThis, you can see how your users are engaging with your content, provide a personalized experience for each user and encourage them to share, subscribe or follow.
6
+ * Version: 5.0.8
7
  * Author: The AddThis Team
8
  * Author URI: http://www.addthis.com/
9
  * License: GPL2
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: abramsm, srijith.v, vipinss, dnrahamim, jgrodel, bradaddthiscom, m
3
  Tags: AddThis, addtoany, bookmark, bookmarking, email, e-mail, sharing buttons, share, share this, facebook, google+, pinterest, instagram, linkedin, whatsapp, social tools, website tools, twitter, content marketing, recommended content, conversion tool, subscription button, conversion tools, email tools, ecommerce tools, social marketing, personalization tools
4
  Requires at least: 3.0
5
  Tested up to: 4.2.2
6
- Stable tag: 5.0.7
7
 
8
  AddThis provides the best sharing tools to help you make your website smarter.
9
 
@@ -76,6 +76,9 @@ PHP 5+ is preferred; PHP 4 is supported.
76
 
77
  == Changelog ==
78
 
 
 
 
79
  = 5.0.7 =
80
  * Changed the page/post edit screens AddThing sharing buttons checkbox to on/off radiobuttons
81
  * Added a checkbox to the plugin's settings page's Advanced Options tab to enable/disable the per page/post sharing button configurations mentioned above
@@ -343,6 +346,9 @@ Fixed nondeterministic bug with the_title(), causing the title to occasionally a
343
 
344
  == Upgrade Notice ==
345
 
 
 
 
346
  = 5.0.7 =
347
  * Changed the page/post edit screens AddThing sharing buttons checkbox to on/off radiobuttons
348
  * Added a checkbox to the plugin's settings page's Advanced Options tab to enable/disable the per page/post sharing button configurations mentioned above
3
  Tags: AddThis, addtoany, bookmark, bookmarking, email, e-mail, sharing buttons, share, share this, facebook, google+, pinterest, instagram, linkedin, whatsapp, social tools, website tools, twitter, content marketing, recommended content, conversion tool, subscription button, conversion tools, email tools, ecommerce tools, social marketing, personalization tools
4
  Requires at least: 3.0
5
  Tested up to: 4.2.2
6
+ Stable tag: 5.0.8
7
 
8
  AddThis provides the best sharing tools to help you make your website smarter.
9
 
76
 
77
  == Changelog ==
78
 
79
+ = 5.0.8 =
80
+ * PHP notice fix for AddThisConfigs.php on line 204
81
+
82
  = 5.0.7 =
83
  * Changed the page/post edit screens AddThing sharing buttons checkbox to on/off radiobuttons
84
  * Added a checkbox to the plugin's settings page's Advanced Options tab to enable/disable the per page/post sharing button configurations mentioned above
346
 
347
  == Upgrade Notice ==
348
 
349
+ = 5.0.8 =
350
+ * PHP notice fix for AddThisConfigs.php on line 204
351
+
352
  = 5.0.7 =
353
  * Changed the page/post edit screens AddThing sharing buttons checkbox to on/off radiobuttons
354
  * Added a checkbox to the plugin's settings page's Advanced Options tab to enable/disable the per page/post sharing button configurations mentioned above