diff --git a/protected/humhub/config/common.php b/protected/humhub/config/common.php index 8a47bbd205..e2deba8bc6 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.5.2', + 'version' => '1.5.3', 'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR, 'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader', 'queue', 'humhub\modules\ui\view\bootstrap\ThemeLoader'], 'sourceLanguage' => 'en', diff --git a/protected/humhub/docs/CHANGELOG.md b/protected/humhub/docs/CHANGELOG.md index 876018c989..40fbe7edaf 100644 --- a/protected/humhub/docs/CHANGELOG.md +++ b/protected/humhub/docs/CHANGELOG.md @@ -1,8 +1,8 @@ HumHub Change Log ================= -1.5.3 (Unreleased) --------------------- +1.5.3 (July 16, 2020) +--------------------- - Fix #4036: Profile images are not rotated correctly - Fix #4168: Erroneous pagination in notification overview - Fix #4060: Profile description and text regex error message not translatable