From 505cb609356574f922172209af7d7e959b65c5d1 Mon Sep 17 00:00:00 2001 From: Fraenkiman Date: Fri, 6 Oct 2023 23:15:13 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b9517..84eee3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,12 @@ - BBCode plugin: Allows local video files ("attachs/video.mp4") and outputs valid HTML ([#192](https://github.com/flatpressblog/flatpress/issues/192)) - BBCode plugin: Initial settings after fresh install shown correctly ([#102](https://github.com/flatpressblog/flatpress/issues/102)) +## Setup +- Reworked Installer style ([#266](https://github.com/flatpressblog/flatpress/issues/266)) + - Image files, which are not used by the installer, were removed. + - In the setup CSS, unused IDs, classes and incorrect references to fonts have been removed. + - The installer header now shines in a simple FlatPress style. + ## Themes - Reworked "Leggero v2" style, Admin Area now responsive ([#259](https://github.com/flatpressblog/flatpress/issues/259)) - Adjusted the alignment of the calendar widget and the search widget @@ -71,6 +77,7 @@ - Fixed not-yet-translated phrases in Blog view and Admin Area ([#171](https://github.com/flatpressblog/flatpress/issues/171)) - Contact form: Admin notification mail is now localized ([#205](https://github.com/flatpressblog/flatpress/issues/205)) - Setup tries to determine local language automatically ([#197](https://github.com/flatpressblog/flatpress/issues/197), [#216](https://github.com/flatpressblog/flatpress/issues/216), [#262](https://github.com/flatpressblog/flatpress/issues/262)) +- The HTML of the installer now has a lang attribute in the html start tag to specify the language. ## Bugfixes - Plugin management page: Removed empty warning messages box @@ -93,6 +100,7 @@ - Possible XSS in comments prevented ([#186](https://github.com/flatpressblog/flatpress/issues/186)) - Possible CSRFs in Admin Area prevented ([#64](https://github.com/flatpressblog/flatpress/issues/64)) - Possible XSS in FlatPress Installer prevented ([#220](https://github.com/flatpressblog/flatpress/issues/220)) +- Write permission for others removed by default ([#173](https://github.com/flatpressblog/flatpress/issues/173)) # 2021-06-19: [FlatPress 1.2.1](https://github.com/flatpressblog/flatpress/releases/tag/1.2.1) ## Bugfixes