-
Notifications
You must be signed in to change notification settings - Fork 64
/
info.xml
42 lines (42 loc) · 1.44 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
30
31
32
33
34
35
36
37
38
39
40
41
42
<?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>[email protected]</email>
</maintainer>
<releaseDate>2024-10-24</releaseDate>
<version>2.4.6</version>
<compatibility>
<ver>5.71</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>
<format>24.09.1</format>
</civix>
<urls>
<url desc="Documentation">https://docs.civicrm.org/volunteer/en/latest/</url>
</urls>
<requires>
<ext>org.civicrm.angularprofiles</ext>
</requires>
<mixins>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
</mixins>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<upgrader>CRM_Volunteer_Upgrader</upgrader>
</extension>