diff --git a/protected/humhub/config/common.php b/protected/humhub/config/common.php index 400245f641..da818169ae 100644 --- a/protected/humhub/config/common.php +++ b/protected/humhub/config/common.php @@ -13,7 +13,7 @@ Yii::setAlias('@config', '@app/config'); $config = [ 'name' => 'HumHub', - 'version' => '1.2.0-beta.3', + 'version' => '1.2.0-beta.4', 'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR, 'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader', 'queue'], 'sourceLanguage' => 'en', diff --git a/protected/humhub/docs/CHANGELOG.md b/protected/humhub/docs/CHANGELOG.md index 30d17f7f22..383805414e 100644 --- a/protected/humhub/docs/CHANGELOG.md +++ b/protected/humhub/docs/CHANGELOG.md @@ -1,6 +1,11 @@ HumHub Change Log ================= -1.2.0-beta.4 in developement + +1.2.0 (in developement) +-------------------------------- + + +1.2.0-beta.4 (March 28, 2017) -------------------------------- - Fix: Notification count '0' visible after click on notification link - Fix: Default space permissions not adopted @@ -28,8 +33,8 @@ HumHub Change Log - Fix: Also allow comment editing by admins if content 'adminCanEditAllContent' is enabled - Enh: Added Make Private/ Make Public link to wall entry controls - Enh #2392: Added Latvian language -- Fix: hide image file info setting -- Fix: #2297 failed to open stream: No such file or directory when attaching files in UploadAction +- Fix: Hide image file info setting +- Fix #2297: Failed to open stream: No such file or directory when attaching files in UploadAction 1.2.0-beta.3 (March 20, 2017) --------------------------------