Skip to content

Commit 06a78ad

Browse files
committed
Version -> 1.0.0beta1 + Changelog
1 parent 2fcffab commit 06a78ad

File tree

5 files changed

+48
-6
lines changed

5 files changed

+48
-6
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.0beta1 (2013-08-05)
2+
- Possibility to send HTTP status code 403 instead of 200 in case of block
3+
- fix Joomla 3.1.4 compatibility
4+
- fix php 5.2 compatibility issue introduced with 0.9.11
5+
- fix issue with display of permanent blocks
6+
17
0.9.11 (2013-06-23)
28
- Improves blocked list status output
39
- Common log setting with configurable log levels

README

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ Joomla System Plugin
33

44
This is the plugin part of the Brute Force Stop Joomla! Extension package.
55

6-
Warning: There have been reports that the bfstop plugin does not work with the latest 3.1.4 Joomla version. Until these problems have been resolved (which will be reported here by releasing a new version of bfstop) it is recommended to either stick with Joomla version 3.1.1 or to remove bfstop BEFORE the upgrade! For details, see this bug report: https://github.com/codeling/bfstop/issues/39#issuecomment-21666898
7-
86
For detailed information, as well as instructions on how to download, install
97
and configure it, please browse to
108
https://github.com/codeling/bfstop/wiki

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

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

update.xml

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<updates>
3+
4+
<!-- 1.0.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.0.0beta1</version>
13+
<downloads>
14+
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/1.0.0beta1.zip</downloadurl>
15+
</downloads>
16+
<tags>
17+
<tag>beta</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.0.0beta1</version>
31+
<downloads>
32+
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/1.0.0beta1.zip</downloadurl>
33+
</downloads>
34+
<tags>
35+
<tag>beta</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+
<!-- 0.9.11 -->
343
<update>
444
<name>Brute Force Stop Plugin</name>
545
<description>Brute Force Stop Plugin</description>
@@ -8,7 +48,6 @@
848
<folder>system</folder>
949
<client>0</client>
1050
<version>0.9.11</version>
11-
<!-- <infourl title="Brute Force Stop">https://github.com/codeling/bfstop/wiki</infourl> -->
1251
<downloads>
1352
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/0.9.11.zip</downloadurl>
1453
</downloads>
@@ -27,7 +66,6 @@
2766
<folder>system</folder>
2867
<client>0</client>
2968
<version>0.9.11</version>
30-
<!-- <infourl title="Brute Force Stop">https://github.com/codeling/bfstop/wiki</infourl> -->
3169
<downloads>
3270
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/0.9.11.zip</downloadurl>
3371
</downloads>

0 commit comments

Comments
 (0)