-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddentity.xml
29 lines (29 loc) · 1.21 KB
/
addentity.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.1" type="plugin" group="content" method="upgrade">
<name>PLG_CONTENT_ADDENTITY</name>
<author>Peter Möller</author>
<creationDate>30.Mai 2017</creationDate>
<copyright>Copyright (C) 2017 Peter Möller. All rights reserved</copyright>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<version>3.0.1</version>
<description><![CDATA[PLG_CONTENT_ADDENTITY_XML_DESCRIPTION]]></description>
<files>
<filename plugin="addentity">addentity.php</filename>
</files>
<languages folder="language">
<language tag="de-DE">de-DE/de-DE.plg_content_addentity.ini</language>
<language tag="de-DE">de-DE/de-DE.plg_content_addentity.sys.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_content_addentity.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_content_addentity.sys.ini</language>
</languages>
<updateservers>
<server type="extension" priority="1" name="AddEntity Plugin Updates">
<![CDATA[http://we-like-joomla.de/update/plg_addentity-updates.xml]]>
</server>
</updateservers>
<config>
<fields name="params">
</fields>
</config>
</extension>