diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 8d2bfea5..4f759bca 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -6,12 +6,13 @@ # # Further details on the project are available at https://github.com/postfixadmin/postfixadmin -Version 3.3.16 - XXXX/XX/XX +Version 3.3.16 - 2025/09/09 ------------------------------------------------- - Correct PHP requirement to >= 7.2 - it seems we've managed to lose support for PHP 7.0 somehow (Smarty,PHPUnit), possibly related to https://github.com/postfixadmin/postfixadmin/pull/541. - Make PHP session cookies more secure (add samesite, httponly and perhaps secure flags) - see https://github.com/postfixadmin/postfixadmin/issues/903, thanks @gitblacker - Upgrade moment.js library used by bootstrap - includes fix for Regex DoS issues - see https://github.com/postfixadmin/postfixadmin/issues/902, thanks @gitblacker - Add (lax) Content-Security-Policy HTTP header (see common.php) - see https://github.com/postfixadmin/postfixadmin/issues/905, thanks @gitblacker + - Add sqlite3 to Debian control dependency list - see https://github.com/postfixadmin/postfixadmin/issues/909, thanks @marner2 Version 3.3.15 - 2024/12/20 ------------------------------------------------- diff --git a/config.inc.php b/config.inc.php index 8dde8bdf..2ab8feef 100644 --- a/config.inc.php +++ b/config.inc.php @@ -700,7 +700,7 @@ $CONF['xmlrpc_enabled'] = false; //More details in README.password_expiration $CONF['password_expiration'] = 'YES'; -$CONF['version'] = '3.3.15'; +$CONF['version'] = '3.3.16'; // If you want to keep most settings at default values and/or want to ensure // that future updates work without problems, you can use a separate config