- Display suspension to user on first visit (#41).
- Suspensions are now anonymous (https://github.com/flarum/suspend/pulls/39)
- General repo maintenance (https://github.com/flarum/suspend/pulls/37)
- Compatibility with Flarum v1.0.0.
- Updated admin category from moderation to feature (#33)
- Moved locale files from translation pack to extension (#28)
- Incorrect suspension length in suspended notification (#32)
- Unable to view suspended users with permission granted (#35)
- Updated composer.json and admin javascript for new admin area.
- Updated to use newest extenders.
- Implement new authorization layer (87a5182.
- Ability added to filter users by their suspended state (#23)
- Updated mithril to version 2
- Load language strings correctly on en-/disable
- Updated JS dependencies
- Replace momentjs with dayjs
- Updated JS dependencies
- Stop using deprecated core events, use extenders instead
- Replace the Font Awesome 4 with its version 5 counterpart (d52f9e9)
- Replace event subscribers (that resolve services too early) with listeners (e84082e)