-
Notifications
You must be signed in to change notification settings - Fork 14
/
info.xml
42 lines (42 loc) · 1.27 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
42
<?xml version="1.0"?>
<extension key="nz.co.fuzion.civixero" type="module">
<file>Civixero</file>
<name>CiviXero</name>
<description>CiviCRM Xero Integration</description>
<license>AGPL</license>
<requires>
<ext>nz.co.fuzion.accountsync</ext>
</requires>
<urls>
<url desc="Main Extension Page">https://github.com/eileenmcnaughton/nz.co.fuzion.civixero</url>
<url desc="Licensing">https://civicrm.org/licensing</url>
<url desc="Documentation">http://docs.civicrm.org/civixero/en/latest</url>
</urls>
<maintainer>
<author>eileen</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2024-08-22</releaseDate>
<version>3.0.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.74</ver>
</compatibility>
<comments>This module requires nz.co.fuzion.accountsync</comments>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/Civixero</namespace>
<format>23.02.1</format>
</civix>
<mixins>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
</mixins>
<upgrader>CRM_Civixero_Upgrader</upgrader>
</extension>