Changeset 1071118
- Timestamp:
- 01/19/2015 03:48:06 PM (11 years ago)
- Location:
- addthis/tags/4.0.3
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from addthis/trunk)
-
addthis_social_widget.php (modified) (2 diffs)
-
includes/addthis_addjs_new.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
addthis/tags/4.0.3/addthis_social_widget.php
r1069466 r1071118 24 24 * Plugin URI: http://www.addthis.com 25 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. 226 * Version: 4.0.3 27 27 * 28 28 * Author: The AddThis Team … … 33 33 34 34 define( 'addthis_style_default' , 'fb_tw_p1_sc'); 35 define( 'ADDTHIS_PLUGIN_VERSION' , '4.0. 2');36 define( 'ADDTHIS_PRODUCT_VERSION' , 'wpp-4.0. 2');35 define( 'ADDTHIS_PLUGIN_VERSION' , '4.0.3'); 36 define( 'ADDTHIS_PRODUCT_VERSION' , 'wpp-4.0.3'); 37 37 define( 'ADDTHIS_ATVERSION', '300'); 38 38 define( 'ADDTHIS_ATVERSION_MANUAL_UPDATE', -1); -
addthis/tags/4.0.3/includes/addthis_addjs_new.php
r1069466 r1071118 162 162 $addthis_asynchronous_loading = (isset($addthis_settings_options['addthis_asynchronous_loading']))?$addthis_settings_options['addthis_asynchronous_loading']:false; 163 163 $this->jsToAdd .= '<script type="text/javascript" src="//s7.addthis.com/js/'.$this->atversion.'/addthis_widget.js#pubid='. urlencode( $this->pubid ).'" async="async"></script>'; 164 $this->jsToAdd .= '<script type="text/javascript">jQuery(document).ready(function($) { addthis.init(); }); </script>';165 164 } 166 165 } -
addthis/tags/4.0.3/readme.txt
r1069466 r1071118 4 4 Requires at least: 3.0 5 5 Tested up to: 4.1 6 Stable tag: 4.0. 26 Stable tag: 4.0.3 7 7 8 8 AddThis provides the best sharing, social, recommended content, and conversion tools to help you make … … 82 82 83 83 == Changelog == 84 85 = 4.0.3 = 86 * Minor bug fix - JS error corrected. 84 87 85 88 = 4.0.2 = … … 281 284 == Upgrade Notice == 282 285 286 = 4.0.3 = 287 * Minor bug fix 288 283 289 = 4.0.2 = 284 290 * Control inline share buttons for each page/post
Note: See TracChangeset
for help on using the changeset viewer.