Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
davydovct committed Aug 28, 2019
1 parent 3f2d954 commit 04a3ab9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bitrix-antispam
===============

1C Bitrix anti-spam mod. 3.11.4
1C Bitrix anti-spam mod. 3.11.5

Information page,
http://cleantalk.org/bitrix-antispam-module-bez-captcha
Expand Down
4 changes: 2 additions & 2 deletions cleantalk.antispam/include.php
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ static function CheckAllBefore(&$arEntity, $bSendEmail = FALSE, $form_errors = n
$ct_request->sender_ip = CleantalkHelper::ip_get(array('real'), false);
$ct_request->x_forwarded_for = CleantalkHelper::ip_get(array('x_forwarded_for'), false);
$ct_request->x_real_ip = CleantalkHelper::ip_get(array('x_real_ip'), false);
$ct_request->agent = 'bitrix-3114';
$ct_request->agent = 'bitrix-3115';
$ct_request->response_lang = 'ru';
$ct_request->js_on = $checkjs;
$ct_request->sender_info = $sender_info;
Expand Down Expand Up @@ -1608,7 +1608,7 @@ static function SendFeedback($module, $id, $feedback) {

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

Expand Down
2 changes: 1 addition & 1 deletion cleantalk.antispam/install/version.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$arModuleVersion = array(
"VERSION" => "3.11.4",
"VERSION" => "3.11.5",
"VERSION_DATE" => "2018-02-14 24:00:00"
);
2 changes: 1 addition & 1 deletion cleantalk.antispam/options.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}

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

/**
* Set settings when submit
Expand Down

0 comments on commit 04a3ab9

Please sign in to comment.