Release 1.2.0-beta.4

This commit is contained in:
Lucas Bartholemy 2017-03-28 19:39:48 +02:00
parent 25b30efe94
commit 76ca0e522d
2 changed files with 9 additions and 4 deletions

View File

@ -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',

View File

@ -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)
--------------------------------