Created new CHANGELOG.md section for 1.3.15

This commit is contained in:
Lucas Bartholemy 2019-06-26 16:10:38 +02:00
parent 3228253e06
commit 00ed93f379
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -2,6 +2,12 @@ HumHub Change Log
=================
1.3.15 (Unreleased)
--------------------
(no changed yet)
1.3.14 (June 26, 2019)
------------------------
- Fix: LinkedIn API call to v1 deprecated use v2 (@Felli)