Skip to content

Commit 64f0a4e

Browse files
committed
Version -> 1.0.0 + Changelog
1 parent 80a1c07 commit 64f0a4e

4 files changed

Lines changed: 14 additions & 8 deletions

File tree

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.0 (2013-08-18)
2+
- fix error when php compiled without openssl, using mcrypt or mt_rand instead
3+
- only create unblock token if mail really sent out
4+
- Updated translations (ca-ES, es-ES, nl-NL, fr-FR)
5+
- Adds ru-RU translations (thanks to Raven)
6+
17
1.0.0beta1 (2013-08-05)
28
- Possibility to send HTTP status code 403 instead of 200 in case of block
39
- fix Joomla 3.1.4 compatibility

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

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

update.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<type>plugin</type>
1010
<folder>system</folder>
1111
<client>0</client>
12-
<version>1.0.0beta1</version>
12+
<version>1.0.0</version>
1313
<downloads>
14-
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/1.0.0beta1.zip</downloadurl>
14+
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/1.0.0</downloadurl>
1515
</downloads>
1616
<tags>
17-
<tag>beta</tag>
17+
<tag>stable</tag>
1818
</tags>
1919
<maintainer>Bernhard Froehler</maintainer>
2020
<maintainerurl>https://github.com/codeling/</maintainerurl>
@@ -27,12 +27,12 @@
2727
<type>plugin</type>
2828
<folder>system</folder>
2929
<client>0</client>
30-
<version>1.0.0beta1</version>
30+
<version>1.0.0</version>
3131
<downloads>
32-
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/1.0.0beta1.zip</downloadurl>
32+
<downloadurl type="full" format="zip">https://github.com/codeling/bfstop/archive/1.0.0</downloadurl>
3333
</downloads>
3434
<tags>
35-
<tag>beta</tag>
35+
<tag>stable</tag>
3636
</tags>
3737
<maintainer>Bernhard Froehler</maintainer>
3838
<maintainerurl>https://github.com/codeling/</maintainerurl>

0 commit comments

Comments
 (0)