diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 6015602c..32cc2727 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -6,9 +6,9 @@ # # Further details on the project are available at https://github.com/postfixadmin/postfixadmin -Version 3.3.9 - ?????????? +Version 3.3.9 - 2021/05/12 ------------------------------------------------- - - Improve Ukrainian language (thanks: andrew.kudrinov) (forgot to cherry-pick 4a960a0ce06b0754fa7b39aed0d5c57a88b20720 from master) + - Improve Ukrainian language (ua.lang) (thanks: andrew.kudrinov) - Ensure we update timestamp fields (created / modified) when performing db operations, see: https://github.com/postfixadmin/postfixadmin/issues/469 - Add domain_admins.id pk column for non-sqlite users, see: https://github.com/postfixadmin/postfixadmin/issues/475 - Add fix for MySQL error where a default datetime value in the domain field breaks the upgrade.php db schema update, see https://github.com/postfixadmin/postfixadmin/issues/489 diff --git a/config.inc.php b/config.inc.php index 281598ee..2b8ab3a9 100644 --- a/config.inc.php +++ b/config.inc.php @@ -696,7 +696,7 @@ function x_send_sms_clickatell($to, $message) { //More details in README.password_expiration $CONF['password_expiration'] = 'YES'; -$CONF['version'] = '3.3.8'; +$CONF['version'] = '3.3.9'; // 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 diff --git a/functions.inc.php b/functions.inc.php index 144882e8..7522762f 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -15,7 +15,7 @@ */ -$min_db_version = 1843; # update (at least) before a release with the latest function numbrer in upgrade.php +$min_db_version = 1844; # update (at least) before a release with the latest function numbrer in upgrade.php /** * check_session