Prepare 1.12.3 Release

This commit is contained in:
Lucas Bartholemy 2022-12-12 18:02:54 +01:00
parent 52bdffc523
commit 3e6fbabfee
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
HumHub Changelog
================
1.12.3 (Unreleased)
-------------------
1.12.3 (December 12, 2022)
--------------------------
- Fix #5928: Invalid Mailer DSN breaks whole application
- Fix #5960: Fix cropping of space banner
- Fix #5967: Fix creating of user from administration with enabled notification for default group

View File

@ -24,7 +24,7 @@ if (!defined('PKCS7_DETACHED')) {
$config = [
'name' => 'HumHub',
'version' => '1.12.2',
'version' => '1.12.3',
'minRecommendedPhpVersion' => '7.4',
'minSupportedPhpVersion' => '7.4',
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,