Update CHANGELOG.md

## Changes
- The admin must authorize comments (set as default)
This commit is contained in:
Frank Hochmuth 2024-02-18 03:40:24 +01:00 committed by GitHub
parent b2f2fb3c82
commit fcb8724822
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,7 @@
- BBCode plugin: Added optional "target" attribute to the "url" element - ([PR270](https://github.com/flatpressblog/flatpress/pull/270) by [@sjustesen](https://github.com/sjustesen))
- Comment center plugin (Akismet) revised to enable a more understandable operation ([#273](https://github.com/flatpressblog/flatpress/issues/273))
- Akismet-Pluin removed: is already included in the comment center plugin
- The admin must authorize comments (set as default) ([#101](https://github.com/flatpressblog/flatpress/issues/101))
### Bugfixes
- LastCommentsAdmin plugin will not even attempt to delete or rebuild LastComments caches if LastComments plugin is not available ([#43](https://github.com/flatpressblog/flatpress/issues/43))