mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Merge branch 'master' of https://github.com/humhub/humhub
This commit is contained in:
commit
2424533033
@ -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',
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user