Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

62 lines (38 loc) · 2.04 KB

Changelog

Added

  • Permission to bypass Akismet (#24)
  • Option to remove blatant spam (#24)
  • Sending additional parameters like is_test (#24)

Changed

  • Convert frontend to TypeScript (#24)
  • Call Akismet API manually (#24)

Fixed

  • PHP 8 compatibility (#24)

No changes.

Changed

  • Compatibility with Flarum v1.0.0.

Changed

  • Updated admin category from moderation to feature (#18)
  • Moved locale files from translation pack to extension (#17).

Changed

  • Updated composer.json and admin javascript for new admin area.
  • Updated extend.php with latest extenders.

Fixed

  • Incorrect use of Container::url method

Changed

  • Updated mithril to version 2
  • Load language strings correctly on en-/disable
  • Updated JS dependencies

Changed

  • Updated JS dependencies

Changed

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