New
- A "View the shoutbox" permission. Until now anyone could see the shoutbox; only posting and deleting had permissions. The new permission controls who sees it at all: without it, the widget, the sidebar link and the /shoutbox page disappear, and the API serves nothing. Requested by a user who wanted a members-only shoutbox — to get exactly that, open Admin → Permissions and change View the shoutbox from Everyone to Members.
Updating changes nothing by itself: the permission arrives granted to everyone, so your shoutbox stays exactly as visible as it is today until you restrict it. This release includes a migration:
composer update linkrobins/shoutbox
php flarum migrate
php flarum cache:clear