mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Prepare 1.3.1 release
This commit is contained in:
parent
a9bda3234a
commit
0d15e1e3f2
@ -13,7 +13,7 @@ Yii::setAlias('@themes', '@webroot/themes');
|
||||
|
||||
$config = [
|
||||
'name' => 'HumHub',
|
||||
'version' => '1.3.0',
|
||||
'version' => '1.3.1',
|
||||
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,
|
||||
'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader', 'queue', 'humhub\modules\ui\view\bootstrap\ThemeLoader'],
|
||||
'sourceLanguage' => 'en',
|
||||
|
@ -2,8 +2,12 @@ HumHub Change Log
|
||||
=================
|
||||
|
||||
|
||||
1.3.1 (Unreleased)
|
||||
-------------------
|
||||
1.3.1 (August 7, 2018)
|
||||
-----------------------
|
||||
|
||||
> Warning: Please read the [Update Guide](http://docs.humhub.org/admin-updating-130.html) before updating from 1.2.x!
|
||||
|
||||
> Note: A full list of changes is available here: [Changelog](https://github.com/humhub/humhub/blob/v1.3.1/protected/humhub/docs/CHANGELOG.md)
|
||||
|
||||
- Fix: Complete table cache flush on profile field update
|
||||
- Fix: Improved handling of inconsistent notifications
|
||||
|
Loading…
x
Reference in New Issue
Block a user