mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Prepare 1.11.3 Release
This commit is contained in:
parent
deb62998b1
commit
555c581b3b
@ -1,8 +1,8 @@
|
||||
HumHub Changelog
|
||||
================
|
||||
|
||||
1.11.3 (Unreleased)
|
||||
---------------------
|
||||
1.11.3 (June 27, 2022)
|
||||
----------------------
|
||||
- Fix: #5736: Fix status message on user approval
|
||||
- Fix #5734: Fix error message when uninstall module and module folder is not writable
|
||||
- Fix #5740: Fix logout action on force change password
|
||||
@ -10,6 +10,7 @@ HumHub Changelog
|
||||
- Fix #5760: Fix context menu position on the right window side
|
||||
- Fix #5759: Fix tests on enable space module
|
||||
- Fix #5773: Fix PHP 8 incompatibility with conversion false to array
|
||||
- Fix #5775: Missing encoding of profile labels in profile field administration
|
||||
|
||||
|
||||
1.11.2 (May 30, 2022)
|
||||
|
@ -24,7 +24,7 @@ if (!defined('PKCS7_DETACHED')) {
|
||||
|
||||
$config = [
|
||||
'name' => 'HumHub',
|
||||
'version' => '1.11.2',
|
||||
'version' => '1.11.3',
|
||||
'minRecommendedPhpVersion' => '7.4',
|
||||
'minSupportedPhpVersion' => '7.4',
|
||||
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,
|
||||
|
Loading…
x
Reference in New Issue
Block a user