Skip to content

Commit

Permalink
Version -> 1.0.0beta1 + Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
codeling committed Aug 5, 2013
1 parent 2fcffab commit 06a78ad
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.0beta1 (2013-08-05)
- Possibility to send HTTP status code 403 instead of 200 in case of block
- fix Joomla 3.1.4 compatibility
- fix php 5.2 compatibility issue introduced with 0.9.11
- fix issue with display of permanent blocks

0.9.11 (2013-06-23)
- Improves blocked list status output
- Common log setting with configurable log levels
Expand Down
2 changes: 0 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Joomla System Plugin

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

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

For detailed information, as well as instructions on how to download, install
and configure it, please browse to
https://github.com/codeling/bfstop/wiki
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>[email protected]</authorEmail>
<authorUrl>https://github.com/codeling/bfstop</authorUrl>
<version>0.9.11</version>
<version>1.0.0beta1</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=0.9.11
version=1.0.0beta1

if [ "$1" == "zip" ]
then
Expand Down
42 changes: 40 additions & 2 deletions update.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<updates>

<!-- 1.0.0 -->
<update>
<name>Brute Force Stop Plugin</name>
<description>Brute Force Stop Plugin</description>
<element>bfstop</element>
<type>plugin</type>
<folder>system</folder>
<client>0</client>
<version>1.0.0beta1</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/1.0.0beta1.zip</downloadurl>
</downloads>
<tags>
<tag>beta</tag>
</tags>
<maintainer>Bernhard Froehler</maintainer>
<maintainerurl>https://github.com/codeling/</maintainerurl>
<targetplatform name="joomla" version="2.5" />
</update>
<update>
<name>Brute Force Stop Plugin</name>
<description>Brute Force Stop Plugin</description>
<element>bfstop</element>
<type>plugin</type>
<folder>system</folder>
<client>0</client>
<version>1.0.0beta1</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/1.0.0beta1.zip</downloadurl>
</downloads>
<tags>
<tag>beta</tag>
</tags>
<maintainer>Bernhard Froehler</maintainer>
<maintainerurl>https://github.com/codeling/</maintainerurl>
<targetplatform name="joomla" version="3.[0123456789]" />
</update>

<!-- 0.9.11 -->
<update>
<name>Brute Force Stop Plugin</name>
<description>Brute Force Stop Plugin</description>
Expand All @@ -8,7 +48,6 @@
<folder>system</folder>
<client>0</client>
<version>0.9.11</version>
<!-- <infourl title="Brute Force Stop">https://github.com/codeling/bfstop/wiki</infourl> -->
<downloads>
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/0.9.11.zip</downloadurl>
</downloads>
Expand All @@ -27,7 +66,6 @@
<folder>system</folder>
<client>0</client>
<version>0.9.11</version>
<!-- <infourl title="Brute Force Stop">https://github.com/codeling/bfstop/wiki</infourl> -->
<downloads>
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/0.9.11.zip</downloadurl>
</downloads>
Expand Down

0 comments on commit 06a78ad

Please sign in to comment.