forked from eileenmcnaughton/nz.co.fuzion.extendedreport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
executable file
·31 lines (31 loc) · 976 Bytes
/
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
<?xml version="1.0"?>
<extension key="nz.co.fuzion.extendedreport" type="module">
<file>extendedreport</file>
<name>ExtendedReport</name>
<description>Extended reports</description>
<license>AGPL</license>
<urls>
<url desc="Main Extension Page">http://civicrm.org</url>
<url desc="Support">http://chat.civicrm.org</url>
<url desc="Licensing">http://civicrm.org/licensing</url>
</urls>
<maintainer>
<author>Eileen McNaughton</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2021-09-17</releaseDate>
<version>5.11</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.41</ver>
</compatibility>
<comments>Extended reports create other report options such as crosstab urls, multiple contact custom fields, price
set reports
</comments>
<civix>
<namespace>CRM/Extendedreport</namespace>
</civix>
<classloader>
<psr4 prefix="Civi\" path="Civi" />
</classloader>
</extension>