From 541855884268e8e4765e73f935e63a27b0519a23 Mon Sep 17 00:00:00 2001 From: rustik Date: Tue, 15 Jul 2014 23:16:23 +0600 Subject: [PATCH] 1.03 version --- CHANGELOG | 11 ++++++++--- CleantalkMod.php | 3 +-- README.md | 3 +++ build.xml | 2 +- install.php | 1 - modification.xml | 2 +- package-info.xml | 2 +- readme.txt | 23 ++++++++++++++++------- 8 files changed, 31 insertions(+), 16 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c801371..d856246 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 \ No newline at end of file diff --git a/CleantalkMod.php b/CleantalkMod.php index f709146..c2a0959 100644 --- a/CleantalkMod.php +++ b/CleantalkMod.php @@ -2,7 +2,6 @@ /** * CleanTalk SMF mod * - * @version 1.02 * @package Cleantalk * @subpackage SMF * @author CleanTalk (welcome@cleantalk.ru) @@ -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'); diff --git a/README.md b/README.md index 5e6873c..8fbc445 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,6 @@ smf-antispam ============ Anti-spam MOD for Simple Machine Forum + +http://custom.simplemachines.org/mods/index.php?mod=3851 + diff --git a/build.xml b/build.xml index 3c55dbc..f9d5a07 100644 --- a/build.xml +++ b/build.xml @@ -2,7 +2,7 @@ - + diff --git a/install.php b/install.php index 1c9ba63..c1d89b8 100644 --- a/install.php +++ b/install.php @@ -2,7 +2,6 @@ /** * CleanTalk SMF mod installation PHP code * - * @version 1.02 * @package Cleantalk * @subpackage SMF * @author CleanTalk (welcome@cleantalk.ru) diff --git a/modification.xml b/modification.xml index 3a9c355..538e19c 100644 --- a/modification.xml +++ b/modification.xml @@ -2,7 +2,7 @@ cleantalk:antispam - 1.02 + 1.03 diff --git a/package-info.xml b/package-info.xml index a5dd230..4859ee5 100644 --- a/package-info.xml +++ b/package-info.xml @@ -3,7 +3,7 @@ cleantalk:antispam Anti-spam by CleanTalk - 1.02 + 1.03 modification readme.txt diff --git a/readme.txt b/readme.txt index 7502f1a..de4187c 100644 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -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] +