mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Prepare 1.3.7 release
This commit is contained in:
parent
151b6e746c
commit
a35898a4c8
@ -13,7 +13,7 @@ Yii::setAlias('@themes', '@webroot/themes');
|
||||
|
||||
$config = [
|
||||
'name' => 'HumHub',
|
||||
'version' => '1.3.7-pre',
|
||||
'version' => '1.3.7',
|
||||
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,
|
||||
'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader', 'queue', 'humhub\modules\ui\view\bootstrap\ThemeLoader'],
|
||||
'sourceLanguage' => 'en',
|
||||
|
@ -2,8 +2,9 @@ HumHub Change Log
|
||||
=================
|
||||
|
||||
|
||||
1.3.7 (Unreleased)
|
||||
1.3.7 (October 23, 2018)
|
||||
---------------------------
|
||||
|
||||
- Enh: Added maximum username length & maximum/minimum space url length (rekollekt)
|
||||
- Fix: Error message during database installation
|
||||
- Enh: "Powered by" message handling by widget
|
||||
@ -12,10 +13,12 @@ HumHub Change Log
|
||||
- Enh: Removed ErrorEvent which will be removed in yii-queue 3.0 (@acs-ferreira)
|
||||
- Enh: Added config option to remove "user profile posts" entry from directory navigation
|
||||
- Fix #2912: Deleting single stream item does not reload stream
|
||||
- Fix: Updated blueimp/jQuery-File-Upload to 2.94.1
|
||||
|
||||
|
||||
1.3.6 (October 11, 2018)
|
||||
---------------------------
|
||||
|
||||
- Fix: Richtext loses mark state
|
||||
- Fix: New comment scroll behavior not used in edit comment
|
||||
- Chng: Updated `humhub-prosemirror-richtext` to v1.0.12
|
||||
|
Loading…
x
Reference in New Issue
Block a user