From c19e64593ee56c043428211127fb65ced2a00f3b Mon Sep 17 00:00:00 2001 From: azett Date: Sun, 5 Mar 2023 13:30:49 +0100 Subject: [PATCH] added #209 fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fbdf7a..d8bc171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ - Logout redirects to home page again ([#119](https://github.com/flatpressblog/flatpress/issues/119)) - Fixed disappearing non-Latin characters in page title ([#49](https://github.com/flatpressblog/flatpress/issues/49) and [#91](https://github.com/flatpressblog/flatpress/issues/91)) - Worked around strftime() marked as deprecated as of PHP 8.1 ([#92](https://github.com/flatpressblog/flatpress/issues/92)) - thx @bohwaz +- Comments: Fixed error on sending mails with umlaut subjects ([#209](https://github.com/flatpressblog/flatpress/issues/209)) ## Security - Possible XSS prevented: Session cookie missed the "secure" and "httponly" flags