You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: antispambycleantalk.php
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
/**
4
4
* CleanTalk joomla plugin
5
5
*
6
-
* @version 5.0.1
6
+
* @version 5.1
7
7
* @package Cleantalk
8
8
* @subpackage Joomla
9
9
* @author CleanTalk (welcome@cleantalk.org)
@@ -25,7 +25,7 @@ class plgSystemAntispambycleantalk extends JPlugin {
25
25
/**
26
26
* Plugin version string for server
27
27
*/
28
-
constENGINE = 'joomla3-501';
28
+
constENGINE = 'joomla3-51';
29
29
30
30
/**
31
31
* Default value for hidden field ct_checkjs
@@ -889,17 +889,19 @@ public function onAfterRender(){
889
889
$code = "<div id='cleantalk_footer_link' style='width:100%;text-align:center;'><a href='https://cleantalk.org/joomla-anti-spam-plugin-without-captcha'>Anti-spam by CleanTalk</a> for Joomla!<br>".$config['spam_count']." spam blocked</div>";
890
890
else
891
891
$code = "<div id='cleantalk_footer_link' style='width:100%;text-align:center;'><a href='https://cleantalk.org/joomla-anti-spam-plugin-without-captcha'>Anti-spam by CleanTalk</a> for Joomla!<br></div>";
0 commit comments