What's Changed
- Add forum access control and consolidate user traits by @scottgrayson in #8
New Contributors
- @scottgrayson made their first contribution in #8
Full Changelog: v1.1.0...v2.0.0
Breaking Changes
- The three separate traits (HasFavoriteForumPost, HasMentionables, HasForumUserSearch) have been consolidated into a single
ForumUsertrait. Users should update their User model to useForumUserinstead of the three separate traits.