mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 20:19:47 +01:00
Prepare 1.3.9 Version release
This commit is contained in:
parent
b1b4a5aeeb
commit
abbb8b1e30
@ -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'
|
||||
],
|
||||
],
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user