From ff9cf482342cad12da10e7cd7da387e8fa795ce1 Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Tue, 26 Mar 2019 17:17:32 +0100 Subject: [PATCH] Release 1.3.12 --- protected/humhub/config/common.php | 2 +- protected/humhub/docs/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protected/humhub/config/common.php b/protected/humhub/config/common.php index b1ed0ec059..2d51292234 100644 --- a/protected/humhub/config/common.php +++ b/protected/humhub/config/common.php @@ -13,7 +13,7 @@ Yii::setAlias('@themes', '@webroot/themes'); $config = [ 'name' => 'HumHub', - 'version' => '1.3.11', + 'version' => '1.3.12', '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.md b/protected/humhub/docs/CHANGELOG.md index e9436fceae..45b8f90435 100644 --- a/protected/humhub/docs/CHANGELOG.md +++ b/protected/humhub/docs/CHANGELOG.md @@ -1,7 +1,7 @@ HumHub Change Log ================= -1.3.12 (Unreleased) +1.3.12 (March 26, 2019) --------------------------- - Enh: Use of new Richtext for About section - Chng: Force blank links in old markdown editor