generated from compucorp/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
33 lines (33 loc) · 1.02 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
<?xml version="1.0"?>
<extension key="io.compuco.legacytransactapi" type="module">
<file>legacytransactapi</file>
<name>Legacy transact API</name>
<description>Brings back the legacy contribution transact core API</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Compuco</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Documentation">https://github.com/compucorp/io.compuco.legacytransactapi/blob/master/readme.md</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2023-05-30</releaseDate>
<version>1.0.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.0</ver>
</compatibility>
<comments>
Supported CiviCRM versions :
- CiviCRM 5.51.3
</comments>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/Legacytransactapi</namespace>
<format>23.02.1</format>
<angularModule>crmLegacytransactapi</angularModule>
</civix>
</extension>