added latest changes

This commit is contained in:
Arvid Zimmermann 2022-12-17 14:32:17 +01:00 committed by GitHub
parent 0a7ad2ccb8
commit 2782e1a087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@
- Reworked translations: Spanish, Portuguese, Dutch, and Italian
- Fixed wrong pt-br country code ([#100](https://github.com/flatpressblog/flatpress/issues/100))
- German translation for Comment Center plugin added ([#148](https://github.com/flatpressblog/flatpress/issues/148))
- Fixed not-yet-translated phrases in Admin Area ([#171](https://github.com/flatpressblog/flatpress/issues/171))
## Bugfixes
- Plugin management page: Removed empty warning messages box
@ -45,7 +46,8 @@
## Security
- Possible XSS prevented: Session cookie missed the "secure" and "httponly" flags
- Possible path traversal in Media Manager plugin prevented
- Uploaded files weren't checked properly ([#152](https://github.com/flatpressblog/flatpress/issues/152))
- Uploaded files weren't checked properly ([#152](https://github.com/flatpressblog/flatpress/issues/152), [#170](https://github.com/flatpressblog/flatpress/issues/170))
- Possible XSS prevented ([#153](https://github.com/flatpressblog/flatpress/issues/153))
# 2021-06-19: [FlatPress 1.2.1](https://github.com/flatpressblog/flatpress/releases/tag/1.2.1)
## Bugfixes