mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 06:08:21 +01:00
Prepare 1.11.3 Release
This commit is contained in:
parent
deb62998b1
commit
555c581b3b
@ -1,8 +1,8 @@
|
|||||||
HumHub Changelog
|
HumHub Changelog
|
||||||
================
|
================
|
||||||
|
|
||||||
1.11.3 (Unreleased)
|
1.11.3 (June 27, 2022)
|
||||||
---------------------
|
----------------------
|
||||||
- Fix: #5736: Fix status message on user approval
|
- Fix: #5736: Fix status message on user approval
|
||||||
- Fix #5734: Fix error message when uninstall module and module folder is not writable
|
- Fix #5734: Fix error message when uninstall module and module folder is not writable
|
||||||
- Fix #5740: Fix logout action on force change password
|
- 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 #5760: Fix context menu position on the right window side
|
||||||
- Fix #5759: Fix tests on enable space module
|
- Fix #5759: Fix tests on enable space module
|
||||||
- Fix #5773: Fix PHP 8 incompatibility with conversion false to array
|
- 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)
|
1.11.2 (May 30, 2022)
|
||||||
|
@ -24,7 +24,7 @@ if (!defined('PKCS7_DETACHED')) {
|
|||||||
|
|
||||||
$config = [
|
$config = [
|
||||||
'name' => 'HumHub',
|
'name' => 'HumHub',
|
||||||
'version' => '1.11.2',
|
'version' => '1.11.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