Skip to content

Commit cd77464

Browse files
committed
Version -> 1.1.0 + Changelog
1 parent 35d5101 commit cd77464

File tree

4 files changed

+51
-2
lines changed

4 files changed

+51
-2
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
1.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

bfstop.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ langfiles="language"
1515
docs="CHANGELOG LICENSE.txt README"
1616
plgtype="system"
1717
langs="de-DE en-GB"
18-
version=1.0.0
18+
version=1.1.0
1919

2020
if [ "$1" == "zip" ]
2121
then

update.xml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
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>

0 commit comments

Comments
 (0)