forked from civicrm/org.civicrm.volunteer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.xml
29 lines (29 loc) · 1.06 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="org.civicrm.volunteer" type="module">
<file>volunteer</file>
<name>CiviVolunteer</name>
<description>The CiviVolunteer extension provides tools for signing up, managing, and tracking volunteers.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Ginkgo Street Labs</author>
<email>inquire@ginkgostreet.com</email>
</maintainer>
<releaseDate>2018-06-29</releaseDate>
<version>4.7.31-2.3.1</version>
<compatibility>
<ver>4.7</ver>
<ver>5.0</ver>
</compatibility>
<comments>
Developed by Ginkgo Street Labs and CiviCRM, LLC with contributions from the community. Special thanks to Friends of Georgia State Parks & Historic Sites for funding the initial release, and to The Manhattan Neighborhood Network for funding the 1.4 release.
</comments>
<civix>
<namespace>CRM/Volunteer</namespace>
</civix>
<urls>
<url desc="Documentation">https://docs.civicrm.org/volunteer/en/latest/</url>
</urls>
<requires>
<ext>org.civicrm.angularprofiles</ext>
</requires>
</extension>