-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.xml
29 lines (29 loc) · 1.02 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
<?xml version="1.0"?>
<extension key="be.chiro.civi.eventsearch" type="module">
<file>eventsearch</file>
<name>eventsearch</name>
<description>Event related report templates</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Johan Vervloet</author>
<email>helpdesk@chiro.be</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/Chirojeugd-Vlaanderen/eventsearch</url>
<url desc="Documentation">https://github.com/Chirojeugd-Vlaanderen/eventsearch</url>
<url desc="Support">https://github.com/Chirojeugd-Vlaanderen/eventsearch</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2016-11-09</releaseDate>
<version>0.2</version>
<compatibility>
<ver>4.6</ver>
<!-- Not tested on earlier versions. It might work. -->
</compatibility>
<comments>
See the README.md file for information on the report templates.
</comments>
<civix>
<namespace>CRM/Eventsearch</namespace>
</civix>
</extension>