You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,16 +37,16 @@ Testing push notifications necessitates user-to-user interactions to observe the
37
37
38
38
1.**User Account Setup:**
39
39
- Create at least two distinct user accounts for testing purposes.
40
-
- In each user account's notifications preferences, assign web push notifications and subscribe to them to receive Push Notifications.
40
+
- In user1's account notifications preferences, assign web push notifications and subscribe to receive Push Notifications.
41
41
42
42
2.**Message, Quote, or Reply Interaction:**
43
-
- Initiate a user-to-user interaction by performing one of the following actions using "User Account 1":
44
-
- **Private Message:** Send a direct message from "User Account 1" to "User Account 2".
45
-
- **Quote:** Quote a post or message authored by "User Account 2" using "User Account 1".
46
-
- **Reply:** Respond to a post or message authored by "User Account 2" using "User Account 1".
43
+
- Initiate a user-to-user interaction by performing one of the following actions using "User Account 2":
44
+
- **Private Message:** Send a direct message from "User Account 2" to "User Account 1".
45
+
- **Quote:** Quote a post or message authored by "User Account 1" using "User Account 2".
46
+
- **Reply:** Respond to a post or message authored by "User Account 1" using "User Account 2".
47
47
48
48
3.**Observing Push Notifications:**
49
-
- Once the interaction is performed from "User Account 1" to engage with "User Account 2," you promptly should see a notification for "User Account 2."
49
+
- Once the interaction is performed from "User Account 2" to engage with "User Account 1," you promptly should see a notification for "User Account 1."
50
50
51
51
4.**Caveats for Local Testing**
52
52
- Local testing of Push Notifications only works from a `localhost` address or if your local server has a secure SSL certificate.
Copy file name to clipboardExpand all lines: language/en/install.php
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@
38
38
//
39
39
40
40
$lang = array_merge($lang, [
41
-
'PHPBB_VERSION_ERROR' => 'This extension is not compatible with your board. You must be using phpBB 3.3.12 or newer, up to but not including phpBB 4.x.x.',
42
-
'PHP_VERSION_ERROR' => 'This extension is not compatible with your server. Your server must be running PHP 7.3 or newer.',
41
+
'PHPBB_VERSION_MAX_ERROR' => 'This extension can not be installed on your board. You are using phpBB 4, which already contains the features in this extension.',
42
+
'PHPBB_VERSION_MIN_ERROR' => 'This extension is not compatible with your board. You must be using phpBB 3.3.12 or newer.',
43
+
'PHP_VERSION_ERROR' => 'This extension is not compatible with your server. Your server must be running PHP 7.3 or newer.',
Copy file name to clipboardExpand all lines: language/ru/install.php
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@
38
38
//
39
39
40
40
$lang = array_merge($lang, [
41
-
'PHPBB_VERSION_ERROR' => 'Данное расширение несовместимо с установленной версией конференции. Необходима версия phpBB 3.3.12 или выше, за исключением phpBB 4.x.x.',
42
-
'PHP_VERSION_ERROR' => 'Данное расширение несовместимо с установленной на сервере версией PHP. Необходима версия PHP 7.3 или выше.',
41
+
'PHPBB_VERSION_MAX_ERROR' => 'Данное расширение несовместимо с установленной версией конференции. Вы используете версию phpBB 4, которая уже содержит соответствующие функции.',
42
+
'PHPBB_VERSION_MIN_ERROR' => 'Данное расширение несовместимо с установленной версией конференции. Необходима версия phpBB 3.3.12 или выше.',
43
+
'PHP_VERSION_ERROR' => 'Данное расширение несовместимо с установленной на сервере версией PHP. Необходима версия PHP 7.3 или выше.',
0 commit comments