Skip to content

Commit

Permalink
Release v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luceos committed Jan 20, 2022
1 parent c4921c3 commit 88e721c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 88e721c

Please sign in to comment.