File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,7 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Because the linker is intended for use w
33
33
[ 2022.07.28; Maikuolan] : Added L10N for Malay.
34
34
35
35
[ 2022.09.01; Maikuolan] : Added L10N for Persian/Farsi, Hebrew, and Ukrainian.
36
+
37
+ ### v3.1.6
38
+
39
+ [ 2022.10.25; Maikuolan] : Hardened some configuration constraints.
Original file line number Diff line number Diff line change 7
7
# License: GNU/GPLv2
8
8
# @see LICENSE.txt
9
9
#
10
- # This file: Configuration defaults file (last modified: 2020.07.13 ).
10
+ # This file: Configuration defaults file (last modified: 2022.10.25 ).
11
11
# #/
12
12
13
13
phpmailer :
@@ -29,6 +29,8 @@ phpmailer:
29
29
port :
30
30
type : " int"
31
31
default : 587
32
+ min : 1
33
+ max : 65535
32
34
smtp_secure :
33
35
type : " string"
34
36
default : " default"
Original file line number Diff line number Diff line change 16
16
"phpmailer/phpmailer" : " ^6.5"
17
17
},
18
18
"suggest" : {
19
- "phpmussel/frontend" : " ^3.2 " ,
20
- "phpmussel/web" : " ^3.2 "
19
+ "phpmussel/frontend" : " ^3.3 " ,
20
+ "phpmussel/web" : " ^3.3 "
21
21
},
22
22
"autoload" : {
23
23
"psr-4" : {
Original file line number Diff line number Diff line change 7
7
# License: GNU/GPLv2
8
8
# @see LICENSE.txt
9
9
#
10
- # This file: Farsi language data (last modified: 2022.09.01 ).
10
+ # This file: Farsi language data (last modified: 2022.10.05 ).
11
11
#
12
12
# Regarding translations: My native language is English. Because this is a free
13
13
# and open-source hobby project which generates zero income, and translatable
@@ -28,7 +28,7 @@ config_phpmailer: "پیکربندی برای PHPMailer (برای احراز هو
28
28
config_phpmailer_add_reply_to_address : " آدرس پاسخی که هنگام ارسال ایمیل از طریق SMTP ذکر شود."
29
29
config_phpmailer_add_reply_to_name : " نام پاسخی که باید هنگام ارسال ایمیل از طریق SMTP ذکر شود."
30
30
config_phpmailer_enable_notifications : " اگر میخواهید هنگام مسدود شدن آپلود از طریق ایمیل مطلع شوید، آدرس ایمیل گیرنده را در اینجا مشخص کنید."
31
- config_phpmailer_enable_two_factor : " این دستورالعمل تعیین میکند که آیا از 2FA برای حسابهای فرانتاند استفاده شود یا خیر."
31
+ config_phpmailer_enable_two_factor : " این دستورالعمل تعیین می کند که آیا از 2FA برای حساب های جلویی استفاده شود یا خیر."
32
32
config_phpmailer_event_log : " فایلی برای ثبت همه رویدادها در رابطه با PHPMailer. نام فایل را مشخص کنید، یا برای غیرفعال کردن آن را خالی بگذارید."
33
33
config_phpmailer_host : " میزبان SMTP برای استفاده برای ایمیل های خروجی."
34
34
config_phpmailer_password : " رمز عبور برای استفاده هنگام ارسال ایمیل از طریق SMTP."
You can’t perform that action at this time.
0 commit comments