Skip to content

Commit 91868b0

Browse files
author
davydovct
committed
Merge branch 'dev'
2 parents d17f631 + 81237b7 commit 91868b0

6 files changed

+13
-9
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 2.15 October 05, 2017
2+
------------------------------
3+
- Fix auto-update
4+
15
Version 2.14 Septebmer 14, 2017
26
------------------------------
37
- Support for large bases in users check.

CleantalkMod.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
require_once(dirname(__FILE__) . '/CleantalkSFW.php');
2525

2626
// Common CleanTalk options
27-
define('CT_AGENT_VERSION', 'smf-214');
27+
define('CT_AGENT_VERSION', 'smf-215');
2828
define('CT_SERVER_URL', 'http://moderate.cleantalk.org');
2929
define('CT_DEBUG', false);
3030

RoboFile.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
class RoboFile extends \Robo\Tasks
99
{
1010
const PACKAGE = 'antispam_cleantalk_smf';
11-
const VERSION = '2.14';
11+
const VERSION = '2.15';
1212

13-
const SMF_VERSION = '2.0.14'; // for forumPrepare
13+
const SMF_VERSION = '2.0.15'; // for forumPrepare
1414

1515
/**
1616
* Build SMF zip-package

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.14</version>
5+
<version>2.15</version>
66
<file name="$sourcedir/Post.php">
77
<operation error="fatal">
88
<search position="after"><![CDATA[createPost($msgOptions, $topicOptions, $posterOptions);]]></search>

package-info.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<id>cleantalk:antispam</id>
55
<name>Anti-spam by CleanTalk</name>
66
<type>modification</type>
7-
<version>2.14</version>
8-
<install for="2.0 - 2.1.99">
7+
<version>2.15</version>
8+
<install for="2.0 - 2.0.99">
99
<readme type="file" parsebbc="true">readme.txt</readme>
1010
<create-dir name="cleantalk" destination="$sourcedir"/>
1111
<require-file name="cleantalkMod.php" destination="$sourcedir/cleantalk">Mod main file</require-file>
@@ -27,7 +27,7 @@
2727
you are being redirected to this mod configuration settings.
2828
</redirect>
2929
</install>
30-
<uninstall for="2.0 - 2.1.99">
30+
<uninstall for="2.0 - 2.0.99">
3131
<database>install.php</database>
3232
<modification format="xml" type="file" reverse="true">modification.xml</modification>
3333
<modification format="xml" type="file" reverse="true">languages/english.xml</modification>
@@ -36,7 +36,7 @@
3636
<modification format="xml" type="file" reverse="true">languages/russian-utf8.xml</modification>
3737
<remove-dir name="$sourcedir/cleantalk/"/>
3838
</uninstall>
39-
<upgrade from="2.0 - 2.12">
39+
<upgrade from="2.0 - 2.0.99">
4040
<readme type="inline" parsebbc="true">
4141
<![CDATA[[size=14pt][color=red]Please uninstall old version cleantalk mod when installing newer version![/color][/size]]]>
4242
</readme>

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.14
2+
Version: 2.15
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.

0 commit comments

Comments
 (0)