This commit is contained in:
buddh4 2017-08-02 17:31:47 +02:00
commit 2424533033
2 changed files with 6 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Yii::setAlias('@config', '@app/config');
$config = [
'name' => 'HumHub',
'version' => '1.2.1',
'version' => '1.2.2',
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,
'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader', 'queue'],
'sourceLanguage' => 'en',

View File

@ -1,6 +1,9 @@
HumHub Change Log
=================
1.2.2 in developement
1.2.2 (August 2, 2017)
--------------------------------
- Enh: Allow returning class names beside BasePermission instances in `Module::getPermissions()`
- Enh: Increase profile image size to 800px.
- Fix #2644 overlapping popup preview image after increasing preview image size (hagalaz)
@ -57,6 +60,7 @@ HumHub Change Log
- Enh: Added `Pending Registrations` admin view with `csv`, `xlsx` support.
1.2.1 (June 17, 2017)
--------------------------------
- Fix: Invite error in french language
- Fix #2518: ActivityStreamWidget::EVENT_INIT is missed (githubjeka)
- Enh: Fixed accessibility issues in Dashboard/Login/Profile