WordPress Share Buttons Plugin – AddThis - Version 5.2.3

Version Description

  • Adding missing licenses and attributions
Download this release

Release Info

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

Code changes from version 5.2.2 to 5.2.3

AddThisWordPressConnector.php CHANGED
@@ -53,6 +53,8 @@ if (!class_exists('AddThisWordPressConnector')) {
53
  'addthis_plugin_controls',
54
  'addthis_profile',
55
  'api_key',
 
 
56
  'credential_validation_status',
57
  'debug_profile_level',
58
  'debug_profile_type',
53
  'addthis_plugin_controls',
54
  'addthis_profile',
55
  'api_key',
56
+ 'addthis_rate_us',
57
+ 'addthis_rate_us_timestamp',
58
  'credential_validation_status',
59
  'debug_profile_level',
60
  'debug_profile_type',
AddThisWordPressSharingButtonsPlugin.php CHANGED
@@ -25,7 +25,7 @@ if (!class_exists('AddThisWordPressSharingButtonsPlugin')) {
25
  Class AddThisWordPressSharingButtonsPlugin {
26
  // implements AddThisWordPressPluginInterface {
27
 
28
- static $version = '5.2.2';
29
  static $settingsPageId = 'addthis_social_widget';
30
  static $name = "Share Buttons by AddThis";
31
  static $productPrefix = 'wpp';
@@ -109,4 +109,4 @@ if (!class_exists('AddThisWordPressSharingButtonsPlugin')) {
109
  return 'addthis';
110
  }
111
  }
112
- }
25
  Class AddThisWordPressSharingButtonsPlugin {
26
  // implements AddThisWordPressPluginInterface {
27
 
28
+ static $version = '5.2.3';
29
  static $settingsPageId = 'addthis_social_widget';
30
  static $name = "Share Buttons by AddThis";
31
  static $productPrefix = 'wpp';
109
  return 'addthis';
110
  }
111
  }
112
+ }
addthis_social_widget.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Share Buttons by AddThis
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.2.2
7
  * Author: The AddThis Team
8
  * Author URI: http://www.addthis.com/
9
  * License: GPL2
3
  * Plugin Name: Share Buttons by AddThis
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.2.3
7
  * Author: The AddThis Team
8
  * Author URI: http://www.addthis.com/
9
  * License: GPL2
js/jquery.UI-MIT-LICENSE ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Copyright (c) 2012 Paul Bakaus, http://jqueryui.com/
2
+
3
+ This software consists of voluntary contributions made by many
4
+ individuals (AUTHORS.txt, http://jqueryui.com/about) For exact
5
+ contribution history, see the revision history and logs, available
6
+ at http://jquery-ui.googlecode.com/svn/
7
+
8
+ Permission is hereby granted, free of charge, to any person obtaining
9
+ a copy of this software and associated documentation files (the
10
+ "Software"), to deal in the Software without restriction, including
11
+ without limitation the rights to use, copy, modify, merge, publish,
12
+ distribute, sublicense, and/or sell copies of the Software, and to
13
+ permit persons to whom the Software is furnished to do so, subject to
14
+ the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be
17
+ included in all copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
23
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
24
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
25
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: abramsm, srijith.v, vipinss, dnrahamim, jgrodel, bradaddthiscom, m
3
  Tags: bookmarking, email sharing, facebook, linkedin, pinterest, share, sharing buttons, social marketing, social tools, twitter, whatsapp
4
  Requires at least: 3.0
5
  Tested up to: 4.3
6
- Stable tag: 5.2.2
7
 
8
  Share buttons from AddThis help you get more traffic from sharing through social networks.
9
 
@@ -76,6 +76,9 @@ In the screen options you can enable the AddThis meta box. Check the box and sav
76
 
77
  == Changelog ==
78
 
 
 
 
79
  = 5.2.2 =
80
  * Fix for duplicate sharing tools showing up due to weird caching plugin behavior
81
  * Fix for notices in addthis_social_widget.php on lines 1291 & 1306
@@ -403,6 +406,9 @@ Fixed nondeterministic bug with the_title(), causing the title to occasionally a
403
 
404
  == Upgrade Notice ==
405
 
 
 
 
406
  = 5.2.2 =
407
  Dupliate button issues? This may help. Yeah, we know we said this last time. But for real now. Also, fixes for compatibility with wp-cli 0.21.1.
408
 
3
  Tags: bookmarking, email sharing, facebook, linkedin, pinterest, share, sharing buttons, social marketing, social tools, twitter, whatsapp
4
  Requires at least: 3.0
5
  Tested up to: 4.3
6
+ Stable tag: 5.2.3
7
 
8
  Share buttons from AddThis help you get more traffic from sharing through social networks.
9
 
76
 
77
  == Changelog ==
78
 
79
+ = 5.2.3 =
80
+ * Adding missing licenses and attributions
81
+
82
  = 5.2.2 =
83
  * Fix for duplicate sharing tools showing up due to weird caching plugin behavior
84
  * Fix for notices in addthis_social_widget.php on lines 1291 & 1306
406
 
407
  == Upgrade Notice ==
408
 
409
+ = 5.2.3 =
410
+ Adding missing licenses and attributions
411
+
412
  = 5.2.2 =
413
  Dupliate button issues? This may help. Yeah, we know we said this last time. But for real now. Also, fixes for compatibility with wp-cli 0.21.1.
414