Skip to content

Commit

Permalink
Version -> 1.1.0 + Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
codeling committed Dec 3, 2013
1 parent 35d5101 commit cd77464
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.1.0 (2013-12-04)
- Adds it-IT translations - thanks to Stefano Buscaglia!
- Updated translations (ca-ES, nl-NL, fr-FR) - thanks to maintainers!
- whitelist (manageable via backend)
- adaptive delay
- option for automatic pruning of old failed log entries
- link to whois information for failed&blocked IP addresses in backend
- use more reliable method to determine clients' IP address
- some other small fixes

1.0.0 (2013-08-18)
- fix error when php compiled without openssl, using mcrypt or mt_rand instead
- only create unblock token if mail really sent out
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>1.0.0</version>
<version>1.1.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.0.0
version=1.1.0

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

<!-- 1.1.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.1.0</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/1.1.0.zip</downloadurl>
</downloads>
<tags>
<tag>stable</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.1.0</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/1.1.0.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer>Bernhard Froehler</maintainer>
<maintainerurl>https://github.com/codeling/</maintainerurl>
<targetplatform name="joomla" version="3.[0123456789]" />
</update>


<!-- 1.0.0 -->
<update>
<name>Brute Force Stop Plugin</name>
Expand Down

0 comments on commit cd77464

Please sign in to comment.