From 0e683348647ddcce8635a731b5b6c6493265435a Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sun, 9 Jun 2024 10:25:27 +0100 Subject: [PATCH] update version to 3.3.14, update CHANGELOG (perhaps ready for 3.3.14) --- CHANGELOG.TXT | 5 ++++- config.inc.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 57bb2802..a4cf6ab2 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -6,8 +6,11 @@ # # Further details on the project are available at https://github.com/postfixadmin/postfixadmin -Version 3.3.14 - XXXXXXXXXX +Version 3.3.14 - 2024/06/XX (soon?) ------------------------------------------------- + - Update bundled smarty (4.5.3); PostfixAdmin should not be vulnerable to CVE-2024-35226 mentioned in the release etc. + - Improve the layout of the vacation form (https://github.com/postfixadmin/postfixadmin/issues/834 ; thanks to @ariabamdad) + - Updates to vacation.pl (around $no_vacation_pattern) (see https://github.com/postfixadmin/postfixadmin/issues/826) - Update jQuery (used for datetime widget when setting vacation etc) (see https://github.com/postfixadmin/postfixadmin/issues/734 - thanks @tibor-banfalvi) - Fix issue with password validation check (see https://github.com/postfixadmin/postfixadmin/issues/697 - thanks @bmatthewshea) - Remember to bump version number ;-) (see #694) diff --git a/config.inc.php b/config.inc.php index 2c53cb45..118d4171 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.13'; +$CONF['version'] = '3.3.14'; // 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