mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 22:44:54 +08:00
2.0 KiB
2.0 KiB
Changelog
1.2.0
Added
- Permission to bypass Akismet (https://github.com/flarum/akismet/pull/24)
- Option to remove blatant spam (https://github.com/flarum/akismet/pull/24)
- Sending additional parameters like is_test (https://github.com/flarum/akismet/pull/24)
Changed
- Convert frontend to TypeScript (https://github.com/flarum/akismet/pull/24)
- Call Akismet API manually (https://github.com/flarum/akismet/pull/24)
Fixed
- PHP 8 compatibility (https://github.com/flarum/akismet/pull/24)
1.1.0
No changes.
1.0.0
Changed
- Compatibility with Flarum v1.0.0.
0.1.0-beta.16
Changed
- Updated admin category from moderation to feature (https://github.com/flarum/akismet/pull/18)
- Moved locale files from translation pack to extension (https://github.com/flarum/akismet/pull/17).
0.1.0-beta.15
Changed
- Updated composer.json and admin javascript for new admin area.
- Updated extend.php with latest extenders.
0.1.0-beta.14.1
Fixed
- Incorrect use of Container::url method
0.1.0-beta.14
Changed
- Updated mithril to version 2
- Load language strings correctly on en-/disable
- Updated JS dependencies
0.1.0-beta.13
Changed
- Updated JS dependencies
0.1.0-beta.9
Changed
- Replace event subscribers (that resolve services too early) with listeners (cf3f724)