Skip to content

Commit

Permalink
Changelog 1.1.1, pseudo-update.xml pointing to package to update
Browse files Browse the repository at this point in the history
  • Loading branch information
codeling committed Dec 4, 2013
1 parent 01cd465 commit 1fd8cca
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.1.1 (2013-12-05)
- Fix installation SQL error
- Correctly update package instead of component and plugin separately

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!
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.1.0
version=1.1.1

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

<!-- 1.1.1 -->
<update>
<name>Brute Force Stop Package</name>
<description>Brute Force Stop Package</description>
<element>bfstop</element>
<type>plugin</type>
<folder>system</folder>
<client>0</client>
<version>1.1.1</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/codeling/pkg_bfstop/raw/master/pkg_bfstop-1.1.1.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 Package</name>
<description>Brute Force Stop Package</description>
<element>bfstop</element>
<type>plugin</type>
<folder>system</folder>
<client>0</client>
<version>1.1.1</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/codeling/pkg_bfstop/raw/master/pkg_bfstop-1.1.1.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>
</updates>

0 comments on commit 1fd8cca

Please sign in to comment.