mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 01:51:05 +08:00
3.2 KiB
3.2 KiB
Changelog
1.2.0
Fixed
- Missing translation for the reason flag (https://github.com/flarum/flags/pull/30).
- Created flags show user as "deleted" until a page refresh (https://github.com/flarum/flags/pull/42)
1.1.0
No changes.
1.0.0
Changed
- Compatibility with Flarum v1.0.0.
- Improvements to performance by eager loading relations (#38)
Fixes
- Incorrectly esolving the deprecated Symfony translator implementation instead of the contract
0.1.0-beta.16
Added
- Created and Deleting events (https://github.com/flarum/flags/pull/35)
Changed
- Updated admin category from moderation to feature (https://github.com/flarum/flags/pull/36)
- Moved locale files from translation pack to extension (https://github.com/flarum/flags/pull/32)
0.1.0-beta.15
Changed
- Updated composer.json and admin javascript for new admin area.
- Updated to use newest extenders.
0.1.0-beta.14.1
Fixed
- Flags cache was instantiated prematurely causing incorrect flags count (#31)
0.1.0-beta.14
Changed
- Updated mithril to version 2
- Load language strings correctly on en-/disable
- Updated JS dependencies
0.1.0-beta.13
Changed
- Updated JS dependencies
- Stop using deprecated core events, use extenders instead
0.1.0-beta.12
Changed
- Larger flag modal, disallow users to flag their own posts, increase flag message size,
allow comment on more reasons, disabled submit on other without comment (5292e6c)
0.1.0-beta.10
Fixed
- Guests visiting
api/flags
trigger an exception (d4680a0)
0.1.0-beta.9
Changed
- Replace event subscribers (that resolve services too early) with listeners (2f3417b)
- Compatibility with Laravel 5.7 (bd00270)
Fixed
- API serialization failed when posts for a discussion were not loaded and needed (9803914)
0.1.0-beta.8.1
Fixed
- Fix dropping foreign keys in
down
migrations (e17bd03)