-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
22 lines (20 loc) · 1.07 KB
/
package.xml
File metadata and controls
22 lines (20 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8" ?>
<extension type="package" version="4.3" method="upgrade">
<name>RezKit Tour Manager Integration</name>
<description>Integrates Joomla 4.x with RezKit Tour Manager</description>
<author>RezKit Ltd.</author>
<packagename>tour-manager</packagename>
<creationDate>2023-06-21</creationDate>
<version>2.0.__VERSION__</version>
<files>
<file type="library" id="tour-manager">lib_tour-manager.zip</file>
<file type="plugin" id="rktours" group="system">plg_system_rktours.zip</file>
<file type="plugin" id="rezkit_geoip" group="system">plg_system_rezkit_geoip.zip</file>
<file type="plugin" id="toursearch" group="system">plg_system_toursearch.zip</file>
<file type="component" id="rktours">com_rktours.zip</file>
<file type="plugin" id="tours_sitemap" group="osmap">plg_osmap_tours_sitemap.zip</file>
</files>
<updateservers>
<server type="extension" name="RezKit Tour Manager">https://updates.mrzen.com/j4/tour-manager/update.xml</server>
</updateservers>
</extension>