-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
27 lines (27 loc) · 1.03 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="eu.tttp.sample" type="module">
<file>sample</file>
<name>Sample a fraction of the contacts from a group (eg to target only 10% of your members)</name>
<description>For instance if you want to send a survey to only a fraction of your contacts</description>
<license>AGPL-3.0</license>
<maintainer>
<author>xavier</author>
<email>xavier@tttp.eu</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/TechToThePeople/sample</url>
<url desc="Documentation">https://github.com/TechToThePeople/sample</url>
<url desc="Support">https://github.com/TechToThePeople/sample</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2016-05-10</releaseDate>
<version>1.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.6</ver>
</compatibility>
<comments>This is a backport of a custom search from the 4.7 version</comments>
<civix>
<namespace>CRM/Sample</namespace>
</civix>
</extension>