Downloads
Release notes
This release should be quite stable and feature-complete. Run update.php after upgrading to this version.
Improved speed of some queries in facebook_status_tags
Improved default views for facebook_status_tags
Made "trends" work in Views
Added "trends" as an openapi type option
Added facebook_status_tags_popular_terms()
#437522 form wasn't cached with caching turned off on site (thanks katbailey)
Changed help text for some settings
Moved maximum status length setting from Advanced to General settings page
Added an open API for users with the 'view all statuses' permission in XML, JSON, and REST
Documented open API
Added submodule that allows referencing users with @username and taxonomy terms (including creation of new ones) with #termname.
Documented submodule
Added Views integration for submodule
Use twitter_get_user_accounts() instead of twitter_twitter_accounts().
hook_facebook_status_update() changed to hook_facebook_status_save().
Added hook_facebook_status_delete($sid).
Added hook_facebook_status_render($status_owner_object, $status, $linked = TRUE)
Fixed #448360 by removing flags from the status update form. If you want to use Flags, do it with Views.
Settings page title changed from "Facebook-style Status settings" to "Facebook-style Statuses" (thanks Michelle).