WordPress Share Buttons Plugin – AddThis - Version 4.0.5

Version Description

  • Fixed js folder
Download this release

Release Info

Developer kirk-at-addthis
Plugin Icon 128x128 WordPress Share Buttons Plugin – AddThis
Version 4.0.5
Comparing to
See all releases

Code changes from version 4.0.4 to 4.0.5

Files changed (2) hide show
  1. addthis_social_widget.php +3 -3
  2. readme.txt +7 -1
addthis_social_widget.php CHANGED
@@ -23,7 +23,7 @@
23
  * Plugin Name: AddThis for WordPress
24
  * Plugin URI: http://www.addthis.com
25
  * 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.
26
- * Version: 4.0.4
27
  *
28
  * Author: The AddThis Team
29
  * Author URI: http://www.addthis.com/blog
@@ -32,8 +32,8 @@ if (!defined('ADDTHIS_INIT')) define('ADDTHIS_INIT', 1);
32
  else return;
33
 
34
  define( 'addthis_style_default' , 'fb_tw_p1_sc');
35
- define( 'ADDTHIS_PLUGIN_VERSION' , '4.0.4');
36
- define( 'ADDTHIS_PRODUCT_VERSION' , 'wpp-4.0.4');
37
  define( 'ADDTHIS_ATVERSION', '300');
38
  define( 'ADDTHIS_ATVERSION_MANUAL_UPDATE', -1);
39
  define( 'ADDTHIS_ATVERSION_AUTO_UPDATE', 0);
23
  * Plugin Name: AddThis for WordPress
24
  * Plugin URI: http://www.addthis.com
25
  * 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.
26
+ * Version: 4.0.5
27
  *
28
  * Author: The AddThis Team
29
  * Author URI: http://www.addthis.com/blog
32
  else return;
33
 
34
  define( 'addthis_style_default' , 'fb_tw_p1_sc');
35
+ define( 'ADDTHIS_PLUGIN_VERSION' , '4.0.5');
36
+ define( 'ADDTHIS_PRODUCT_VERSION' , 'wpp-4.0.5');
37
  define( 'ADDTHIS_ATVERSION', '300');
38
  define( 'ADDTHIS_ATVERSION_MANUAL_UPDATE', -1);
39
  define( 'ADDTHIS_ATVERSION_AUTO_UPDATE', 0);
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: srijith.v, solchea, _mjk_, addthis_paul, abramsm
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.1
6
- Stable tag: 4.0.4
7
 
8
  AddThis provides the best sharing, social, recommended content, and conversion tools to help you make
9
  your website smarter.
@@ -82,6 +82,9 @@ PHP 5+ is preferred; PHP 4 is supported.
82
 
83
  == Changelog ==
84
 
 
 
 
85
  = 4.0.4 =
86
  * Fixed issues with certain themes using get_the_excerpt method
87
  * Fixed issue with Share layer and Recommended layer showing up in wrong order
@@ -299,6 +302,9 @@ Fixed nondeterministic bug with the_title(), causing the title to occasionally a
299
 
300
  == Upgrade Notice ==
301
 
 
 
 
302
  = 4.0.4 =
303
  * Fixed issues with certain themes using get_the_excerpt method
304
  * Fixed issue with Share layer and Recommended layer showing up in wrong order
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.1
6
+ Stable tag: 4.0.5
7
 
8
  AddThis provides the best sharing, social, recommended content, and conversion tools to help you make
9
  your website smarter.
82
 
83
  == Changelog ==
84
 
85
+ = 4.0.5 =
86
+ * Fixed js folder
87
+
88
  = 4.0.4 =
89
  * Fixed issues with certain themes using get_the_excerpt method
90
  * Fixed issue with Share layer and Recommended layer showing up in wrong order
302
 
303
  == Upgrade Notice ==
304
 
305
+ = 4.0.5 =
306
+ * Fixed js folder
307
+
308
  = 4.0.4 =
309
  * Fixed issues with certain themes using get_the_excerpt method
310
  * Fixed issue with Share layer and Recommended layer showing up in wrong order