Skip to content

Commit

Permalink
Version -> 1.0.0 + Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
codeling committed Aug 18, 2013
1 parent 80a1c07 commit 64f0a4e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
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
- Updated translations (ca-ES, es-ES, nl-NL, fr-FR)
- Adds ru-RU translations (thanks to Raven)

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
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.0beta1</version>
<version>1.0.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.0beta1
version=1.0.0

if [ "$1" == "zip" ]
then
Expand Down
12 changes: 6 additions & 6 deletions update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<type>plugin</type>
<folder>system</folder>
<client>0</client>
<version>1.0.0beta1</version>
<version>1.0.0</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/1.0.0beta1.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/1.0.0</downloadurl>
</downloads>
<tags>
<tag>beta</tag>
<tag>stable</tag>
</tags>
<maintainer>Bernhard Froehler</maintainer>
<maintainerurl>https://github.com/codeling/</maintainerurl>
Expand All @@ -27,12 +27,12 @@
<type>plugin</type>
<folder>system</folder>
<client>0</client>
<version>1.0.0beta1</version>
<version>1.0.0</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/1.0.0beta1.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/1.0.0</downloadurl>
</downloads>
<tags>
<tag>beta</tag>
<tag>stable</tag>
</tags>
<maintainer>Bernhard Froehler</maintainer>
<maintainerurl>https://github.com/codeling/</maintainerurl>
Expand Down

0 comments on commit 64f0a4e

Please sign in to comment.