0.8.0 Breaking Changes
-
Hook changes
Filter
filter:user.custom_fields
removed see this commitfilter:user.delete
deprecated, usestatic:user.delete
instead, now- It is passed
{ uid: uid }
instead of justuid
, and is fired before user data is actually deleted, so you have one last chance to look up stuff if needed.
- It is passed
Other changes
- Theme developers should now explicitly set the
baseTheme
in theirtheme.json
if their theme is not based on Persona. Set this value tonodebb-theme-vanilla
- TBD
Copyright © 2024 NodeBB | Contributors