forked from eileenmcnaughton/nz.co.fuzion.entitysetting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
29 lines (29 loc) · 1.13 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
<?xml version="1.0"?>
<extension key="nz.co.fuzion.entitysetting" type="module">
<file>entitysetting</file>
<name>Entity Settings Helper Extension</name>
<description>This module provides a mechanism for managing settings associated with CiviCRM entities without a table per setting</description>
<license>AGPL</license>
<maintainer>
<author>Eileen</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2013-11-15</releaseDate>
<urls>
<url desc="Main Extension Page">http://civicrm.org</url>
<url desc="Support">http://forum.civicrm.org</url>
<url desc="Licensing">http://civicrm.org/licensing</url>
<url desc="Documentation">https://github.com/eileenmcnaughton/nz.co.fuzion.entitysetting/blob/master/README.md</url>
</urls>
<version>1.1</version>
<develStage>alpha</develStage>
<compatibility>
<ver>4.2</ver>
<ver>4.4</ver>
<ver>4.5</ver>
</compatibility>
<comments>This extension is provided to be a 'soft' dependency for other extension. It does not provide functionality itself</comments>
<civix>
<namespace>CRM/Entitysetting</namespace>
</civix>
</extension>