Prepare 1.3.16 release

This commit is contained in:
Lucas Bartholemy 2019-10-17 13:24:26 +02:00
parent b92c205293
commit 55c3d7498a
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ Yii::$classMap['Zend\Stdlib\ArrayObject'] = '@humhub/compat/ArrayObject.php';
$config = [ $config = [
'name' => 'HumHub', 'name' => 'HumHub',
'version' => '1.3.16-pre', 'version' => '1.3.16',
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR, 'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,
'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader', 'queue', 'humhub\modules\ui\view\bootstrap\ThemeLoader'], 'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader', 'queue', 'humhub\modules\ui\view\bootstrap\ThemeLoader'],
'sourceLanguage' => 'en', 'sourceLanguage' => 'en',

View File

@ -2,8 +2,8 @@ HumHub Change Log
================= =================
1.3.16 (Unreleased) 1.3.16 (October 17, 2019)
------------------------- --------------------------
- Fix #3647: GroupID field is not translatable in Registration Form - Fix #3647: GroupID field is not translatable in Registration Form
- Fix #3655: Fix CommentLink widget Comment class usage conflict - Fix #3655: Fix CommentLink widget Comment class usage conflict