-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.xml
More file actions
55 lines (55 loc) · 1.82 KB
/
Copy pathinfo.xml
File metadata and controls
55 lines (55 loc) · 1.82 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0"?>
<extension key="xeropendingfilter" type="module">
<file>xeropendingfilter</file>
<name>Xero Pending Filter</name>
<description>Prevent pushing of Pending (Incomplete Transaction) contributions to Xero.</description>
<license>AGPL-3.0</license>
<authors>
<author>
<name>Jitendra Purohit</name>
<email>jitendra@fuzion.co.nz</email>
<role>Maintainer</role>
</author>
</authors>
<urls>
<url desc="Main Extension Page">https://FIXME</url>
<url desc="Documentation">https://FIXME</url>
<url desc="Support">https://FIXME</url>
<url desc="Licensing">https://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2025-11-22</releaseDate>
<version>1.0.0</version>
<develStage>alpha</develStage>
<compatibility mode="semver">
<comments>Semantic versioning. For example, compatibility with "6.1" implies compatibility with "6.2".</comments>
<ver>6.4</ver>
</compatibility>
<php_compatibility mode="list">
<comments>Listed versions. For example, specify both "8.1" and "8.2".</comments>
<ver>8.0</ver>
<ver>8.1</ver>
<ver>8.2</ver>
<ver>8.3</ver>
<ver>8.4</ver>
</php_compatibility>
<smarty_compatibility mode="list">
<comments>Listed versions. For example, specify both "4" and "5".</comments>
<ver>5</ver>
</smarty_compatibility>
<comments>This is a new, undeveloped module</comments>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/Xeropendingfilter</namespace>
<format>25.10.2</format>
<angularModule>crmXeropendingfilter</angularModule>
</civix>
<mixins>
<mixin>mgd-php@2.0.0</mixin>
<mixin>scan-classes@1.0.0</mixin>
<mixin>setting-php@1.0.0</mixin>
<mixin>smarty@1.0.3</mixin>
</mixins>
</extension>