-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlegacymvc.xml
More file actions
20 lines (20 loc) · 824 Bytes
/
legacymvc.xml
File metadata and controls
20 lines (20 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="system" method="upgrade">
<name>plg_system_legacymvc</name>
<author>Joomla! Project</author>
<creationDate>March 2020</creationDate>
<copyright>Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
<version>4.0.0</version>
<description>PLG_LEGACYMVC_XML_DESCRIPTION</description>
<files>
<filename plugin="legacymvc">legacymvc.php</filename>
<folder>src</folder>
</files>
<languages>
<language tag="en-GB">en-GB.plg_system_legacymvc.ini</language>
<language tag="en-GB">en-GB.plg_system_legacymvc.sys.ini</language>
</languages>
</extension>