From 63c725424628ae9d2662f2ba22f7b5aa19c6cae3 Mon Sep 17 00:00:00 2001 From: rustik Date: Sun, 30 Aug 2015 15:18:47 +0500 Subject: [PATCH] 1.50 version --- CHANGELOG | 4 ++++ CleantalkMod.php | 2 +- RoboFile.php | 2 +- package-info.xml | 7 ++++++- readme.txt | 6 +++++- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e03eb87..35295e1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 1.50 August 30, 2015 +------------------------------ +- Added SMF 2.1 Beta compatibility + Version 1.41 July 30, 2015 ------------------------------ - Fixed bug with fast registrations diff --git a/CleantalkMod.php b/CleantalkMod.php index 4c3dbe7..de26d70 100644 --- a/CleantalkMod.php +++ b/CleantalkMod.php @@ -16,7 +16,7 @@ require_once(dirname(__FILE__) . '/cleantalk.class.php'); // define same CleanTalk options -define('CT_AGENT_VERSION', 'smf-141'); +define('CT_AGENT_VERSION', 'smf-150'); define('CT_SERVER_URL', 'http://moderate.cleantalk.org'); define('CT_DEBUG', false); diff --git a/RoboFile.php b/RoboFile.php index ca1b751..d67f261 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -8,7 +8,7 @@ class RoboFile extends \Robo\Tasks { const PACKAGE = 'antispam_cleantalk_smf'; - const VERSION = '1.41'; + const VERSION = '1.50'; /** * Build SMF zip-package diff --git a/package-info.xml b/package-info.xml index ffdd072..9025a9c 100644 --- a/package-info.xml +++ b/package-info.xml @@ -3,7 +3,7 @@ cleantalk:antispam Anti-spam by CleanTalk - 1.41 + 1.50 modification readme.txt @@ -72,4 +72,9 @@ + + + + + \ No newline at end of file diff --git a/readme.txt b/readme.txt index f83ab61..bf6bc52 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ MOD [b]Anti-spam by CleanTalk[/b] -Version: 1.41 +Version: 1.50 Anti-spam by CleanTalk mod with protection against spam bots and manual spam. No Captcha, no questions, no counting animals, no puzzles, no math. @@ -24,6 +24,10 @@ SMF 2.0 and up [url=http://www.gnu.org/copyleft/gpl.html]GNU General Public License[/url] [b]Changelog[/b] +Version 1.50 August 30, 2015 +------------------------------ +- Added SMF 2.1 Beta compatibility + Version 1.41 July 30, 2015 ------------------------------ - Fixed bug with fast registrations