From fcb872482264c69f332e16426b504858a16297ac Mon Sep 17 00:00:00 2001 From: Frank Hochmuth Date: Sun, 18 Feb 2024 03:40:24 +0100 Subject: [PATCH] Update CHANGELOG.md ## Changes - The admin must authorize comments (set as default) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 820221e..fffe1e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))