-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
40 lines (40 loc) · 1.51 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
40
<?xml version="1.0"?>
<extension key="biz.jmaconsulting.lineitemedit" type="module">
<file>lineitemedit</file>
<name>Edit Line Item Extension</name>
<description>This extension allows a backend user to add, edit and cancel line item(s) associated with a Contribution.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Monish Deb, Joe Murray, JMA Consulting</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://lab.civicrm.org/extensions/lineitemedit</url>
<url desc="Documentation">https://lab.civicrm.org/extensions/lineitemedit/-/blob/master/README.md</url>
<url desc="Support">https://lab.civicrm.org/extensions/lineitemedit/-/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2024-05-20</releaseDate>
<version>2.5</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.38</ver>
</compatibility>
<comments>This extension allows a backend user to add, edit and cancel line item(s) associated with a Contribution.
</comments>
<comments>PATCH 5</comments>
<civix>
<namespace>CRM/Lineitemedit</namespace>
<format>23.02.1</format>
</civix>
<mixins>
<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_Lineitemedit_Upgrader</upgrader>
</extension>