Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

62 lines (41 loc) · 2.4 KB

Changelog

Added

  • Display suspension to user on first visit (#41).

Changed

Changed

  • Compatibility with Flarum v1.0.0.

Changed

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

Fixes

  • Incorrect suspension length in suspended notification (#32)
  • Unable to view suspended users with permission granted (#35)

Changed

  • Updated composer.json and admin javascript for new admin area.
  • Updated to use newest extenders.
  • Implement new authorization layer (87a5182.

Added

  • Ability added to filter users by their suspended state (#23)

Changed

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

Changed

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

Changed

  • Replace the Font Awesome 4 with its version 5 counterpart (d52f9e9)

Changed

  • Replace event subscribers (that resolve services too early) with listeners (e84082e)