Prepare 1.11.3 Release

This commit is contained in:
Lucas Bartholemy 2022-06-27 16:12:03 +02:00
parent deb62998b1
commit 555c581b3b
2 changed files with 4 additions and 3 deletions

View File

@ -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)

View File

@ -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,