File tree Expand file tree Collapse file tree 3 files changed +46
-1
lines changed
Expand file tree Collapse file tree 3 files changed +46
-1
lines changed Original file line number Diff line number Diff line change 1+ 1.1.1 (2013-12-05)
2+ - Fix installation SQL error
3+ - Correctly update package instead of component and plugin separately
4+
151.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!
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ langfiles="language"
1515docs=" CHANGELOG LICENSE.txt README"
1616plgtype=" system"
1717langs=" de-DE en-GB"
18- version=1.1.0
18+ version=1.1.1
1919
2020if [ " $1 " == " zip" ]
2121then
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments