forked from coopsymbiotic/civibooking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
25 lines (25 loc) · 1.03 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
<?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>Matthew Wire, Erawat Chamanont, Jamie Novick, Guanhuan Chen</author>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/mjwconsult/civibooking</url>
<url desc="Support">[email protected]</url>
<url desc="Licensing">https://civicrm.org/licensing</url>
</urls>
<releaseDate>2019-12-29</releaseDate>
<version>1.6</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.19</ver>
</compatibility>
<civix>
<namespace>CRM/Booking</namespace>
</civix>
</extension>