-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathinfo.xml
41 lines (41 loc) · 1.35 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
41
<?xml version="1.0"?>
<extension key="nz.co.fuzion.csvimport" type="module">
<file>csvimport</file>
<name>CSV GUI Import to api</name>
<description>Simply makes gui import available to api</description>
<license>AGPL</license>
<urls>
<url desc="Main Extension Page">https://github.com/eileenmcnaughton/nz.co.fuzion.csvimport/blob/master/README</url>
<url desc="Documentation">https://github.com/eileenmcnaughton/nz.co.fuzion.csvimport/blob/master/README</url>
<url desc="Support">http://forum.civicrm.org</url>
<url desc="Licensing">http://civicrm.org/licensing</url>
</urls>
<maintainer>
<author>Eileen</author>
<email>eileen@fuzion.co.nz</email>
</maintainer>
<releaseDate>2024-09-02</releaseDate>
<version>1.14</version>
<develStage>stable</develStage>
<requires>
<ext>civiimport</ext>
</requires>
<compatibility>
<ver>5.76</ver>
</compatibility>
<comments>This is module which adds a UI to api create actions. There are no plans to provide free support for it
</comments>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
<psr0 prefix="CRM_" path="."/>
</classloader>
<civix>
<namespace>CRM/Csvimport</namespace>
<format>23.02.1</format>
</civix>
<mixins>
<mixin>menu-xml@1.0.0</mixin>
<mixin>scan-classes@1.0.0</mixin>
<mixin>smarty@1.0.3</mixin>
</mixins>
</extension>