Skip to content

Commit

Permalink
Prepare 1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed Aug 2, 2017
1 parent 66702a3 commit d9bb4b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protected/humhub/config/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

$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',
Expand Down
6 changes: 5 additions & 1 deletion protected/humhub/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d9bb4b2

Please sign in to comment.