mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 06:08:21 +01:00
Prepare 1.7.3 release
This commit is contained in:
parent
7ea1f2cc3d
commit
f6b9574dd6
@ -1,8 +1,8 @@
|
|||||||
HumHub Changelog
|
HumHub Changelog
|
||||||
================
|
================
|
||||||
|
|
||||||
1.7.3 (Unreleased)
|
1.7.3 (February 26, 2021)
|
||||||
------------------------
|
-------------------------
|
||||||
- Fix #4792: Guest access to user profile home page
|
- Fix #4792: Guest access to user profile home page
|
||||||
- Fix #4794: CountrySelect profile field broken
|
- Fix #4794: CountrySelect profile field broken
|
||||||
- Fix #4793: Form labels (HForm) are not displayed correctly
|
- Fix #4793: Form labels (HForm) are not displayed correctly
|
||||||
|
@ -24,7 +24,7 @@ if (!defined('PKCS7_DETACHED')) {
|
|||||||
|
|
||||||
$config = [
|
$config = [
|
||||||
'name' => 'HumHub',
|
'name' => 'HumHub',
|
||||||
'version' => '1.7.2',
|
'version' => '1.7.3',
|
||||||
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,
|
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,
|
||||||
'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader', 'queue', 'humhub\modules\ui\view\bootstrap\ThemeLoader'],
|
'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader', 'queue', 'humhub\modules\ui\view\bootstrap\ThemeLoader'],
|
||||||
'sourceLanguage' => 'en',
|
'sourceLanguage' => 'en',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user