Skip to content

Latest commit

 

History

History
79 lines (51 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

79 lines (51 loc) · 3.21 KB

Changelog

Fixed

  • Missing translation for the reason flag (#30).
  • Created flags show user as "deleted" until a page refresh (#42)

No changes.

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

Added

  • Created and Deleting events (#35)

Changed

  • Updated admin category from moderation to feature (#36)
  • Moved locale files from translation pack to extension (#32)

Changed

  • Updated composer.json and admin javascript for new admin area.
  • Updated to use newest extenders.

Fixed

  • Flags cache was instantiated prematurely causing incorrect flags count (#31)

Changed

  • Updated mithril to version 2
  • Load language strings correctly on en-/disable
  • Updated JS dependencies

Changed

  • Updated JS dependencies
  • Stop using deprecated core events, use extenders instead

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)

Fixed

  • Guests visiting api/flags trigger an exception (d4680a0)

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)

Fixed

  • Fix dropping foreign keys in down migrations (e17bd03)