-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathinfo.xml
38 lines (38 loc) · 1.4 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
<?xml version="1.0"?>
<extension key="com.cividesk.normalize" type="module">
<file>normalize</file>
<name>Cividesk Normalize</name>
<description>Normalizes data prior to saving to database.</description>
<urls>
<url desc="Main Extension Page">https://github.com/cividesk/com.cividesk.normalize</url>
<url desc="Documentation">https://github.com/cividesk/com.cividesk.normalize/blob/master/README.md</url>
<url desc="Support">https://github.com/cividesk/com.cividesk.normalize/issues?state=open</url>
</urls>
<license>GNU Affero General Public License, version 3</license>
<maintainer>
<author>Nicolas Ganivet</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2024-08-29</releaseDate>
<version>1.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.27</ver>
<ver>5.39</ver>
<ver>5.45</ver>
<ver>5.49</ver>
</compatibility>
<comments>This module is very configurable - choose which data you want to normalize and how! Settings are accessed from the 'Administer / Customize Data and Screens / Cividesk Normalize' menu.</comments>
<civix>
<namespace>CRM/Normalize</namespace>
<format>23.02.1</format>
</civix>
<mixins>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
</mixins>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
</extension>