Skip to content

Commit 8351dbb

Browse files
committed
Version -> 0.9.11 + Changelog
1 parent 9fcae57 commit 8351dbb

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CHANGELOG

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
0.9.11beta1 (2013-06-07)
1+
0.9.11 (2013-06-23)
2+
- Improves blocked list status output
3+
- Common log setting with configurable log levels
24
- Adds ca-ES translations (thanks to nouespai)
35
- Adds fr-FR translations (thanks to Flying_Lolo)
46
- Adds nl-NL translations (thanks to Agrusoft)
57
- Adds es-ES translations (thanks to Aimagen)
68
- Optionally enable plugin only for backend or frontend
7-
- When desired, after a configurable number of blocks the block duration can be set to permanent on the next block
9+
- After a configurable number of blocks the block duration can be set to permanent on the next block
810
- Update via automatic Joomla! update mechanism
911
- Warning if there is a user with username 'admin'
1012
- View failed login attempts in backend

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>0.9.11beta1</version>
12+
<version>0.9.11</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=0.9.11beta1
18+
version=0.9.11
1919

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

update.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<type>plugin</type>
88
<folder>system</folder>
99
<client>0</client>
10-
<version>0.9.11beta1</version>
10+
<version>0.9.11</version>
1111
<!-- <infourl title="Brute Force Stop">https://github.com/codeling/bfstop/wiki</infourl> -->
1212
<downloads>
13-
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/0.9.11beta1.zip</downloadurl>
13+
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/0.9.11.zip</downloadurl>
1414
</downloads>
1515
<tags>
1616
<tag>stable</tag>
@@ -26,10 +26,10 @@
2626
<type>plugin</type>
2727
<folder>system</folder>
2828
<client>0</client>
29-
<version>0.9.11beta1</version>
29+
<version>0.9.11</version>
3030
<!-- <infourl title="Brute Force Stop">https://github.com/codeling/bfstop/wiki</infourl> -->
3131
<downloads>
32-
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/0.9.11beta1.zip</downloadurl>
32+
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/0.9.11.zip</downloadurl>
3333
</downloads>
3434
<tags>
3535
<tag>stable</tag>

0 commit comments

Comments
 (0)