-
Notifications
You must be signed in to change notification settings - Fork 5
/
info.xml
28 lines (28 loc) · 1.09 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
<?xml version="1.0"?>
<extension key="uk.org.futurefirst.networks.capscorrect" type="module">
<file>capscorrect</file>
<name>Capitalisation Corrector</name>
<description>This module scans a set number of contacts each day and corrects contact names capitalisation and leading/trailing whitespace on first, middle and last names.</description>
<urls>
<url desc="Documentation">http://github.com/futurefirst/capscorrect/wiki</url>
<url desc="On GitHub">https://github.com/futurefirst/capscorrect</url>
<url desc="Future First">http://www.futurefirst.org.uk/</url>
</urls>
<license>AGPL-3.0</license>
<maintainer>
<author>Vitor Nobrega</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2016-06-09</releaseDate>
<version>1.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.4</ver>
<ver>4.5</ver>
<ver>4.6</ver>
</compatibility>
<comments>The number of contacts scanned each day can be set in Civi's scheduled job settings page.</comments>
<civix>
<namespace>CRM/Capscorrect</namespace>
</civix>
</extension>