Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Latest commit

 

History

History
73 lines (48 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

73 lines (48 loc) · 2.75 KB

Changelog

Changed

  • Set priority on subscription sidebar item (flarum#43).

Changed

Changed

  • Compatibility with Flarum v1.0.0.

Fixed

  • Tooltips generate a deprecation warning
  • Inconsistent data for subscribed provided by API (flarum#37)

Changed

  • Updated admin category from discussion to feature (flarum#39)
  • Moved locale files from translation pack to extension (flarum#34)

Fixed

  • User state for discussion list persists across different discussion pages (flarum#38)

Changed

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

Added

  • Meta title now available for following page (#23)

Changed

  • Updated mithril to version 2
  • Load language strings correctly on en-/disable
  • Updated JS dependencies
  • Notification emails now are translatable (#30)

Fixed

  • Button colors for dark mode were too vague (#26)

Changed

  • Updated JS dependencies

Fixed

Fixed

  • WhereExists performed extremely bad, impacting the following gambit (#22)

Changed

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

Fixed

  • Post content with code blocks could corrupt notification emails (16a441c)
  • JS: Vulnerable lodash dependency (782e31c)