Skip to content

Commit 04a3ab9

Browse files
author
davydovct
committed
update version
1 parent 3f2d954 commit 04a3ab9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bitrix-antispam
22
===============
33

4-
1C Bitrix anti-spam mod. 3.11.4
4+
1C Bitrix anti-spam mod. 3.11.5
55

66
Information page,
77
http://cleantalk.org/bitrix-antispam-module-bez-captcha

cleantalk.antispam/include.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,7 @@ static function CheckAllBefore(&$arEntity, $bSendEmail = FALSE, $form_errors = n
13281328
$ct_request->sender_ip = CleantalkHelper::ip_get(array('real'), false);
13291329
$ct_request->x_forwarded_for = CleantalkHelper::ip_get(array('x_forwarded_for'), false);
13301330
$ct_request->x_real_ip = CleantalkHelper::ip_get(array('x_real_ip'), false);
1331-
$ct_request->agent = 'bitrix-3114';
1331+
$ct_request->agent = 'bitrix-3115';
13321332
$ct_request->response_lang = 'ru';
13331333
$ct_request->js_on = $checkjs;
13341334
$ct_request->sender_info = $sender_info;
@@ -1608,7 +1608,7 @@ static function SendFeedback($module, $id, $feedback) {
16081608

16091609
$ct_request = new CleantalkRequest();
16101610
$ct_request->auth_key = $ct_key;
1611-
$ct_request->agent = 'bitrix-3114';
1611+
$ct_request->agent = 'bitrix-3115';
16121612
$ct_request->sender_ip = $ct->ct_session_ip($_SERVER['REMOTE_ADDR']);
16131613
$ct_request->feedback = $request_id . ':' . ($feedback == 'Y' ? '1' : '0');
16141614

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
$arModuleVersion = array(
3-
"VERSION" => "3.11.4",
3+
"VERSION" => "3.11.5",
44
"VERSION_DATE" => "2018-02-14 24:00:00"
55
);

cleantalk.antispam/options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141

4242
// Send empty feedback for version comparison in Dashboard
43-
$result = CleantalkHelper::api_method_send_empty_feedback($new_key, 'bitrix-3114');
43+
$result = CleantalkHelper::api_method_send_empty_feedback($new_key, 'bitrix-3115');
4444

4545
/**
4646
* Set settings when submit

0 commit comments

Comments
 (0)