Prepare 1.5.3 release

This commit is contained in:
Lucas Bartholemy 2020-07-16 14:17:19 +02:00
parent 13d274a6e8
commit abe12de93a
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ if (!defined('PKCS7_DETACHED')) {
$config = [
'name' => 'HumHub',
'version' => '1.5.2',
'version' => '1.5.3',
'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,8 +1,8 @@
HumHub Change Log
=================
1.5.3 (Unreleased)
--------------------
1.5.3 (July 16, 2020)
---------------------
- Fix #4036: Profile images are not rotated correctly
- Fix #4168: Erroneous pagination in notification overview
- Fix #4060: Profile description and text regex error message not translatable