forked from colemanw/org.civicrm.volunteer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
24 lines (24 loc) · 1.09 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
<?xml version="1.0"?>
<extension key="org.civicrm.volunteer" type="module">
<file>volunteer</file>
<name>CiviVolunteer</name>
<description>The CiviVolunteer extension provides tools for signing up, managing and tracking volunteers. The features for this release focus on volunteering at events, but the design creates a foundation for adding support for volunteering in a wide variety of situations.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Yashodha Chaku, Michael Daryabeygi, Frank J. Gómez, Dave Greenberg, and Coleman Watts</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2014-02-08</releaseDate>
<version>4.5-1.4-dev</version>
<develStage>development</develStage>
<compatibility>
<ver>4.5</ver>
</compatibility>
<comments>Developed by CiviCRM LLC, Ginkgo Street Labs, and Confluence Corp with contributions from the community.</comments>
<civix>
<namespace>CRM/Volunteer</namespace>
</civix>
<urls>
<url desc="Documentation">https://github.com/civicrm/civivolunteer/blob/4.5-1.4/README.md</url>
</urls>
</extension>