forked from eileenmcnaughton/org.civicrm.multisite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
27 lines (27 loc) · 989 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
<?xml version="1.0"?>
<extension key="org.civicrm.multisite" type="module">
<file>multisite</file>
<name>CiviCRM Multisite</name>
<description>Multisite permissioning for CiviCRM</description>
<urls>
<url desc="Main Extension Page">http://wiki.civicrm.org/confluence/pages/viewpage.action?pageId=86213708</url>
<url desc="Support">http://forum.civicrm.org/index.php/board,51.0.html</url>
<url desc="Licensing">http://civicrm.org/licensing</url>
</urls>
<license>AGPL</license>
<maintainer>
<author>CiviCRM LLC</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2016-07-25</releaseDate>
<version>2.5</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.6</ver>
<ver>4.7</ver>
</compatibility>
<comments>This is a port of the CiviCRM multisite module to an extension. You will need to review the changes in this version</comments>
<civix>
<namespace>CRM/Multisite</namespace>
</civix>
</extension>