diff --git a/CHANGELOG.md b/CHANGELOG.md index cbaa9ca4cf..f792c80a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/protected/humhub/config/common.php b/protected/humhub/config/common.php index 4c189354b9..381b6bb941 100644 --- a/protected/humhub/config/common.php +++ b/protected/humhub/config/common.php @@ -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',