No changes.
- Classes to sticky discussions (https://github.com/flarum/sticky/pulls/31)
- Use css variables for badge (https://github.com/flarum/sticky/pulls/29)
- Repo maintenance (https://github.com/flarum/sticky/pulls/30)
- Compatibility with Flarum v1.0.0.
- List controller now takes into account default sort, even if it is changed from an extension
- Updated admin category from moderation to feature (#27)
- Moved locale files from translation pack to extension (#21)
- Make
is_sticky
andlast_posted_at
columns an index for improved performance (#23)
- Rendering of excerpts failing (#24)
- Excerpts showing on user profile page for stickied discussions looks erratic (#25)
- Fixed security vulnerability for HTML injection in the first post of stickied discussions. See https://github.com/flarum/sticky/security/advisories/GHSA-h3gg-7wx2-cq3h.
- Updated composer.json and admin javascript for new admin area.
- Updated to use newest extenders.
- Updated mithril to version 2
- Load language strings correctly on en-/disable
- Updated JS dependencies
- Excerpts of unread stickied discussions triggers an error (#20)
- Updated JS dependencies
- Compatibility with Laravel 5.7 (196b2d1)