Skip to content

Commit d7f18ab

Browse files
committed
Fix: update version.
1 parent 09af3a3 commit d7f18ab

8 files changed

+76
-41
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 2.34 May 28, 2021
2+
------------------------------
3+
- Fix call npd on cron.
4+
15
Version 2.33 May 25, 2021
26
------------------------------
37
- Added the ability to check the search form.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[![Build Status](https://travis-ci.org/CleanTalk/smf-antispam.svg)](https://travis-ci.org/CleanTalk/smf-antispam)
55

6-
* **Version:** 2.33
6+
* **Version:** 2.34
77
* **License:** GNU General Public License
88
* **Compatible with:** SMF 2.0 and up
99
* **Languages:** English, Russian

RoboFile.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class RoboFile extends \Robo\Tasks
99
{
1010
const PACKAGE = 'antispam_cleantalk_smf';
11-
const VERSION = '2.33';
11+
const VERSION = '2.34';
1212

1313
const SMF_VERSION = '2.0.14'; // for forumPrepare
1414

cleantalk/cleantalkMod.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434

3535
// Common CleanTalk options
36-
define('CT_AGENT_VERSION', 'smf-233');
36+
define('CT_AGENT_VERSION', 'smf-234');
3737
define('CT_SERVER_URL', 'http://moderate.cleantalk.org');
3838
define('CT_DEBUG', false);
3939
define('CT_REMOTE_CALL_SLEEP', 10);

modification.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE modification SYSTEM "http://www.simplemachines.org/xml/modification">
33
<modification xmlns="www.simplemachines.org/xml/modification">
44
<id>cleantalk:antispam</id>
5-
<version>2.33</version>
5+
<version>2.34</version>
66
<file name="$sourcedir/Post.php">
77
<operation error="fatal">
88
<search position="after"><![CDATA[createPost($msgOptions, $topicOptions, $posterOptions);]]></search>

package-info.xml

+66-35
Large diffs are not rendered by default.

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MOD [b]Anti-spam by CleanTalk[/b]
2-
Version: 2.33
2+
Version: 2.34
33

44
Anti-spam by CleanTalk mod with protection against spam bots and manual spam.
55
No Captcha, no questions, no counting animals, no puzzles, no math.

readme_russian.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MOD [b]Анти-спам от Cleantalk[/b]
2-
Версия: 2.33
2+
Версия: 2.34
33

44
Анти-спам от Cleantalk с защитой против автоматического и ручного спама.
55
Без капчи, без вопросов, без подсчета животных, без паззлов и т.д

0 commit comments

Comments
 (0)