mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Prepare 1.12.3 Release
This commit is contained in:
parent
52bdffc523
commit
3e6fbabfee
@ -1,8 +1,8 @@
|
|||||||
HumHub Changelog
|
HumHub Changelog
|
||||||
================
|
================
|
||||||
|
|
||||||
1.12.3 (Unreleased)
|
1.12.3 (December 12, 2022)
|
||||||
-------------------
|
--------------------------
|
||||||
- Fix #5928: Invalid Mailer DSN breaks whole application
|
- Fix #5928: Invalid Mailer DSN breaks whole application
|
||||||
- Fix #5960: Fix cropping of space banner
|
- Fix #5960: Fix cropping of space banner
|
||||||
- Fix #5967: Fix creating of user from administration with enabled notification for default group
|
- Fix #5967: Fix creating of user from administration with enabled notification for default group
|
||||||
|
@ -24,7 +24,7 @@ if (!defined('PKCS7_DETACHED')) {
|
|||||||
|
|
||||||
$config = [
|
$config = [
|
||||||
'name' => 'HumHub',
|
'name' => 'HumHub',
|
||||||
'version' => '1.12.2',
|
'version' => '1.12.3',
|
||||||
'minRecommendedPhpVersion' => '7.4',
|
'minRecommendedPhpVersion' => '7.4',
|
||||||
'minSupportedPhpVersion' => '7.4',
|
'minSupportedPhpVersion' => '7.4',
|
||||||
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,
|
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user