-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpkg_pcz_vimeo.xml
37 lines (34 loc) · 1.41 KB
/
pkg_pcz_vimeo.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="package" version="3.7" method="upgrade">
<name>pkg_pcz_vimeo</name>
<packagename>pcz_vimeo</packagename>
<version>1.0.5</version>
<creationDate>May 2021</creationDate>
<author>Piotr Konieczny</author>
<copyright>Copyright (C) 2021 Piotr Konieczny. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>htttp://piotr.cz</authorUrl>
<description>PKG_PCZ_VIMEO_XML_DESCRIPTION</description>
<packager>piotr_cz</packager>
<packagerUrl>http://piotr.cz</packagerUrl>
<blockChildUninstall>true</blockChildUninstall>
<!-- Files -->
<files folder="packages">
<folder type="plugin" group="fields" id="pcz_vimeo">plg_fields_pcz_vimeo</folder>
<folder type="plugin" group="content" id="pcz_vimeoprogress">plg_content_pcz_vimeoprogress</folder>
</files>
<!-- Languages -->
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.pkg_pcz_vimeo.sys.ini</language>
</languages>
<!-- Update servers -->
<changelogurl>https://raw.githubusercontent.com/piotr-cz/joomla-customfields-vimeo/main/changelog.xml</changelogurl>
<updateservers>
<server
type="extension"
name="Vimeo Custom Field Package"
priority="1"
>https://raw.githubusercontent.com/piotr-cz/joomla-customfields-vimeo/main/updates.xml</server>
</updateservers>
</extension>