Skip to content

Releases: clarkwinkelmann/flarum-ext-anonymous-posting

1.1.1

09 Mar 18:16
6a1c6bf
Compare
Choose a tag to compare
  • Fix deprecation warning being generated when using extension on PHP 8.1+

1.1.0

11 Feb 17:29
8a79185
Compare
Choose a tag to compare
  • 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

25 Aug 15:35
b3050fd
Compare
Choose a tag to compare

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

04 Jul 09:50
b1681ed
Compare
Choose a tag to compare

Initial release