Prepare 1.3.9 Version release

This commit is contained in:
Lucas Bartholemy 2019-02-13 14:20:18 +01:00
parent b1b4a5aeeb
commit abbb8b1e30
2 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,7 @@ Yii::setAlias('@themes', '@webroot/themes');
$config = [
'name' => 'HumHub',
'version' => '1.3.9-pre',
'version' => '1.3.9',
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,
'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader', 'queue', 'humhub\modules\ui\view\bootstrap\ThemeLoader'],
'sourceLanguage' => 'en',
@ -151,6 +151,7 @@ $config = [
],
],
'mutex' => [
'class' => 'yii\mutex\MysqlMutex'
],
],

View File

@ -1,8 +1,8 @@
HumHub Change Log
=================
1.3.9 (Unreleased)
---------------------------
1.3.9 (February 13, 2019)
--------------------------
- Fix: StreamSuppressedQuery with limit = 2 throws query not executed exception
- Fix #3378: Update user in search index when group memberships changes