Prepare 1.3.11 Release

This commit is contained in:
Lucas Bartholemy 2019-03-06 16:24:49 +01:00
parent 69b6b137ba
commit c405ced3a1
2 changed files with 4 additions and 2 deletions

View File

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

View File

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