-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathinfo.xml
37 lines (37 loc) · 1.54 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
<?xml version="1.0"?>
<extension key="net.ourpowerbase.sumfields" type="module">
<file>sumfields</file>
<name>Summary Fields</name>
<description>The Summary Fields extension creates read-only custom data fields that extend Contact and are automatically populated with up-to-date totals such as total lifetime contributions, last contribution amount, last attended event, etc.</description>
<license>GPL version 3</license>
<maintainer>
<author>Jamie McClelland/Progressive Technology Project</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2024-06-12</releaseDate>
<version>5.0.3</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.65</ver>
</compatibility>
<comments>This extension adds custom data fields and triggers to your database. Disabling this extension will cause the custom data fields to be deleted and triggers removed.</comments>
<civix>
<namespace>CRM/Sumfields</namespace>
<format>23.02.1</format>
</civix>
<urls>
<url description="Main Extension Page">https://github.com/progressivetech/net.ourpowerbase.sumfields</url>
<url description="Documentation">https://github.com/progressivetech/net.ourpowerbase.sumfields</url>
</urls>
<mixins>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
</mixins>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<upgrader>CRM_Sumfields_Upgrader</upgrader>
</extension>