Skip to content

Commit

Permalink
1.50 version
Browse files Browse the repository at this point in the history
  • Loading branch information
psrustik committed Aug 30, 2015
1 parent 411dd15 commit 63c7254
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CleantalkMod.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 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.41</version>
<version>1.50</version>
<type>modification</type>
<install for="2.0 - 2.1.99">
<readme type="file" parsebbc="true">readme.txt</readme>
Expand Down Expand Up @@ -72,4 +72,9 @@
<![CDATA[[size=14pt][color=red]Please uninstall old version cleantalk mod when installing newer version![/color][/size]]]>
</readme>
</upgrade>
<upgrade from="1.41">
<readme type="inline" parsebbc="true">
<![CDATA[[size=14pt][color=red]Please uninstall old version cleantalk mod when installing newer version![/color][/size]]]>
</readme>
</upgrade>
</package-info>
6 changes: 5 additions & 1 deletion 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.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.
Expand All @@ -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
Expand Down

0 comments on commit 63c7254

Please sign in to comment.