framework/extensions/akismet/CHANGELOG.md

63 lines
2.0 KiB
Markdown
Raw Normal View History

2019-02-15 07:30:49 +08:00
# Changelog
2022-01-20 18:49:19 +08:00
## [1.2.0](https://github.com/flarum/akismet/compare/v1.1.0...v1.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)
2021-10-12 09:00:48 +08:00
## [1.1.0](https://github.com/flarum/akismet/compare/v1.0.0...v1.1.0)
No changes.
2021-05-25 21:06:30 +08:00
## [1.0.0](https://github.com/flarum/akismet/compare/v0.1.0-beta.16...v1.0.0)
### Changed
- Compatibility with Flarum v1.0.0.
2021-03-15 17:02:50 +08:00
## [0.1.0-beta.16](https://github.com/flarum/akismet/compare/v0.1.0-beta.15...v0.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).
2020-12-15 03:49:51 +08:00
## [0.1.0-beta.15](https://github.com/flarum/akismet/compare/v0.1.0-beta.14.1...v0.1.0-beta.15)
### Changed
- Updated composer.json and admin javascript for new admin area.
- Updated extend.php with latest extenders.
2020-10-27 20:23:31 +08:00
## [0.1.0-beta.14.1](https://github.com/flarum/akismet/compare/v0.1.0-beta.14...v0.1.0-beta.14.1)
### Fixed
- Incorrect use of Container::url method
2020-10-14 19:03:37 +08:00
## [0.1.0-beta.14](https://github.com/flarum/akismet/compare/v0.1.0-beta.13...v0.1.0-beta.14)
### Changed
- Updated mithril to version 2
- Load language strings correctly on en-/disable
- Updated JS dependencies
2020-05-01 19:08:40 +08:00
## [0.1.0-beta.13](https://github.com/flarum/akismet/compare/v0.1.0-beta.12...v0.1.0-beta.13)
### Changed
- Updated JS dependencies
2019-06-24 18:45:11 +08:00
## [0.1.0-beta.9](https://github.com/flarum/akismet/compare/v0.1.0-beta.8...v0.1.0-beta.9)
2019-02-15 07:30:49 +08:00
### Changed
- Replace event subscribers (that resolve services too early) with listeners ([cf3f724](https://github.com/flarum/akismet/commit/cf3f724bafbcf901a41cb76dfe44c896debde241))