0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

be more explict (or update) PHP version requirement - see https://github.com/postfixadmin/postfixadmin/issues/429

This commit is contained in:
David Goodwin 2021-01-21 11:11:52 +00:00
parent e7e1ce9c28
commit 9fdfd299ae
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ Version 3.3.1 - 2021/01/11
Version 3.3 - 2021/01/09
-------------------------------------------------
- PostfixAdmin requires PHP 7.0 or greater.
- Change setup.php to use PHP's password_hash() for the config setup_password . (breaking change, existing setup passwords will fail to work and need regenerating)
- Change setup.php to not reveal system paths etc until a setup_password is configured and provided (see: https://github.com/postfixadmin/postfixadmin/issues/402 )
- Move to bootstrap theme ( see https://github.com/postfixadmin/postfixadmin/pull/172 )

View File

@ -9,7 +9,7 @@ REQUIREMENTS
------------
- Postfix
- Apache / Lighttpd
- PHP (for web server)
- PHP 7.0 or greater (for web server)
- one of the following databases:
- MariaDB/MySQL
- PostgreSQL