Skip to content

Commit

Permalink
Release BEta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed Jul 3, 2023
1 parent 0241da5 commit 65db3ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
- Enh: Validator for GoogleService Account JSON
- Enh: Show/Hide Mobile App Opener Dialog after Login/Logout
- Fix #18: Do not pass `SiteIcon` as notification image
- Enh: Added Mobile App Page


2.0.0-beta.1 (March 28, 2023)
-----------------------------
Expand Down
1 change: 0 additions & 1 deletion helpers/MobileAppHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public static function registerNotificationScript()
public static function isAppRequest()
{
return (
(Yii::$app->request->headers->get('x-requested-with', null, true) === 'com.humhub.app') ||
(Yii::$app->request->headers->has('x-humhub-app'))
);
}
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"humhub": {
"minVersion": "1.13"
},
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"screenshots": []
}

0 comments on commit 65db3ad

Please sign in to comment.