-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathinfo.xml
30 lines (30 loc) · 1 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
<?xml version="1.0"?>
<extension key="org.cpehn.subscriptionhistory" type="module">
<file>subscriptionhistory</file>
<name>Subscription History</name>
<description>This report template shows the subscription history for contacts.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Joseph Lacey</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2024-01-23</releaseDate>
<version>1.1.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.45</ver>
</compatibility>
<comments>This report was originally sponsored by the California Pan-Ethnic Health Network (CPEHN). Version 1.1 sponsored by the Plastic Pollution Coalition.</comments>
<civix>
<namespace>CRM/Subscriptionhistory</namespace>
<format>23.02.1</format>
</civix>
<mixins>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
</mixins>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
</extension>