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 378ee417b0
commit ecf6e4afe9
3 changed files with 3 additions and 2 deletions

View File

@ -34,6 +34,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

View File

@ -27,7 +27,7 @@ Integrates with :
- Users have the ability to login, change their password or vacation (out of office) status.
- Integration with Squirrelmail / Roundcube (via plugins)
- Optional XMLRPC based API
- Supports PHP5.6+
- Supports PHP7.0+
## Useful Links