Prepare 1.5 development

This commit is contained in:
Lucas Bartholemy 2020-02-05 18:52:35 +01:00
parent 74ecf7cf1a
commit 1e3ba4546a
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -0,0 +1,8 @@
HumHub Change Log (DEVELOP)
===========================
1.5.0-beta.1 (Unreleased)
-------------------------
TBD