mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Release 1.2.0-beta.4
This commit is contained in:
parent
25b30efe94
commit
76ca0e522d
@ -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',
|
||||
|
@ -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)
|
||||
--------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user