mirror of
https://github.com/flarum/core.git
synced 2025-08-02 22:47:33 +02:00
Release v1.2
This commit is contained in:
@@ -1,5 +1,22 @@
|
|||||||
# Changelog
|
# 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)
|
## [1.1.0](https://github.com/flarum/akismet/compare/v1.0.0...v1.1.0)
|
||||||
|
|
||||||
No changes.
|
No changes.
|
||||||
|
@@ -19,8 +19,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"flarum/core": "^1.1",
|
"flarum/core": "^1.2",
|
||||||
"flarum/approval": "^1.1",
|
"flarum/approval": "^1.2",
|
||||||
"guzzlehttp/guzzle": "^7.4"
|
"guzzlehttp/guzzle": "^7.4"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
Reference in New Issue
Block a user