Prepare 1.3.18 release

This commit is contained in:
Lucas Bartholemy 2019-11-22 15:34:24 +01:00
parent a676a8ce2f
commit 3eb6bcf6e0
2 changed files with 5 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.17', 'version' => '1.3.18',
'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

@ -1,8 +1,8 @@
HumHub Change Log HumHub Change Log
================= =================
1.3.18 (Unreleased) 1.3.18 (November 22, 2019)
------------------- --------------------------
- Fix #3698: Approval by group manager broken - Fix #3698: Approval by group manager broken
- Enh: Set max signs of User tags to 250 - Enh: Set max signs of User tags to 250
@ -12,11 +12,13 @@ HumHub Change Log
- Fix: Global content does not allow guest access - Fix: Global content does not allow guest access
- Fix #3727 Bug with Bluebird and Firefox 71 breaking mentioning requests - Fix #3727 Bug with Bluebird and Firefox 71 breaking mentioning requests
1.3.17 (October 17, 2019) 1.3.17 (October 17, 2019)
-------------------------- --------------------------
- Fix #3690: Rollback from broken version 2.8.6 to 2.8.1 of bower-asset/clipboard.js - Fix #3690: Rollback from broken version 2.8.6 to 2.8.1 of bower-asset/clipboard.js
1.3.16 (October 17, 2019) 1.3.16 (October 17, 2019)
-------------------------- --------------------------