-
Notifications
You must be signed in to change notification settings - Fork 27
/
update.xml
36 lines (34 loc) · 1.23 KB
/
update.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
<?xml version="1.0" encoding="UTF-8" ?>
<!--
JBZoo Application
This file is part of the JBZoo CCK package.
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
@package Application
@license GPL-2.0
@copyright Copyright (C) JBZoo.com, All rights reserved.
@link https://github.com/JBZoo/JBZoo
-->
<updates>
<update>
<name>JBZoo Community Edition</name>
<description>
JBZoo App is universal Joomla CCK, application for YooTheme Zoo component. Developed by Denis Smetannikov
</description>
<license>GPL-2.0</license>
<element>JBZoo Community Edition</element>
<type>package</type>
<version>4.12.0</version>
<infourl title="JBZoo">https://github.com/JBZoo/JBZoo/</infourl>
<downloads>
<downloadurl type="full" format="zip">
<![CDATA[https://github.com/JBZoo/JBZoo/releases/download/4.12.0/jbzoo_update.zip]]>
</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<client>1</client>
<targetplatform name="joomla" version="3.[23456789]"/>
</update>
</updates>