Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codeling committed Jan 7, 2014
1 parent bdc6f31 commit 0e63784
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.0 (2014-01-07)
- fix language problems
- only do pruning once a day (if enabled)

1.2.0beta1 (2013-12-31)
- IP subnet range support for whitelisting&blocking
- 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)
Expand Down
2 changes: 1 addition & 1 deletion bfstop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<homepage>https://github.com/codeling/bfstop</homepage>
<authorEmail>bfstop@bfroehler.info</authorEmail>
<authorUrl>https://github.com/codeling/bfstop</authorUrl>
<version>1.2.0beta1</version>
<version>1.2.0</version>
<scriptfile>setupscripts.php</scriptfile>
<files>
<filename plugin="bfstop">bfstop.php</filename>
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ langfiles="language"
docs="CHANGELOG LICENSE.txt README"
plgtype="system"
langs="de-DE en-GB"
version=1.2.0beta1
version=1.2.0

if [ "$1" == "zip" ]
then
Expand Down

0 comments on commit 0e63784

Please sign in to comment.