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:
@@ -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.
|
||||
|
@@ -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": {
|
||||
|
Reference in New Issue
Block a user