forked from compucorp/civibooking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
28 lines (28 loc) · 1.12 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.co.compucorp.civicrm.booking" type="module">
<file>booking</file>
<name>CiviBooking</name>
<description>A CMS independent extension to allow organisations to manage a group of resources (i.e. rooms) offering these to constituents for a fee.</description>
<license>the GNU Affero General Public License 3 (GNU AGPL 3) and the CiviCRM Licensing Exception.</license>
<maintainer>
<author>Erawat Chamanont, Jamie Novick</author>
<email>[email protected], [email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">http://civicrm.org/extensions/civibooking</url>
<url desc="Documentation">https://github.com/compucorp/civibooking</url>
<url desc="Support">[email protected]</url>
<url desc="Licensing">http://civicrm.org/licensing</url>
</urls>
<documentation></documentation>
<releaseDate>2014-05-13</releaseDate>
<version>1.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.4</ver>
</compatibility>
<comments></comments>
<civix>
<namespace>CRM/Booking</namespace>
</civix>
</extension>