forked from joomla-projects/soc23_joomla-converter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pkg_migratetojoomla.xml
24 lines (24 loc) · 1.22 KB
/
pkg_migratetojoomla.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="package" method="upgrade">
<name>pkg_migratetojoomla</name>
<author>Joomla! Project</author>
<creationDate>2024</creationDate>
<packagename>(C) 2024 Open Source Matters, Inc.</packagename>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
<version>1.0</version>
<packager>Joomla</packager>
<copyright>(C) 2024 Open Source Matters, Inc.</copyright>
<description>PKG_MIGRATETOJOOMLA_XML_DESCRIPTION</description>
<blockChildUninstall>true</blockChildUninstall>
<files>
<file type="component" id="com_migratetojoomla">com_migratetojoomla.zip</file>
<file type="plugin" group="migratetojoomla" id="migratetojoomla">plugins/plg_migratetojoomla_mediadownload.zip</file>
<file type="plugin" group="migratetojoomla" id="migratetojoomla">plugins/plg_migratetojoomla_wordpress.zip</file>
</files>
<languages folder="languages">
<language tag="en-GB">en-GB/pkg_migratetojoomla.ini</language>
<language tag="en-GB">en-GB/pkg_migratetojoomla.sys.ini</language>
</languages>
</extension>