From 1e3ba4546a5962ed5f42417009d3f5447cb96945 Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Wed, 5 Feb 2020 18:52:35 +0100 Subject: [PATCH] Prepare 1.5 development --- protected/humhub/config/common.php | 2 +- protected/humhub/docs/CHANGELOG_DEV.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 protected/humhub/docs/CHANGELOG_DEV.md diff --git a/protected/humhub/config/common.php b/protected/humhub/config/common.php index 9c181cb5f7..70f74cde1d 100644 --- a/protected/humhub/config/common.php +++ b/protected/humhub/config/common.php @@ -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', diff --git a/protected/humhub/docs/CHANGELOG_DEV.md b/protected/humhub/docs/CHANGELOG_DEV.md new file mode 100644 index 0000000000..9089a7edb6 --- /dev/null +++ b/protected/humhub/docs/CHANGELOG_DEV.md @@ -0,0 +1,8 @@ +HumHub Change Log (DEVELOP) +=========================== + + +1.5.0-beta.1 (Unreleased) +------------------------- + +TBD