Skip to content

Commit

Permalink
Fist release.
Browse files Browse the repository at this point in the history
  • Loading branch information
znaeff committed Jul 30, 2014
1 parent 3c4e462 commit 7ea5297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CleanTalk/Model/CleanTalk.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ protected function _checkSpam($spam_check, $options) {

$ct_request = new CleantalkRequest();
$ct_request->auth_key = $ct_authkey;
$ct_request->agent = 'xenforo-091';
$ct_request->agent = 'xenforo-100';
$ct_request->response_lang = 'en';
$ct_request->js_on = $checkjs;
$ct_request->sender_info = $sender_info;
Expand Down
2 changes: 1 addition & 1 deletion addon-CleanTalk.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<addon addon_id="CleanTalk" title="Antispam by CleanTalk" version_string="0.9.1" version_id="0" url="https://cleantalk.org" install_callback_class="" install_callback_method="" uninstall_callback_class="" uninstall_callback_method="">
<addon addon_id="CleanTalk" title="Antispam by CleanTalk" version_string="1.0.0" version_id="1" url="https://cleantalk.org" install_callback_class="" install_callback_method="" uninstall_callback_class="" uninstall_callback_method="">
<admin_navigation/>
<admin_permissions/>
<admin_style_properties/>
Expand Down

0 comments on commit 7ea5297

Please sign in to comment.