forked from artfulrobot/uk.artfulrobot.civicrm.iparl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
27 lines (27 loc) · 1.07 KB
/
info.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"?>
<extension key="uk.artfulrobot.iparl" type="module">
<file>iparl</file>
<name>iParl Integration</name>
<description>Receives notifications from Organic Campaigns' iParl webhook adding contacts and activities when action is taken through iParl.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Rich Lott</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/artfulrobot/uk.artfulrobot.civicrm.iparl</url>
<url desc="Documentation">https://github.com/artfulrobot/uk.artfulrobot.civicrm.iparl</url>
<url desc="Support">https://artfulrobot.uk</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2017-03-03</releaseDate>
<version>1.1</version>
<develStage>beta</develStage>
<compatibility>
<ver>4.4.6</ver>
</compatibility>
<comments>This was written with funding from the Equality Trust. It is written against 4.6.4.</comments>
<civix>
<namespace>CRM/Iparl</namespace>
</civix>
</extension>