Skip to content

Commit c11f70e

Browse files
authored
Merge pull request #76 from humhub/fix/75-warning-fcm-detection-proxy-firebase
Fix #75: Warning for "FCM Detection - App is using Proxy Firebase Service
2 parents edaf618 + 9c16e33 commit c11f70e

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
2.1.9 (Unreleased)
5+
----------------------
6+
- Fix #75: Warning for "FCM Detection - App is using Proxy Firebase Service"
7+
48
2.1.8 (March 21, 2025)
59
----------------------
610
- Chg: URL for the mobile share intend feature

module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"humhub": {
1212
"minVersion": "1.17.2"
1313
},
14-
"version": "2.1.8",
14+
"version": "2.1.9",
1515
"screenshots": [
1616
"resources/screenshot1.PNG",
1717
"resources/screenshot2.PNG"

views/admin/mobile-app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<strong>FCM Detection</strong> - App is using custom Firebase
3131
</p>
3232
<?php else: ?>
33-
<p class="alert alert-warning">
33+
<p class="alert alert-success">
3434
<strong>FCM Detection</strong> - App is using Proxy Firebase Service
3535
</p>
3636
<?php endif; ?>

0 commit comments

Comments
 (0)