From c405ced3a13343e66137db46d847e55831e673ea Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Wed, 6 Mar 2019 16:24:49 +0100 Subject: [PATCH] Prepare 1.3.11 Release --- protected/humhub/config/common.php | 2 +- protected/humhub/docs/CHANGELOG.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/protected/humhub/config/common.php b/protected/humhub/config/common.php index ed40929c0a..b1ed0ec059 100644 --- a/protected/humhub/config/common.php +++ b/protected/humhub/config/common.php @@ -13,7 +13,7 @@ Yii::setAlias('@themes', '@webroot/themes'); $config = [ 'name' => 'HumHub', - 'version' => '1.3.10', + 'version' => '1.3.11', '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 6f17fde024..ad72e3fbdc 100644 --- a/protected/humhub/docs/CHANGELOG.md +++ b/protected/humhub/docs/CHANGELOG.md @@ -1,6 +1,7 @@ HumHub Change Log ================= -1.3.11 (Unreleased) + +1.3.11 (March 06, 2019) --------------------------- - Fix: Disabled module notification category visible in notification settings. - Enh: Added `ModuleManager::getEnabledModules()` @@ -17,6 +18,7 @@ HumHub Change Log - Fix: Uploaded png preview files lose transparency - Fix: Modal options `backdrop` and `keyboard` deactivation has no effect + 1.3.10 (February 22, 2019) --------------------------- - Fix: Removed ContentTag logging in search update