-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhr_custom.xml
27 lines (27 loc) · 1.21 KB
/
hr_custom.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.6.5" type="plugin" group="system" method="upgrade">
<name>PLG_SYSTEM_HR_CUSTOM</name>
<version>1.0.0.0</version>
<creationDate>28.02.2020</creationDate>
<author>HR IT-Solutions Florian Häusler</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://www.hr-it-solutions.com</authorUrl>
<copyright>Copyright (C) 2020 - 2020 HR-IT-Solutions GmbH</copyright>
<license>GNU/GPLv2 only</license>
<description>PLG_SYSTEM_HR_CUSTOM_XML_DESCRIPTION</description>
<files>
<filename plugin="hr_custom">hr_custom.php</filename>
<filename>script.php</filename>
</files>
<languages>
<language tag="en-GB">language/en-GB/en-GB.plg_system_hr_custom.sys.ini</language>
<language tag="en-GB">language/en-GB/en-GB.plg_system_hr_custom.ini</language>
</languages>
<updateservers>
<server type="collection" priority="1" name="HR IT-Solutions Updates">http://www.hr-it-solutions.com/jextensions/update.xml</server>
</updateservers>
<media destination="plg_system_hr_custom" folder="media">
<folder>css</folder>
<folder>js</folder>
</media>
</extension>