Skip to content

Commit 8c76cd6

Browse files
committed
v3.3.1
1 parent 1a244a7 commit 8c76cd6

28 files changed

+38
-158
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,5 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
6767
[2021.11.27; Maikuolan]: At the front-end configuration page, configuration directives relying on specific extensions (specifically, at this time, the supplementary cache options) will now include a notice as to whether the extensions relied upon are available.
6868

6969
[2022.02.01; Bug-fix; Maikuolan]: Failed to correctly determine the client's IP address under certain circumstances (e.g., multiple choices available via HTTP_X_FORWARDED_FOR); Fixed.
70+
71+
[2022.02.14; Maikuolan]: Maintenance release.

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88
"issues": "https://github.com/phpMussel/Core/issues",
99
"source": "https://github.com/phpMussel/Core",
1010
"docs": "https://github.com/phpMussel/Docs",
11-
"rss": "https://github.com/phpMussel/Core/releases.atom",
12-
"chat": "https://gitter.im/phpMussel2/Lobby"
11+
"rss": "https://github.com/phpMussel/Core/releases.atom"
1312
},
1413
"require": {
1514
"php": ">=7.2.0",
16-
"maikuolan/common": "^2.7",
15+
"maikuolan/common": "^2.8",
1716
"ext-pcre": "*"
1817
},
1918
"suggest": {

l10n/ar.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Arabic language data (last modified: 2021.03.20).
10+
# This file: Arabic language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "العربية"
1513
Text Direction: "rtl"
16-
IntegerRule: "int6Type1"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "يحتمل أن تكون ضارة URL الكشف"
2015
SafeBrowseLookup_400: "API خطأ طلب"
2116
SafeBrowseLookup_401: "API خطأ ترخيص"

l10n/bn.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Bangla language data (last modified: 2021.05.09).
10+
# This file: Bangla language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "বাংলা"
1513
Text Direction: "ltr"
16-
IntegerRule: "int2Type3"
17-
FractionRule: "fraction2Type2"
18-
1914
SafeBrowseLookup_200: "সম্ভাব্য ক্ষতিকারক URL সনাক্ত হয়েছে"
2015
SafeBrowseLookup_400: "API অনুরোধ ত্রুটি"
2116
SafeBrowseLookup_401: "API অনুমোদন ত্রুটি"

l10n/de.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: German language data (last modified: 2021.03.20).
10+
# This file: German language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "Deutsch"
1513
Text Direction: "ltr"
16-
IntegerRule: "int2Type4"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "Potentiell schädliche URL entdeckt"
2015
SafeBrowseLookup_400: "API-Anforderungsfehler"
2116
SafeBrowseLookup_401: "API-Berechtigungsfehler"

l10n/en.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: English language data (last modified: 2021.03.20).
10+
# This file: English language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "English"
1513
Text Direction: "ltr"
16-
IntegerRule: "int2Type4"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "Potentially harmful URL detected"
2015
SafeBrowseLookup_400: "API request error"
2116
SafeBrowseLookup_401: "API authorisation error"

l10n/es.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Spanish language data (last modified: 2021.03.20).
10+
# This file: Spanish language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "Español"
1513
Text Direction: "ltr"
16-
IntegerRule: "int2Type4"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "URL potencialmente dañino detectado"
2015
SafeBrowseLookup_400: "Error de solicitud de la API"
2116
SafeBrowseLookup_401: "Error de autorización de la API"

l10n/fr.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: French language data (last modified: 2021.03.20).
10+
# This file: French language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "Français"
1513
Text Direction: "ltr"
16-
IntegerRule: "int2Type3"
17-
FractionRule: "fraction2Type1"
18-
1914
SafeBrowseLookup_200: "URL potentiellement nuisible détecté"
2015
SafeBrowseLookup_400: "Erreur de requête de l'API"
2116
SafeBrowseLookup_401: "Erreur d'autorisation de l'API"

l10n/hi.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Hindi language data (last modified: 2021.03.20).
10+
# This file: Hindi language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "हिंदी"
1513
Text Direction: "ltr"
16-
IntegerRule: "int2Type3"
17-
FractionRule: "fraction2Type2"
18-
1914
SafeBrowseLookup_200: "संभावित हानिकारक URL का पता चला"
2015
SafeBrowseLookup_400: "API अनुरोध त्रुटि"
2116
SafeBrowseLookup_401: "API प्राधिकरण त्रुटि"

l10n/id.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Indonesian language data (last modified: 2021.03.20).
10+
# This file: Indonesian language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "Bahasa Indonesia"
1513
Text Direction: "ltr"
16-
IntegerRule: "int1"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "Berpotensi URL berbahaya terdeteksi"
2015
SafeBrowseLookup_400: "Kesalahan permintaan API"
2116
SafeBrowseLookup_401: "Kesalahan otorisasi API"

l10n/it.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Italian language data (last modified: 2021.03.20).
10+
# This file: Italian language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "Italiano"
1513
Text Direction: "ltr"
16-
IntegerRule: "int2Type4"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "URL potenzialmente dannosi rilevati"
2015
SafeBrowseLookup_400: "Errore di richiesta delle API"
2116
SafeBrowseLookup_401: "Errore di autorizzazione delle API"

l10n/ja.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Japanese language data (last modified: 2021.03.20).
10+
# This file: Japanese language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "日本語"
1513
Text Direction: "ltr"
16-
IntegerRule: "int1"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "潜在的に有害なURLが検出されました"
2015
SafeBrowseLookup_400: "APIリクエストが不正である"
2116
SafeBrowseLookup_401: "API認証エラー"

l10n/ko.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Korean language data (last modified: 2021.03.20).
10+
# This file: Korean language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "한국어"
1513
Text Direction: "ltr"
16-
IntegerRule: "int1"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "잠재적으로 유해한 URL이 감지되었습니다"
2015
SafeBrowseLookup_400: "API 요청이 부정"
2116
SafeBrowseLookup_401: "API 인증 오류"

l10n/lv.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Latvian language data (last modified: 2021.03.20).
10+
# This file: Latvian language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "Latviešu"
1513
Text Direction: "ltr"
16-
IntegerRule: "int3Type1"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "Atrasts potenciāli kaitīgs URL"
2015
SafeBrowseLookup_400: "API pieprasījuma kļūda"
2116
SafeBrowseLookup_401: "API autorizācijas kļūda"

l10n/nl.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Dutch language data (last modified: 2021.03.20).
10+
# This file: Dutch language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "Nederlandse"
1513
Text Direction: "ltr"
16-
IntegerRule: "int2Type4"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "Potentieel schadelijke URL gedetecteerd"
2015
SafeBrowseLookup_400: "API aanvraag foute"
2116
SafeBrowseLookup_401: "API niet geautoriseerd"

l10n/no.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Norwegian language data (last modified: 2021.03.20).
10+
# This file: Norwegian language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "Norsk"
1513
Text Direction: "ltr"
16-
IntegerRule: "int2Type4"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "Potensielt skadelig URL oppdaget"
2015
SafeBrowseLookup_400: "API-forespørselsfeil"
2116
SafeBrowseLookup_401: "API-autorisasjonsfeil"

l10n/pl.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Polish language data (last modified: 2021.03.20).
10+
# This file: Polish language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "Polski"
1513
Text Direction: "ltr"
16-
IntegerRule: "int3Type5"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "Wykryto potencjalnie szkodliwy adres URL"
2015
SafeBrowseLookup_400: "Błąd żądania API"
2116
SafeBrowseLookup_401: "Błąd autoryzacji API"

l10n/pt.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Portuguese language data (last modified: 2021.03.20).
10+
# This file: Portuguese language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "Português"
1513
Text Direction: "ltr"
16-
IntegerRule: "int2Type4"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "URL potencialmente perigoso detectado"
2015
SafeBrowseLookup_400: "Erro de solicitação do API"
2116
SafeBrowseLookup_401: "Erro de autorização do API"

l10n/ru.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Russian language data (last modified: 2021.03.20).
10+
# This file: Russian language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "Русский"
1513
Text Direction: "ltr"
16-
IntegerRule: "int3Type4"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "Потенциально вредное URL обнаружено"
2015
SafeBrowseLookup_400: "Ошибка запроса API"
2116
SafeBrowseLookup_401: "Ошибка авторизации API"

l10n/sv.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Swedish language data (last modified: 2021.03.20).
10+
# This file: Swedish language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "Svenska"
1513
Text Direction: "ltr"
16-
IntegerRule: "int2Type4"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "Potentiellt skadlig URL upptäckt"
2015
SafeBrowseLookup_400: "API-begäran fel"
2116
SafeBrowseLookup_401: "API-godkännande fel"

l10n/ta.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Tamil language data (last modified: 2021.03.20).
10+
# This file: Tamil language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "தமிழ்"
1513
Text Direction: "ltr"
16-
IntegerRule: "int2Type4"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "தீங்கு விளைவிக்கும் URL கண்டறியப்பட்டது"
2015
SafeBrowseLookup_400: "API கோரிக்கை பிழை"
2116
SafeBrowseLookup_401: "API அங்கீகார பிழை"

l10n/th.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Thai language data (last modified: 2021.03.20).
10+
# This file: Thai language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "ภาษาไทย"
1513
Text Direction: "ltr"
16-
IntegerRule: "int1"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "URL อาจเป็นอันตรายถูกตรวจพบ"
2015
SafeBrowseLookup_400: "ข้อผิดพลาดคำขอ API"
2116
SafeBrowseLookup_401: "ข้อผิดพลาดอนุมัติ API"

l10n/tr.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Turkish language data (last modified: 2021.03.20).
10+
# This file: Turkish language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "Türkçe"
1513
Text Direction: "ltr"
16-
IntegerRule: "int2Type4"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "Potansiyel olarak zararlı URL tespit edildi"
2015
SafeBrowseLookup_400: "API istek hatası"
2116
SafeBrowseLookup_401: "API yetkilendirme hatası"

l10n/ur.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Urdu language data (last modified: 2021.03.20).
10+
# This file: Urdu language data (last modified: 2022.02.13).
1111
##/
1212

13-
# Language settings.
14-
Local Name: "‏اردو‏"
1513
Text Direction: "rtl"
16-
IntegerRule: "int2Type4"
17-
FractionRule: "int1"
18-
1914
SafeBrowseLookup_200: "ممکنہ طور پر نقصان دہ URL پتہ چلنے پر"
2015
SafeBrowseLookup_400: "API کی درخواست کی خرابی"
2116
SafeBrowseLookup_401: "API کیلئے اجازت کی خرابی"

0 commit comments

Comments
 (0)