Skip to content

Commit

Permalink
1.03 version
Browse files Browse the repository at this point in the history
  • Loading branch information
psrustik committed Jul 15, 2014
1 parent 7a8222b commit 5418558
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 16 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
Version 1.03 July 15, 2014
------------------------------
- Fixed javascript checking in register form

Version 1.02 June 30, 2014
------------------------------
- Fix get remote ip when proxy used
- Fix menu items in general_mod_settings
- Fix bug clearing api key after mod updating
- Fixed get remote ip when proxy used
- Fixed menu items in general_mod_settings
- Fixed bug clearing api key after mod updating

Version 1.01 March 27, 2014
------------------------------
- Initial release
3 changes: 1 addition & 2 deletions CleantalkMod.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* CleanTalk SMF mod
*
* @version 1.02
* @package Cleantalk
* @subpackage SMF
* @author CleanTalk ([email protected])
Expand All @@ -16,7 +15,7 @@
require_once(dirname(__FILE__) . '/cleantalk.class.php');

// define same CleanTalk options
define('CT_AGENT_VERSION', 'smf-102');
define('CT_AGENT_VERSION', 'smf-103');
define('CT_SERVER_URL', 'http://moderate.cleantalk.ru');


Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ smf-antispam
============

Anti-spam MOD for Simple Machine Forum

http://custom.simplemachines.org/mods/index.php?mod=3851

2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Phing buid file -->
<project name="Anti-spam by CleanTalk" basedir="." default="build">
<property name="package" value="antispam_cleantalk_smf"/>
<property name="version" value="1.02" override="yes"/>
<property name="version" value="1.03" override="yes"/>
<property name="builddir" value="build" override="true"/>

<target name="prepare">
Expand Down
1 change: 0 additions & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* CleanTalk SMF mod installation PHP code
*
* @version 1.02
* @package Cleantalk
* @subpackage SMF
* @author CleanTalk ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion modification.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE modification SYSTEM "http://www.simplemachines.org/xml/modification">
<modification xmlns="www.simplemachines.org/xml/modification">
<id>cleantalk:antispam</id>
<version>1.02</version>
<version>1.03</version>
<file name="$sourcedir/Register.php">
<operation>
<search position="after"><![CDATA[// Show the user the right form.]]></search>
Expand Down
2 changes: 1 addition & 1 deletion package-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<id>cleantalk:antispam</id>
<name>Anti-spam by CleanTalk</name>
<version>1.02</version>
<version>1.03</version>
<type>modification</type>
<install for="2.0 - 2.0.99">
<readme type="file" parsebbc="true">readme.txt</readme>
Expand Down
23 changes: 16 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MOD [b]Anti-spam by CleanTalk[/b]
Version: 1.02
Version: 1.03

Anti-spam by CleanTalk mod with protection against spam bots and manual spam.
No Captcha, no questions, no counting animals, no puzzles, no math.
Expand All @@ -23,15 +23,24 @@ SMF 2.0 and up
[url=http://www.gnu.org/copyleft/gpl.html]GNU General Public License[/url]

[b]Changelog[/b]
v1.02 - June 30, 2014
- Fix get remote ip when proxy used
- Fix menu items in general_mod_settings
- Fix bug clearing api key after mod updating

v1.01 - March 27, 2014
- Initial Release of the mod
Version 1.03 July 15, 2014
------------------------------
- Fixed javascript checking in register form

Version 1.02 June 30, 2014
------------------------------
- Fixed get remote ip when proxy used
- Fixed menu items in general_mod_settings
- Fixed bug clearing api key after mod updating

Version 1.01 March 27, 2014
------------------------------
- Initial release


[url=http://cleantalk.org/]CleanTalk site[/url]

[url=https://github.com/CleanTalk/smf-antispam]Github repository[/url]


0 comments on commit 5418558

Please sign in to comment.