mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Prepare 1.3.5 release
This commit is contained in:
parent
b2af9f9379
commit
eded29054d
@ -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',
|
||||
|
@ -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)
|
||||
---------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user