Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

62 lines (40 loc) · 2.5 KB

Changelog

No changes.

Changed

Added

  • Creation time stored for likes in the database (#28)

Changed

  • Compatibility with Flarum v1.0.0.

Changed

  • Updated admin category from discussion to feature (#26)
  • Moved locale files from translation pack to extension (#23)

Changed

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

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

Fixed

  • Fix notifications being sent to deleted users (726ddfe)

Changed

  • Replace event subscribers (that resolve services too early) with listeners (0b3fbc5)
  • Compatibility with Laravel 5.7 (c2281d1)

Fixed

  • Fix dropping foreign keys in down migrations (4e92f20)
  • Truncate notification excerpts (55524aa)
  • Prevent possible crash on discussion view (84bcc0e)