Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

63 lines (41 loc) · 2.35 KB

Changelog

No changes.

Added

Changed

Changed

  • Compatibility with Flarum v1.0.0.
  • List controller now takes into account default sort, even if it is changed from an extension

Changed

  • Updated admin category from moderation to feature (#27)
  • Moved locale files from translation pack to extension (#21)
  • Make is_sticky and last_posted_at columns an index for improved performance (#23)

Fixed

  • Rendering of excerpts failing (#24)
  • Excerpts showing on user profile page for stickied discussions looks erratic (#25)

Fixed

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

Fixed

  • Excerpts of unread stickied discussions triggers an error (#20)

Changed

  • Updated JS dependencies

Changed

  • Compatibility with Laravel 5.7 (196b2d1)