Prepare 1.6.2 release

This commit is contained in:
Lucas Bartholemy 2020-08-04 12:40:48 +02:00
parent 977f10402d
commit caf0fb4e5b
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ if (!defined('PKCS7_DETACHED')) {
$config = [
'name' => 'HumHub',
'version' => '1.6.1',
'version' => '1.6.2',
'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,9 +1,9 @@
HumHub Changelog
================
1.6.2 (Unreleased)
------------------
- Fix #4305: 2nd comment "Submit" button hidden
1.6.2 (August 4, 2020)
-----------------------
- Fix #4305: 2nd level comment "Submit" button not visible
1.6.1 (August 3, 2020)