2.3.2
- Add opt out for copy text 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