-
Notifications
You must be signed in to change notification settings - Fork 57
/
info.xml
39 lines (39 loc) · 1.28 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
33
34
35
36
37
38
39
<?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">https://github.com/eileenmcnaughton/nz.co.fuzion.extendedreport</url>
<url desc="Documentation">https://github.com/eileenmcnaughton/nz.co.fuzion.extendedreport</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>2024-11-21</releaseDate>
<version>6.0.3</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.78</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>
<format>23.02.1</format>
</civix>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
<psr0 prefix="CRM_" path="."/>
</classloader>
<mixins>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
</mixins>
</extension>