3.1
- Better support for excerpts
- Internal issues with tw:screenname resolved
- Better JSON validation
- Bug fixes
3.0.5
- Bug fixes: Style conflicts resolved
3.0.4
- Bug fix: Style conflicts with some themes resolved
- Made friends with WPSupercache
3.0.3
- Bug fix: Style tags are now allowed in Custom Code box.
3.0.2
- Bug fix: Conflict with WpSuperCache resolved
- WordPress 3.5 style conflicts resolved
3.0.1
- Bug fix: Issues with usernames/passwords with special characters
3.0
- UX changes in admin settings
- Credential verification in Admin settings. If AddThis account details are wrong it will be notified to user.
- Bug fixes
2.5.1
2.5.0
2.4.1
2.4.0
- Refactor how we add code to pages which should eliminate how many times it is added
- Numerous Bug Fixes and a few new filters
2.3.2
- Add opt out for copy tracking
2.3.1
- Don't strip pintrest tags from custom buttons
2.3.0
- Add Google Analytics option
- Update settings interface
2.2.2
- Fix custom button whitespace saving issue
2.2.1
- Fix compatability with 3.2
- Fix over agressive regular expression
2.2.0
- More Customization Option
- optionally shorten urls with one bit.ly account
2.1.1
2.1.0
- Add Twitter Template Option
- Add Post Meta Box
- Add top shared/clicked URLS to dashboard
- More Filters
2.0.6
- define ADDTHIS_NO_NOTICES to prevent admin notices from displaying
2.0.5
- force service codes to be lowercase
- If opting out of clickback tracking, set config to force opting out
2.0.4
- Fix conflict with other plugins
- Prevent button js from appearing in feeds
2.0.3
- plugin should still work if theme doesn't have wp_head and wp_footer
2.0.2
- Bug Fixes
- set addthis_exclude custom field to 'true' to not display addthis on that post / page
- Added additional paramater to
- Ability to specify custom toolboxes for both above and below
- Added additional paramater to do_action('addthis_widget'). Paramaters are now:
-
- url (use get_permalink() if you are calling it inside the loop)
-
- title (use the_title() if calling inside the loop)
-
- Style (specify the style to display) See $addthis_new_styles for the styles. may also pass an arra (see addthis_custom_toolbox for array values to pass)
2.0.1
- Fix theme compatablity issues
- Fix excerpts bug
- Add option to not display on excerpts
- Restore option to customize services
- Add more filters
2.0.0
- Redesigned Settings page
- Added Share Counter option
- Redesigned Admin Dashboard widget
- Updated sharing widget options
- Updated sidebar widget to extend WP_Widget
1.6.7
- Using wp_register_sidebar_widget() in WordPress installs that support it
1.6.6
- Fixed argument bug in 1.6.5
1.6.5
- Added support for arbitrary URL and title in template tag as optional parameters
- i.e.,
- Can be called, for example, with get_permalink() and the_title() within a post loop, or some other URL if necessary
1.6.4
- Fixed parse bug with "static" menu option
- Fixed regression of brand option
1.6.3
- Added template tags. <?php do_action( 'addthis_widget' ); ?> in your template will print an AddThis button or toolbox, per your configuration.
- Added clickback tracking.
- Added "Automatic" language option. We'll auto-translate the AddThis button and menu into our supported languages depending on your users' settings.
- Fixed script showing up in some trackback summaries.
1.6.2
Fixed name conflict with get_wp_version() (renamed to addthis_get_wp_version()), affecting users with the k2 theme.
1.6.1
Fixed nondeterministic bug with the_title(), causing the title to occasionally appear in posts.
1.6.0
- Added toolbox support
- Added WPMU support
- For WP 2.7+ only:
- Added support for displaying basic sharing metrics in the WordPress dashboard
- Updated settings management to use nonces