mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 17:57:04 +08:00
2.4 KiB
2.4 KiB
Changelog
1.2.0
Added
- Display suspension to user on first visit (https://github.com/flarum/suspend/pull/41).
1.1.0
Changed
- Suspensions are now anonymous (https://github.com/flarum/suspend/pulls/39)
- General repo maintenance (https://github.com/flarum/suspend/pulls/37)
1.0.0
Changed
- Compatibility with Flarum v1.0.0.
0.1.0-beta.16
Changed
- Updated admin category from moderation to feature (https://github.com/flarum/suspend/pull/33)
- Moved locale files from translation pack to extension (https://github.com/flarum/suspend/pull/28)
Fixes
- Incorrect suspension length in suspended notification (https://github.com/flarum/suspend/pull/32)
- Unable to view suspended users with permission granted (https://github.com/flarum/suspend/pull/35)
0.1.0-beta.15
Changed
- Updated composer.json and admin javascript for new admin area.
- Updated to use newest extenders.
- Implement new authorization layer (87a5182.
0.1.0-beta.14
Added
- Ability added to filter users by their suspended state (#23)
Changed
- Updated mithril to version 2
- Load language strings correctly on en-/disable
- Updated JS dependencies
- Replace momentjs with dayjs
0.1.0-beta.13
Changed
- Updated JS dependencies
- Stop using deprecated core events, use extenders instead
0.1.0-beta.10
Changed
- Replace the Font Awesome 4 with its version 5 counterpart (d52f9e9)
0.1.0-beta.9
Changed
- Replace event subscribers (that resolve services too early) with listeners (e84082e)