Prepare 1.7.3 release

This commit is contained in:
Lucas Bartholemy 2021-02-26 10:53:11 +01:00
parent 7ea1f2cc3d
commit f6b9574dd6
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
HumHub Changelog
================
1.7.3 (Unreleased)
------------------------
1.7.3 (February 26, 2021)
-------------------------
- Fix #4792: Guest access to user profile home page
- Fix #4794: CountrySelect profile field broken
- Fix #4793: Form labels (HForm) are not displayed correctly

View File

@ -24,7 +24,7 @@ if (!defined('PKCS7_DETACHED')) {
$config = [
'name' => 'HumHub',
'version' => '1.7.2',
'version' => '1.7.3',
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,
'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader', 'queue', 'humhub\modules\ui\view\bootstrap\ThemeLoader'],
'sourceLanguage' => 'en',