-
Notifications
You must be signed in to change notification settings - Fork 1
/
rsfppostcodeapi.xml
31 lines (27 loc) · 1.16 KB
/
rsfppostcodeapi.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
30
31
<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="system" method="upgrade">
<name>System - RSForm! Pro Postcode API</name>
<author>Perfect Web Team - Hans Kuijpers</author>
<creationDate>March 2021</creationDate>
<license>GPLv3 http://www.gnu.org/licenses/gpl.html</license>
<authorEmail>extensions@perfectwebteam.com</authorEmail>
<authorUrl>https://extensions.perfectwebteam.com</authorUrl>
<version>1.0.2</version>
<description><![CDATA[PLG_RSFP_POSTCODEAPI_DESCRIPTION]]></description>
<scriptfile>script.php</scriptfile>
<files>
<filename plugin="rsfppostcodeapi">rsfppostcodeapi.php</filename>
<filename>configuration.xml</filename>
<folder>language</folder>
<folder>sql</folder>
</files>
<media folder="media" destination="plg_system_rsfppostcodeapi">
<folder>js</folder>
</media>
<files folder="libraries" destination="plg_system_rsfppostcodeapi">
<folder>Postcode</folder>
</files>
<updateservers>
<server type="extension" priority="1" name="RSForm! Pro - Postcode API">https://raw.githubusercontent.com/perfectwebteam/plg_system_rsfppostcodeapi/master/update/extension.xml</server>
</updateservers>
</extension>