-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinfo.xml
More file actions
30 lines (30 loc) · 927 Bytes
/
info.xml
File metadata and controls
30 lines (30 loc) · 927 Bytes
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
<?xml version="1.0"?>
<extension key="net.ourpowerbase.search.eventcount" type="module">
<file>eventcount</file>
<name>Event Count</name>
<description>Find contacts based on number of events they have attended</description>
<license>GPL v3 or later</license>
<maintainer>
<author>Jamie McClelland/Progressive Technology Project</author>
<email>jamie@progressivetech.org</email>
</maintainer>
<releaseDate>2013-05-20</releaseDate>
<version>0.1</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.27</ver>
</compatibility>
<comments>This is a new, undeveloped module</comments>
<civix>
<namespace>CRM/Eventcount</namespace>
<format>23.02.1</format>
</civix>
<mixins>
<mixin>mgd-php@1.0.0</mixin>
<mixin>smarty-v2@1.0.1</mixin>
</mixins>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
</extension>