forked from CiviCooP/org.civicoop.emailapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
executable file
·32 lines (32 loc) · 1.04 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
28
29
30
31
32
<?xml version="1.0"?>
<extension key="org.civicoop.emailapi" type="module">
<file>emailapi</file>
<name>E-mail API</name>
<description>API to send an e-mail to a contact</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Jaap Jansma - CiviCooP</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/CiviCooP/org.civicoop.emailapi</url>
<url desc="documentation">https://github.com/CiviCooP/org.civicoop.emailapi/README.md</url>
<url desc="Support">http://civicoop.org</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2016-11-16</releaseDate>
<version>1.10</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.3</ver>
<ver>4.4</ver>
<ver>4.5</ver>
<ver>4.6</ver>
</compatibility>
<comments>
Original developed by http://civicoop.org. Contributed by http://www.ixiam.com
</comments>
<civix>
<namespace>CRM/Emailapi</namespace>
</civix>
</extension>