From d62a2a140b885798c8930f0e0eddc229dd5e6591 Mon Sep 17 00:00:00 2001 From: Arvid Zimmermann Date: Sat, 28 Oct 2023 14:07:02 +0200 Subject: [PATCH] Added #115 - and 8.2 as supported PHP version --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc1cf8f..0ea4ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Under development: [FlatPress 1.3 "Andante"](https://github.com/flatpressblog/flatpress/releases/tag/1.3) ## Changed requirements -- FlatPress 1.3 runs under PHP up to **8.1**; minimum required PHP version increases to **7.1**. +- FlatPress 1.3 runs under PHP up to **8.2**; minimum required PHP version increases to **7.1**. - Also, the PHP extension [**intl**](https://www.php.net/manual/book.intl.php) becomes mandatory. ## General @@ -89,6 +89,7 @@ - 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 and contact form: Fixed error on sending mails with umlaut subjects ([#207](https://github.com/flatpressblog/flatpress/issues/207), [#209](https://github.com/flatpressblog/flatpress/issues/209)) +- Added missing properties in order to prevent "Dynamic properties are deprecated" error under PHP 8.2 ([#115](https://github.com/flatpressblog/flatpress/issues/115)) ## Security - Possible XSS prevented: Session cookie missed the "secure" and "httponly" flags