Prepare 1.3.5 release

This commit is contained in:
Lucas Bartholemy 2018-10-10 16:39:48 +02:00
parent b2af9f9379
commit eded29054d
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Yii::setAlias('@themes', '@webroot/themes');
$config = [
'name' => 'HumHub',
'version' => '1.3.5-pre',
'version' => '1.3.5',
'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,7 +1,7 @@
HumHub Change Log
=================
1.3.5 (Unreleased)
1.3.5 (October 10, 2018)
---------------------------
- Fix: Serialization of notifications without originator fails
@ -24,6 +24,7 @@ HumHub Change Log
- Fix widgetAction events case issue
- Added `humhub.modules.util.string.capitalizeFirstLetter` and `lowerCaseFirstLetter`
1.3.4 (September 25, 2018)
---------------------------