mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Prepare 1.3.11 Release
This commit is contained in:
parent
69b6b137ba
commit
c405ced3a1
@ -13,7 +13,7 @@ Yii::setAlias('@themes', '@webroot/themes');
|
||||
|
||||
$config = [
|
||||
'name' => 'HumHub',
|
||||
'version' => '1.3.10',
|
||||
'version' => '1.3.11',
|
||||
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,
|
||||
'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader', 'queue', 'humhub\modules\ui\view\bootstrap\ThemeLoader'],
|
||||
'sourceLanguage' => 'en',
|
||||
|
@ -1,6 +1,7 @@
|
||||
HumHub Change Log
|
||||
=================
|
||||
1.3.11 (Unreleased)
|
||||
|
||||
1.3.11 (March 06, 2019)
|
||||
---------------------------
|
||||
- Fix: Disabled module notification category visible in notification settings.
|
||||
- Enh: Added `ModuleManager::getEnabledModules()`
|
||||
@ -17,6 +18,7 @@ HumHub Change Log
|
||||
- Fix: Uploaded png preview files lose transparency
|
||||
- Fix: Modal options `backdrop` and `keyboard` deactivation has no effect
|
||||
|
||||
|
||||
1.3.10 (February 22, 2019)
|
||||
---------------------------
|
||||
- Fix: Removed ContentTag logging in search update
|
||||
|
Loading…
x
Reference in New Issue
Block a user