-
Notifications
You must be signed in to change notification settings - Fork 5
/
pkg_juimage.xml
34 lines (32 loc) · 1.24 KB
/
pkg_juimage.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
<?xml version="1.0" encoding="UTF-8" ?>
<extension type="package"
version="@minjversion@"
method="upgrade">
<name>JUImage</name>
<packagename>juimage</packagename>
<creationDate>@date@</creationDate>
<packager>Joomla! Ukraine</packager>
<copyright>(C) 2016-2023 Denys Nosov, Joomla! Ukraine</copyright>
<author>Denys Nosov, Joomla! Ukraine</author>
<authorEmail>denys@joomla-ua.org</authorEmail>
<authorUrl>https://joomla-ua.org</authorUrl>
<version>@version@</version>
<license>GNU/GPL Version 2 or later and Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License</license>
<description>JUImage</description>
<scriptfile>script.php</scriptfile>
<update>https://joomla-ua.org/update/lib/juimage.xml</update>
<updateservers>
<server type="extension"
priority="1"
name="juimage">
<![CDATA[https://joomla-ua.org/update/lib/juimage.xml]]>
</server>
</updateservers>
<files folder="packages">
<file type="plugin"
id="juimage"
group="system">plg_system_juimage.zip</file>
<file type="library"
id="juimage">lib_juimage.zip</file>
</files>
</extension>