File tree Expand file tree Collapse file tree 4 files changed +51
-2
lines changed
Expand file tree Collapse file tree 4 files changed +51
-2
lines changed Original file line number Diff line number Diff line change 1+ 1.1.0 (2013-12-04)
2+ - Adds it-IT translations - thanks to Stefano Buscaglia!
3+ - Updated translations (ca-ES, nl-NL, fr-FR) - thanks to maintainers!
4+ - whitelist (manageable via backend)
5+ - adaptive delay
6+ - option for automatic pruning of old failed log entries
7+ - link to whois information for failed&blocked IP addresses in backend
8+ - use more reliable method to determine clients' IP address
9+ - some other small fixes
10+
1111.0.0 (2013-08-18)
212 - fix error when php compiled without openssl, using mcrypt or mt_rand instead
313 - only create unblock token if mail really sent out
Original file line number Diff line number Diff line change 99 <homepage >https://github.com/codeling/bfstop</homepage >
1010 <authorEmail >bfstop@bfroehler.info</authorEmail >
1111 <authorUrl >https://github.com/codeling/bfstop</authorUrl >
12- <version >1.0 .0</version >
12+ <version >1.1 .0</version >
1313 <scriptfile >setupscripts.php</scriptfile >
1414 <files >
1515 <filename plugin =" bfstop" >bfstop.php</filename >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ langfiles="language"
1515docs=" CHANGELOG LICENSE.txt README"
1616plgtype=" system"
1717langs=" de-DE en-GB"
18- version=1.0 .0
18+ version=1.1 .0
1919
2020if [ " $1 " == " zip" ]
2121then
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<updates >
33
4+ <!-- 1.1.0 -->
5+ <update >
6+ <name >Brute Force Stop Plugin</name >
7+ <description >Brute Force Stop Plugin</description >
8+ <element >bfstop</element >
9+ <type >plugin</type >
10+ <folder >system</folder >
11+ <client >0</client >
12+ <version >1.1.0</version >
13+ <downloads >
14+ <downloadurl type =" full" format =" zip" >https://github.com/codeling/bfstop/archive/1.1.0.zip</downloadurl >
15+ </downloads >
16+ <tags >
17+ <tag >stable</tag >
18+ </tags >
19+ <maintainer >Bernhard Froehler</maintainer >
20+ <maintainerurl >https://github.com/codeling/</maintainerurl >
21+ <targetplatform name =" joomla" version =" 2.5" />
22+ </update >
23+ <update >
24+ <name >Brute Force Stop Plugin</name >
25+ <description >Brute Force Stop Plugin</description >
26+ <element >bfstop</element >
27+ <type >plugin</type >
28+ <folder >system</folder >
29+ <client >0</client >
30+ <version >1.1.0</version >
31+ <downloads >
32+ <downloadurl type =" full" format =" zip" >https://github.com/codeling/bfstop/archive/1.1.0.zip</downloadurl >
33+ </downloads >
34+ <tags >
35+ <tag >stable</tag >
36+ </tags >
37+ <maintainer >Bernhard Froehler</maintainer >
38+ <maintainerurl >https://github.com/codeling/</maintainerurl >
39+ <targetplatform name =" joomla" version =" 3.[0123456789]" />
40+ </update >
41+
42+
443 <!-- 1.0.0 -->
544 <update >
645 <name >Brute Force Stop Plugin</name >
You can’t perform that action at this time.
0 commit comments