-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinfo.xml
More file actions
26 lines (26 loc) · 742 Bytes
/
info.xml
File metadata and controls
26 lines (26 loc) · 742 Bytes
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
<?xml version="1.0"?>
<extension key="com.skvare.commonfix" type="module">
<file>commonfix</file>
<name>Common Fix for CiviCRM</name>
<description>Common Fix for CiviCRM</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Sunil Pawar</author>
<email>sunil@skvare.com</email>
</maintainer>
<releaseDate>2025-01-30</releaseDate>
<version>1.0</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.0</ver>
</compatibility>
<comments>This is a new, undeveloped module</comments>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
<psr0 prefix="CRM_" path="."/>
</classloader>
<civix>
<namespace>CRM/Commonfix</namespace>
<format>23.02.1</format>
</civix>
</extension>