forked from systopia/de.systopia.mailingtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
32 lines (32 loc) · 1.12 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="de.systopia.mailingtools" type="module">
<file>mailingtools</file>
<name>SYSTOPIA Mailingtools</name>
<description>Tools supporting mass mailing</description>
<license>AGPL-3.0</license>
<maintainer>
<author>SYSTOPIA</author>
<email>batroff@systopia.de</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/systopia/de.systopia.mailingtools</url>
<url desc="Documentation">https://github.com/systopia/de.systopia.mailingtools</url>
<url desc="Support">https://github.com/systopia/de.systopia.mailingtools/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2018-10-12</releaseDate>
<version>0.5.4</version>
<develStage>beta</develStage>
<compatibility>
<ver>4.7</ver>
<ver>4.6</ver>
</compatibility>
<comments>For use of Email Domain Verification a couple of dependencies exist:
- PHP >= 7.0
- php-intl (idn_to_ascii)
- composer voku/email-check
</comments>
<civix>
<namespace>CRM/Mailingtools</namespace>
</civix>
</extension>