-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinfo.xml
29 lines (29 loc) · 963 Bytes
/
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
<?xml version="1.0"?>
<extension key="eu.tttp.setting" type="module">
<file>setting</file>
<name>CiviConfigure</name>
<description>Get an overview of settings versus the defaults, set defaults by profile, edit or revert settings.</description>
<license>aGPL3</license>
<urls>
<url desc="Main Extension Page">http://civicrm.org</url>
<url desc="Documentation">http://wiki.civicrm.org/confluence/</url>
<url desc="Support">http://forum.civicrm.org</url>
<url desc="Licensing">http://civicrm.org/licensing</url>
</urls>
<maintainer>
<author>Xavier Dutoit and Eileen</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2012-10-19</releaseDate>
<version>1.3</version>
<compatibility>
<ver>4.3</ver>
<ver>4.4</ver>
<ver>4.5</ver>
<ver>4.6</ver>
</compatibility>
<comments>For configuring sites more easily</comments>
<civix>
<namespace>CRM/Setting</namespace>
</civix>
</extension>