Skip to content

Commit 1fd8cca

Browse files
committed
Changelog 1.1.1, pseudo-update.xml pointing to package to update
1 parent 01cd465 commit 1fd8cca

File tree

3 files changed

+46
-1
lines changed

3 files changed

+46
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.1.1 (2013-12-05)
2+
- Fix installation SQL error
3+
- Correctly update package instead of component and plugin separately
4+
15
1.1.0 (2013-12-04)
26
- Adds it-IT translations - thanks to Stefano Buscaglia!
37
- Updated translations (ca-ES, nl-NL, fr-FR) - thanks to maintainers!

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.1.0
18+
version=1.1.1
1919

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

update.xml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<updates>
3+
4+
<!-- 1.1.1 -->
5+
<update>
6+
<name>Brute Force Stop Package</name>
7+
<description>Brute Force Stop Package</description>
8+
<element>bfstop</element>
9+
<type>plugin</type>
10+
<folder>system</folder>
11+
<client>0</client>
12+
<version>1.1.1</version>
13+
<downloads>
14+
<downloadurl type="full" format="zip">https://github.com/codeling/pkg_bfstop/raw/master/pkg_bfstop-1.1.1.zip</downloadurl>
15+
</downloads>
16+
<tags>
17+
<tag>stable</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 Package</name>
25+
<description>Brute Force Stop Package</description>
26+
<element>bfstop</element>
27+
<type>plugin</type>
28+
<folder>system</folder>
29+
<client>0</client>
30+
<version>1.1.1</version>
31+
<downloads>
32+
<downloadurl type="full" format="zip">https://github.com/codeling/pkg_bfstop/raw/master/pkg_bfstop-1.1.1.zip</downloadurl>
33+
</downloads>
34+
<tags>
35+
<tag>stable</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+
</updates>

0 commit comments

Comments
 (0)