Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

49 lines (32 loc) · 1.53 KB

Changelog

No changes.

No changes.

Changed

  • Compatibility with Flarum v1.0.0.
  • Simplified TagPolicy.

Fixed

  • Unpredictable behaviour existed with discussions marked is_private (#26)

Changed

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

Fixed

  • Comment and discussion count not updated after post approval (#16)

Changed

  • Updated composer.json and admin javascript for new admin area.
  • Updated extend.php with latest extenders.

Changed

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

Removed

  • Removed AssertPermissionTrait (#19)

Changed

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