Skip to content

Commit 83b923e

Browse files
committed
Minor changes.
Changed CMS label and agent version.
1 parent f0db776 commit 83b923e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

antispambycleantalk.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* CleanTalk joomla plugin
55
*
6-
* @version 4.0.1
6+
* @version 4.0.2
77
* @package Cleantalk
88
* @subpackage Joomla
99
* @author CleanTalk (welcome@cleantalk.org)
@@ -22,7 +22,7 @@ class plgSystemAntispambycleantalk extends JPlugin {
2222
/**
2323
* Plugin version string for server
2424
*/
25-
const ENGINE = 'joomla-401';
25+
const ENGINE = 'joomla3-402';
2626

2727
/**
2828
* Default value for hidden field ct_checkjs

antispambycleantalk.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<extension version="2.5" type="plugin" group="system" method="upgrade" >
33
<name>Antispam by CleanTalk</name>
44
<author>CleanTalk team</author>
5-
<creationDate>26.04.2016</creationDate>
5+
<creationDate>28.06.2016</creationDate>
66
<copyright>(C) CleanTalk</copyright>
77
<license>GNU/GPLv2</license>
88
<authorEmail>welcome@cleantalk.org</authorEmail>
99
<authorUrl>cleantalk.org</authorUrl>
10-
<version>4.0.1</version>
10+
<version>4.0.2</version>
1111
<description>PLG_CLEANTALK_DESCRIPTION</description>
1212
<files>
1313
<filename plugin="antispambycleantalk">antispambycleantalk.php</filename>

0 commit comments

Comments
 (0)