diff --git a/protected/humhub/config/common.php b/protected/humhub/config/common.php index 159ff6343d..537616e4a0 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.5-pre', + 'version' => '1.3.5', '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 98b3fb6c38..c32a3f4d88 100644 --- a/protected/humhub/docs/CHANGELOG.md +++ b/protected/humhub/docs/CHANGELOG.md @@ -1,7 +1,7 @@ HumHub Change Log ================= -1.3.5 (Unreleased) +1.3.5 (October 10, 2018) --------------------------- - Fix: Serialization of notifications without originator fails @@ -24,6 +24,7 @@ HumHub Change Log - Fix widgetAction events case issue - Added `humhub.modules.util.string.capitalizeFirstLetter` and `lowerCaseFirstLetter` + 1.3.4 (September 25, 2018) ---------------------------