You've been waiting for it... here it is.
Extension update and namespace change
A new version of this extension including beta 8 compatibility and some minor fixes has been released. As previously written in the Flagrow anouncement, the updated Flagrow extensions are moving to FriendsOfFlarum.
The Flagrow version of this extension has been marked as abandoned and will no longer receive any update. Switch to the FriendOfFlarum version to get the new features, updates and fixes.
Updating from Flagrow
(only do this if you previously had Flagrow Masquerade installed)
This extension replaces Flagrow Masquerade.
Please backup your data before attempting the update!
First make sure you installed the latest Flagrow release will all migrations applied:
composer require flagrow/masquerade
# Go to admin panel and check extension is enabled
php flarum migrate
(Instead of running the migrate command you can also disable and re-enable the extension in the admin panel)
Then upgrade from the old extension to the new one:
composer remove flagrow/masquerade
composer require fof/masquerade
When you enable the new extension, the permissions and the data from Flagrow Masquerade will be moved to FoF Masquerade.
Changelog of the new 0.3.0 release
- Updated for beta 8 compatibility
- Removed non-English translations
- Fixed profile link being visible even if a user can't see a profile
- Fixed fillable attributes in the API for the admin panel
- Fixed javascript errors in the editor and viewer when type is null or if the field has no rules
- Moved to FriendsOfFlarum namespace