mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
1.4 KiB
1.4 KiB
Changelog
0.1.0-beta.12
- 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)