Downloads
Download tar.gz
73.88 KB
MD5: d31c6491cd1815c74b81db77df727ccf
SHA-1: 3094da4962fba1a7b71ab1b6fdeae094b5177f37
SHA-256: 9119cb709d1396092798890db1fa13225e999084eda5718b7fe426c1ea6d8fdb
Download zip
121.22 KB
MD5: 812c311e603bc09b96b00003edcaf8ed
SHA-1: 563f1818d9cab44b22d9caac14188f1f226d82ed
SHA-256: 9472d248e252aff3bf62c2fdf005170871e48d9f1513b46a84beda8f63a60484
Release notes
This is the first release of the new 3.x branch. This release should be carefully tested before use on production sites. It is recommended for new sites in development, but not for existing sites that are happy with the way FBSS is working for them, unless one of the improvements listed below is particularly compelling for your site. Note that the 2.x branch is extremely stable, while the 3.x branch is bound to have some bugs.
Why beta 2? (Where did beta 1 go?)
The release node for beta 1 got messed up. I don't know why. So now we're at beta 2.
Major improvements from the 2.x branch
- Groups and other nodes can now have their own status streams.
- Status comments are now part of the core package instead of living in a separate project.
- Cleanup and standardization of the API and HTML/CSS.
- Better performance due to moving integrations into submodules and only loading resources as necessary.
- Many less significant changes designed to provide a smoother experience for the user and increased flexibility for the administrator.
Upgrading from 2.x
The upgrade path has not been tested, so make sure you have a backup before attempting to upgrade.
- If you have FBSMP or FBSSTS installed, disable them. Neither module has been upgraded to be compatible with the 3.x branch of FBSS yet.
- If you have custom Views for status updates or if you have overridden the default Views provided by the module, back them up and then delete them.
- If you have custom Rules/Rule sets, Triggers, or Activity templates that use FBSS-related actions or events, back them up and then delete them.
- Delete the entire facebook_status directory from your site's "modules" folder.
- Upload the new facebook_status directory for the 3.x branch to your site's "modules" folder.
- Run update.php.
- Most integrations with other modules have been moved to submodules. FBSS will detect if you were using those integrations with the 2.x branch and automatically enable the relevant submodules. However, you should go to admin/build/modules and review which submodules are enabled to ensure that the ones you want to use are enabled.
- Check the FBSS permissions and make sure they are set up the way you want.
- If you want, review the settings at admin/settings/facebook_status.
- If you need to, re-create your custom Views/Rules/Triggers/Activity templates.
- Check your site's links and make sure they still point to the right places. Some URL paths have been changed.
- Review any custom (FBSS-specific) CSS, JS, or theme overrides your site has added to make sure it still works with the new markup.