mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
1.1 KiB
1.1 KiB
Changelog
0.1.0-beta.16
Changed
- Updated admin category from moderation to feature (https://github.com/flarum/approval/pull/24)
- Moved locale files from translation pack to extension (https://github.com/flarum/approval/pull/22)
Fixed
- Comment and discussion count not updated after post approval (https://github.com/flarum/approval/pull/16)
0.1.0-beta.15
Changed
- Updated composer.json and admin javascript for new admin area.
- Updated extend.php with latest extenders.
0.1.0-beta.14
Changed
- Updated mithril to version 2
- Load language strings correctly on en-/disable
- Updated JS dependencies
Removed
- Removed AssertPermissionTrait (#19)
0.1.0-beta.13
Changed
- Updated JS dependencies
- Stop using deprecated core events, use extenders instead