-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
46 lines (46 loc) · 2.02 KB
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8"?>
<updates>
<update>
<name>B3 Gallery Module</name>
<description>This is B3 Gallery Module version 2.1</description>
<element>mod_b3_gallery</element>
<type>module</type>
<version>2.1</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/hfittipaldi/mod_b3_gallery/archive/v2.1.zip</downloadurl>
</downloads>
<maintainer>Hugo Fittipaldi</maintainer>
<maintainerurl>https://github.com/hfittipaldi/mod_b3_gallery</maintainerurl>
<targetplatform name="joomla" version="3.[6789]"/>
<php_minimum>5.6</php_minimum>
<client>site</client>
</update>
<update>
<name>B3 Gallery Module</name>
<description>This is mod_b3_gallery version 2.0.0</description>
<element>mod_b3_carousel</element>
<type>module</type>
<version>2.0.0</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/hfittipaldi/mod_b3_gallery/releases/download/2.0.0/mod_b3_gallery-2.0.0.zip</downloadurl>
</downloads>
<maintainer>Hugo Fittipaldi</maintainer>
<maintainerurl>https://github.com/hfittipaldi/mod_b3_gallery</maintainerurl>
<targetplatform name="joomla" version="3.[678]"/>
<client>site</client>
</update>
<update>
<name>B3 Gallery Module</name>
<description>This is mod_b3_gallery version 2.0.0-rc</description>
<element>mod_b3_carousel</element>
<type>module</type>
<version>2.0.0-rc</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/hfittipaldi/mod_b3_gallery/releases/download/v2.0.0-rc/mod_b3_gallery-v2.0.0-rc.zip</downloadurl>
</downloads>
<maintainer>Hugo Fittipaldi</maintainer>
<maintainerurl>https://github.com/hfittipaldi/mod_b3_gallery</maintainerurl>
<targetplatform name="joomla" version="3.[678]"/>
<client>site</client>
</update>
</updates>