From e704377a2e1e0cd47b8e2be8a108941b43ba17de Mon Sep 17 00:00:00 2001 From: azett Date: Tue, 23 Jan 2024 20:21:35 +0100 Subject: [PATCH] Supports PHP 8.3 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f88d33..aeb710a 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.2**; minimum required PHP version increases to **7.1**. +- FlatPress 1.3 runs under PHP up to **8.3**; minimum required PHP version increases to **7.1**. - Also, the PHP extension [**intl**](https://www.php.net/manual/book.intl.php) becomes mandatory. ## General