forked from joomla-projects/JA-Advanced-Migration-Tool
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpkg_cmsmigrator.xml
More file actions
39 lines (35 loc) · 1.58 KB
/
pkg_cmsmigrator.xml
File metadata and controls
39 lines (35 loc) · 1.58 KB
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
<?xml version="1.0" encoding="utf-8"?>
<!--
/**
* @package CMS Migrator Package
* @subpackage pkg_cmsmigrator
* @copyright Copyright (C) 2025 Open Source Matters, Inc.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
-->
<extension type="package" version="5.0" method="install">
<name>PKG_CMSMIGRATOR</name>
<packagename>cmsmigrator</packagename>
<author>Joomla Academy</author>
<authorEmail></authorEmail>
<creationDate>2025-10-03</creationDate>
<copyright>(C) 2025 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>1.0.0</version>
<description>PKG_CMSMIGRATOR_DESCRIPTION</description>
<packager>Joomla Academy</packager>
<packagerurl>https://github.com/joomla-projects/JA-Advanced-Migration-Tool</packagerurl>
<!-- constituents folder holds the inner extension zips -->
<files folder="constituents">
<file type="component" id="com_cmsmigrator">com_cmsmigrator.zip</file>
<file type="module" id="mod_migrationnotice" client="site">mod_migrationnotice.zip</file>
</files>
<!-- language files (must match files inside /language/en-GB/) -->
<languages folder="language">
<language tag="en-GB">en-GB/pkg_cmsmigrator.ini</language>
<language tag="en-GB">en-GB/pkg_cmsmigrator.sys.ini</language>
</languages>
<updateservers>
<server type="extension" priority="1" name="CMS Migrator Package Updates"><![CDATA[https://api.github.com/repos/joomla-projects/JA-Advanced-Migration-Tool/releases/latest]]></server>
</updateservers>
</extension>