Skip to content

Commit 0e63784

Browse files
committed
Version 1.2.0
1 parent bdc6f31 commit 0e63784

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.2.0 (2014-01-07)
2+
- fix language problems
3+
- only do pruning once a day (if enabled)
4+
15
1.2.0beta1 (2013-12-31)
26
- IP subnet range support for whitelisting&blocking
37
- Multiple notification recipients (no more awkward choice between which input to consider for email addresses - all inputs where something is specified are taken into consideration; multiple email addresses can be specified separated by a semicolon; and a user group can be chosen to be notified)

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.2.0beta1</version>
12+
<version>1.2.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.2.0beta1
18+
version=1.2.0
1919

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

0 commit comments

Comments
 (0)