Skip to content

Commit

Permalink
Branded App Support
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed May 28, 2024
1 parent 4826115 commit ed7482e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class Module extends \humhub\components\Module
*/
public $resourcesPath = 'resources';
public string $humhubProxySenderId = '21392898126';

private ?ConfigureForm $configForm = null;
private ?DriverService $driverService = null;
private ?GoService $goService = null;
Expand Down
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

2.0.2 (May 28, 2024)
-----------------------
- Enh: Branded App Firebase Support

2.0.1 (January 8, 2024)
-----------------------
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.14"
},
"version": "2.0.1",
"version": "2.0.2",
"screenshots": []
}
2 changes: 1 addition & 1 deletion views/mobile-app/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<strong>App Detection</strong> - Current Request: NO App Request Detected
</p>
<?php endif; ?>

<?= Html::a('Show Opener', '#', ['class' => 'btn btn-default postFlutterMsgLink', 'data-message' => Json::encode(['type' => 'showOpener'])]); ?>
<?= Html::a('Hide Opener', '#', ['class' => 'btn btn-default postFlutterMsgLink', 'data-message' => Json::encode(['type' => 'hideOpener'])]); ?>
<?= Html::a('Open this page as POST Request', ['index'], ['data-method' => 'POST', 'class' => 'btn btn-default']); ?>
Expand Down

0 comments on commit ed7482e

Please sign in to comment.