Releases: clarkwinkelmann/flarum-ext-anonymous-posting
Releases · clarkwinkelmann/flarum-ext-anonymous-posting
1.1.1
1.1.0
- Add ability to make content anonymous by default
- "Use" permission has now become "Switch" permission
- Add ability to specify default checkbox state for users with "Switch" permission
- Add setting to make edits by moderators anonymous
Users updating from 1.0 don't need to change any setting to preserve their previous behavior as it is the default for version 1.1
Improve compatibility with other extensions
This release changes how the "Anonymous" username is injected into Flarum email notifications to improve compatibility with other extensions that might read that value somewhere not related to notifications.
This might also unintentionally make the feature work in asynchronous queues, where I don't think it worked before. This was however not tested.
New error messages were also added in case other extensions are still incompatible, so that the code fails before trying to perform any SQL query.
Initial release
Initial release