1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Release v1.2

This commit is contained in:
Daniel Klabbers
2022-01-20 11:49:19 +01:00
parent 9a98c9dd1f
commit 7d4b205513
2 changed files with 19 additions and 2 deletions

View File

@@ -1,5 +1,22 @@
# Changelog
## [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)
## [1.1.0](https://github.com/flarum/akismet/compare/v1.0.0...v1.1.0)
No changes.

View File

@@ -19,8 +19,8 @@
}
],
"require": {
"flarum/core": "^1.1",
"flarum/approval": "^1.1",
"flarum/core": "^1.2",
"flarum/approval": "^1.2",
"guzzlehttp/guzzle": "^7.4"
},
"autoload": {