Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

36 lines (24 loc) · 1.38 KB

Changelog

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)